25 lines
345 B
Plaintext
25 lines
345 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# core/package/inner configuration.
|
|
#
|
|
|
|
menu "Inner"
|
|
|
|
|
|
config XOS_INN_QUAMISC
|
|
bool "inner quamisc"
|
|
default y
|
|
depends on !XOS_USE_NO_QUAUI
|
|
help
|
|
Select the xos inner quamisc.
|
|
|
|
config XOS_INN_QUANTP
|
|
bool "inner quaNTP"
|
|
default y
|
|
help
|
|
Select the xos inner quantp.
|
|
|
|
endmenu
|
|
|
|
|