12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see kconfig/kconfig-language.txt.
|
|
#
|
|
mainmenu "Sample Configuration"
|
|
|
|
menu "Command Handler"
|
|
config ENABLE_CMD_HANDLER
|
|
bool "Enable command handler functionality"
|
|
default y
|
|
endmenu
|