Browse Source

buildsys: remove superfluous default n

kconfig's default defaults to n so spelling out default n is redundant

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 11 years ago
parent
commit
1558b6e7b2
2 changed files with 0 additions and 5 deletions
  1. 0 2
      extra/Configs/Config.in
  2. 0 3
      extra/Configs/Config.in.arch

+ 0 - 2
extra/Configs/Config.in

@@ -433,7 +433,6 @@ config LDSO_LD_LIBRARY_PATH
 config LDSO_NO_CLEANUP
 config LDSO_NO_CLEANUP
 	bool "Disable automatic unloading of dynamically loaded shared objects"
 	bool "Disable automatic unloading of dynamically loaded shared objects"
 	depends on HAVE_SHARED
 	depends on HAVE_SHARED
-	default n
 	help
 	help
 	  If you need complete allocation traces when debugging memory leaks
 	  If you need complete allocation traces when debugging memory leaks
 	  using Valgrind in a process that dynamically loads shared objects,
 	  using Valgrind in a process that dynamically loads shared objects,
@@ -2106,7 +2105,6 @@ config UCLIBC_HAS_ARC4RANDOM
 config ARC4RANDOM_USES_NODEV
 config ARC4RANDOM_USES_NODEV
 	bool "Do not use /dev/urandom with arc4random()"
 	bool "Do not use /dev/urandom with arc4random()"
 	depends on UCLIBC_HAS_ARC4RANDOM
 	depends on UCLIBC_HAS_ARC4RANDOM
-	default n
 	help
 	help
 	  Answer Y to use gettimeofday(2) and getpid(2) exclusively for
 	  Answer Y to use gettimeofday(2) and getpid(2) exclusively for
           arc4random(). This is not a bad idea for a diskless system, but
           arc4random(). This is not a bad idea for a diskless system, but

+ 0 - 3
extra/Configs/Config.in.arch

@@ -149,7 +149,6 @@ config UCLIBC_HAS_SOFT_FLOAT
 config DO_C99_MATH
 config DO_C99_MATH
 	bool "Enable full C99 math library support"
 	bool "Enable full C99 math library support"
 	depends on UCLIBC_HAS_FLOATS
 	depends on UCLIBC_HAS_FLOATS
-	default n
 	help
 	help
 	  If you want the uClibc math library to contain the full set C99
 	  If you want the uClibc math library to contain the full set C99
 	  math library features, then answer Y.  If you leave this set to
 	  math library features, then answer Y.  If you leave this set to
@@ -163,7 +162,6 @@ config DO_C99_MATH
 config DO_XSI_MATH
 config DO_XSI_MATH
 	bool "Enable XSI math extensions to the ISO C standard (bessel)"
 	bool "Enable XSI math extensions to the ISO C standard (bessel)"
 	depends on UCLIBC_HAS_FLOATS
 	depends on UCLIBC_HAS_FLOATS
-	default n
 	help
 	help
 	  X/Open System Interfaces extensions to ISO C math functions
 	  X/Open System Interfaces extensions to ISO C math functions
 	  (differential equation functions):
 	  (differential equation functions):
@@ -174,7 +172,6 @@ config DO_XSI_MATH
 config UCLIBC_HAS_FENV
 config UCLIBC_HAS_FENV
 	bool "Enable C99 Floating-point environment"
 	bool "Enable C99 Floating-point environment"
 	depends on UCLIBC_HAS_FLOATS
 	depends on UCLIBC_HAS_FLOATS
-	default n
 	help
 	help
 	  If you want the uClibc math library to contain the C99 floating
 	  If you want the uClibc math library to contain the C99 floating
 	  point environment, rounding and exception handling functions then
 	  point environment, rounding and exception handling functions then