10 lines
162 B
Plaintext
Executable File
10 lines
162 B
Plaintext
Executable File
menu "control app"
|
|
|
|
menuconfig APPLICATION_CONTROL
|
|
bool "Using control apps"
|
|
default n
|
|
depends on SUPPORT_CONTROL_FRAMEWORK
|
|
|
|
endmenu
|
|
|