From 675b479c2f84b14aad70b1728fa690b2e400d7ea Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 18 Jan 2009 14:20:18 +0000 Subject: Kconfig: remove 'default n' and 'default no' (see r22874) Signed-off-by: Markus Heidelberg --- Config.in | 1 - package/openssl/Config.in | 2 -- target/u-boot/Config.in | 2 -- toolchain/uClibc/Config.in | 1 - 4 files changed, 6 deletions(-) diff --git a/Config.in b/Config.in index 1479382c5..dab951d13 100644 --- a/Config.in +++ b/Config.in @@ -182,7 +182,6 @@ config BR2_RECENT config BR2_CONFIG_CACHE bool "Use a central configure cache file" - default n help This determines if a central config cache is used by packages, reducing the configure time for packages as each diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 24ea91525..468501435 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -12,7 +12,6 @@ config BR2_PACKAGE_OPENSSL config BR2_PACKAGE_OPENSSL_BIN bool "openssl binary" depends on BR2_PACKAGE_OPENSSL - default no help Install the openssl binary to the target file system. This is a command line tool for doing various crypthographic stuff. @@ -20,6 +19,5 @@ config BR2_PACKAGE_OPENSSL_BIN config BR2_PACKAGE_OPENSSL_ENGINES bool "openssl additional engines" depends on BR2_PACKAGE_OPENSSL - default no help Install additional encryption engine libraries. diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index d34355b53..981b1787b 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -360,5 +360,3 @@ config BR2_BOOTSOURCE default y if BR2_BOOTSOURCE_FLASH default y if BR2_BOOTSOURCE_SDCARD default y if BR2_BOOTSOURCE_EEPROM - default n - diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 4417149c4..422c462c7 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -101,7 +101,6 @@ config BR2_UCLIBC_PROGRAM_INVOCATION config BR2_UCLIBC_INSTALL_TEST_SUITE bool "Compile and install uClibc tests" - default n select BR2_PACKAGE_MAKE help Enabling this option will compile and install the uClibc test suite. -- cgit v1.2.3