2015-11-06 22:15:11 -08:00
|
|
|
# expat config file
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "expat version"
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
|
2017-07-09 00:57:32 +08:00
|
|
|
config EXPAT_V_2_2_1
|
2015-11-06 22:15:11 -08:00
|
|
|
bool
|
2017-07-09 00:57:32 +08:00
|
|
|
prompt "2.2.1"
|
2017-01-13 15:52:25 -08:00
|
|
|
|
|
|
|
config EXPAT_V_2_1_1
|
|
|
|
bool
|
2017-01-22 15:50:18 -08:00
|
|
|
prompt "2.1.1 (OBSOLETE)"
|
|
|
|
depends on OBSOLETE
|
2015-11-06 22:15:11 -08:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config EXPAT_VERSION
|
|
|
|
string
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2017-07-09 00:57:32 +08:00
|
|
|
default "2.2.1" if EXPAT_V_2_2_1
|
2017-01-13 15:52:25 -08:00
|
|
|
default "2.1.1" if EXPAT_V_2_1_1
|