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