1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/kconfig/external_modules/external_module_1/Kconfig
2021-05-07 21:29:16 +02:00

14 lines
364 B
Plaintext

menuconfig KCONFIG_EXTERNAL_MODULE_1
bool "Configure external module message 1"
default y
help
This will enable configuring the external module message
if KCONFIG_EXTERNAL_MODULE_1
config EXTERNAL_MODULE_1_MESSAGE
string "External module 1 text"
default "External Message 1 defined in Kconfig file"
endif # KCONFIG_EXTERNAL_MODULE_1