feat(cmakev2/test): add Kconfig files for testing components

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2025-08-14 10:43:19 +02:00
committed by BOT
parent 5cc570960e
commit 645c2d468f
2 changed files with 10 additions and 0 deletions
@@ -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