18 lines
257 B
Plaintext
18 lines
257 B
Plaintext
|
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
|