summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/gmphost.kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/gmphost.kconfig b/kconfig/gmphost.kconfig
index 7b974e8..1113534 100644
--- a/kconfig/gmphost.kconfig
+++ b/kconfig/gmphost.kconfig
@@ -24,7 +24,6 @@
choice
prompt "Version of gmp you wish"
- default EMBTK_GMP_HOST_VERSION_4_3_1
help
GMP is a free library for arbitrary precision arithmetic,
operating on signed integers, rational numbers,
@@ -35,6 +34,7 @@ choice
bool "gmp-4.3.2"
config EMBTK_GMP_HOST_VERSION_4_3_1
bool "gmp-4.3.1"
+ depends on EMBTK_OLDPACKAGES
config EMBTK_GMP_HOST_VERSION_4_3_0
bool "gmp-4.3.0"
depends on EMBTK_OLDPACKAGES