2008-04-30 10:43:41 +00:00
|
|
|
# GMP options
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "GMP version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2008-04-30 10:43:41 +00:00
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config GMP_V_4_3_1
|
2008-10-05 12:32:42 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "4.3.1"
|
2008-10-05 12:32:42 +00:00
|
|
|
|
2009-08-02 21:33:37 +00:00
|
|
|
config GMP_V_4_3_0
|
|
|
|
bool
|
|
|
|
prompt "4.3.0"
|
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config GMP_V_4_2_4
|
2009-08-02 21:33:37 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "4.2.4"
|
|
|
|
|
|
|
|
config GMP_V_4_2_2
|
|
|
|
bool
|
|
|
|
prompt "4.2.2"
|
2009-08-02 21:33:37 +00:00
|
|
|
|
2008-04-30 10:43:41 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config GMP_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2009-08-02 21:33:37 +00:00
|
|
|
default "4.3.1" if GMP_V_4_3_1
|
2009-09-13 15:51:33 +00:00
|
|
|
default "4.3.0" if GMP_V_4_3_0
|
|
|
|
default "4.2.4" if GMP_V_4_2_4
|
|
|
|
default "4.2.2" if GMP_V_4_2_2
|