allwinner-midware/app/libuvdbus/Config.in

18 lines
257 B
Plaintext
Raw Permalink Normal View History

2018-09-07 03:20:36 +00:00
if PACKAGE_libuvdbus
comment "Resource Mode Select"
choice
prompt "Select Resources Work Mode"
default RES_NORMAL_MODE
config RES_FACTORY_MODE
bool "Used For Factory Mode"
config RES_NORMAL_MODE
bool "Used For Normal Mode"
endchoice
endif