Kconfig: remove 'default n' and 'default no' (see r22874)
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Jan 2009 14:20:18 +0000 (14:20 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Jan 2009 14:20:18 +0000 (14:20 -0000)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Config.in
package/openssl/Config.in
target/u-boot/Config.in
toolchain/uClibc/Config.in

index 1479382c526e54b8e126199ab135fdc610d87c2f..dab951d13dad69fb65e556bac4b95fa286786906 100644 (file)
--- 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
index 24ea915255c9215ed6b95c00944e5ccff860a017..4685014351852fac247dc5dcaf100f6da315ebd8 100644 (file)
@@ -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.
index d34355b537825451cd546f109bf6f5f582f55fcf..981b1787b921023d6a5a49b4cb7606640b854ac5 100644 (file)
@@ -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
-
index 4417149c43693b9e3572cf583c19d6511cc16c1e..422c462c7c8c7ad8200538d684ec5e028e132975 100644 (file)
@@ -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.