forked from espressif/esp-idf
feat(cmakev2/test): add Kconfig files for testing components
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
menu "component1 configuration"
|
||||
config COMPONENT1_OPTION
|
||||
prompt "component1 option"
|
||||
bool
|
||||
endmenu
|
||||
@@ -0,0 +1,5 @@
|
||||
menu "component2 configuration"
|
||||
config COMPONENT2_OPTION
|
||||
prompt "component2 option"
|
||||
bool
|
||||
endmenu
|
||||
Reference in New Issue
Block a user