diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /toolchain | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in.2 | 7 | ||||
-rw-r--r-- | toolchain/ccache/Config.in | 1 | ||||
-rw-r--r-- | toolchain/ccache/Config.in.2 | 1 | ||||
-rw-r--r-- | toolchain/elf2flt/Config.in | 1 | ||||
-rw-r--r-- | toolchain/external-toolchain/Config.in | 3 | ||||
-rw-r--r-- | toolchain/gcc/Config.in | 8 | ||||
-rw-r--r-- | toolchain/gcc/Config.in.2 | 1 | ||||
-rw-r--r-- | toolchain/gdb/Config.in | 3 | ||||
-rw-r--r-- | toolchain/gdb/Config.in.2 | 3 | ||||
-rw-r--r-- | toolchain/kernel-headers/Config.in | 4 | ||||
-rw-r--r-- | toolchain/mklibs/Config.in | 1 | ||||
-rw-r--r-- | toolchain/sstrip/Config.in | 2 | ||||
-rw-r--r-- | toolchain/uClibc/Config.in | 3 |
13 files changed, 0 insertions, 38 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index 2efb53965..d00faab40 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -17,38 +17,32 @@ source "toolchain/sstrip/Config.in" config BR2_ENABLE_MULTILIB bool "Enable multilib support?" - default n help Build libraries to support different ABIs. config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" depends on !BR2_cris - default n help Enable large file (files > 2 GB) support config BR2_INET_IPV6 bool "Enable IPv6" - default n help Enable IPv6. config BR2_INET_RPC bool "Enable RPC" - default n help Enable RPC. RPC support is needed for nfs. config BR2_USE_WCHAR bool "Enable WCHAR support" - default n help Enable WCHAR. WCHAR support is needed for several packages config BR2_SOFT_FLOAT bool "Use software floating point by default" - default n depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_nios2 help If your target CPU does not have a Floating Point Unit (FPU) or a @@ -60,7 +54,6 @@ config BR2_SOFT_FLOAT #config BR2_SOFT_FLOAT_FP # bool "Use softfp" -# default n config BR2_TARGET_OPTIMIZATION string "Target Optimizations" diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in index df4f1ef68..95f3a9c1a 100644 --- a/toolchain/ccache/Config.in +++ b/toolchain/ccache/Config.in @@ -4,7 +4,6 @@ comment "Ccache Options" config BR2_CCACHE bool "Enable ccache support?" - default n help Enable ccache support? diff --git a/toolchain/ccache/Config.in.2 b/toolchain/ccache/Config.in.2 index 713037461..dc09ac5a6 100644 --- a/toolchain/ccache/Config.in.2 +++ b/toolchain/ccache/Config.in.2 @@ -2,7 +2,6 @@ config BR2_PACKAGE_CCACHE_TARGET bool"ccache support in the target filesystem" - default n help Add help text here. diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in index 0bc7cb37b..b4e450a64 100644 --- a/toolchain/elf2flt/Config.in +++ b/toolchain/elf2flt/Config.in @@ -1,7 +1,6 @@ config BR2_ELF2FLT bool "Enable elf2flt support?" depends on BR2_arm || BR2_sh || BR2_sparc - default n help uCLinux uses a Binary Flat format commonly known as BFLT. It is a relatively simple and lightweight executable format diff --git a/toolchain/external-toolchain/Config.in b/toolchain/external-toolchain/Config.in index c6fcf427a..e73090af0 100644 --- a/toolchain/external-toolchain/Config.in +++ b/toolchain/external-toolchain/Config.in @@ -77,19 +77,16 @@ config BR2_LARGEFILE config BR2_INET_IPV6 bool "Enable IPv6" - default n help Enable IPv6. config BR2_INET_RPC bool "Enable RPC" - default n help Enable RPC. RPC support is needed for nfs. config BR2_SOFT_FLOAT bool "Use software floating point by default" - default n depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc help If your target CPU does not have a Floating Point Unit (FPU) or a diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 72c260612..6b06c6659 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -56,7 +56,6 @@ endchoice config BR2_GCC_IS_SNAP depends on !BR2_avr32 bool - default n config BR2_GCC_SUPPORTS_SYSROOT bool @@ -104,7 +103,6 @@ config BR2_TOOLCHAIN_SYSROOT config BR2_GCC_USE_SJLJ_EXCEPTIONS bool "Enable setjmp/longjmp exceptions?" - default n help For some platforms, proper stack unwinding works perfectly, while other platforms must use setjmp/longjmp exceptions for @@ -119,20 +117,17 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS config BR2_GCC_CROSS_CXX bool "C++ cross-compiler support" - default n help Build a C++ cross-compiler config BR2_GCC_CROSS_FORTRAN bool "Fortran cross-compiler support" - default n depends on !BR2_avr32 help Build a Fortran cross-compiler config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" - default n # >= 4.2.0 work fine without LARGEFILE select BR2_LARGEFILE if !BR2_GCC_SUPPORTS_SYSROOT select BR2_GCC_CROSS_CXX @@ -141,21 +136,18 @@ config BR2_INSTALL_LIBSTDCPP config BR2_INSTALL_LIBGCJ bool "Build/install java compiler and libgcj?" - default n depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP help Build/install java compiler and libgcj? config BR2_INSTALL_OBJC bool "Build/install Objective-C compiler and runtime?" - default n depends on !BR2_avr32 help Build/install Objective-C compiler and runtime? config BR2_INSTALL_FORTRAN bool "Build/install Fortran compiler and runtime?" - default n depends on !BR2_avr32 select BR2_PACKAGE_LIBMPFR help diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 index 073e0ff2a..78208dcad 100644 --- a/toolchain/gcc/Config.in.2 +++ b/toolchain/gcc/Config.in.2 @@ -1,6 +1,5 @@ config BR2_PACKAGE_GCC_TARGET bool "native toolchain in the target filesystem" - default n help If you want the target system to be able to run binutils/gcc and compile native code, say Y here. diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 6bcbfdab4..ffa437168 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -2,21 +2,18 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" - default n select BR2_PACKAGE_NCURSES help Build the full gdb debugger to run on the target. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" - default n help Build the gdbserver stub to run on the target. A full gdb is needed to debug the progam. config BR2_PACKAGE_GDB_HOST bool "Build gdb for the Host" - default n help Build gdb to run on the host to debug programs run on the target. diff --git a/toolchain/gdb/Config.in.2 b/toolchain/gdb/Config.in.2 index b5645ef0c..6eafa6079 100644 --- a/toolchain/gdb/Config.in.2 +++ b/toolchain/gdb/Config.in.2 @@ -5,21 +5,18 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" - default n select BR2_PACKAGE_NCURSES help Build the full gdb debugger to run on the target. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" - default n help Build the gdbserver stub to run on the target. A full gdb is needed to debug the progam. config BR2_PACKAGE_GDB_HOST bool "Build gdb for the Host" - default n help Build gdb to run on the host to debug programs run on the target. diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 064696d67..c512ae22b 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -90,14 +90,12 @@ endchoice config BR2_KERNEL_HEADERS_IPMI bool "use ipmi kernel patches" - default n depends on BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 help Apply patches which add IPMI sensor support. config BR2_KERNEL_HEADERS_LZMA bool "use lzma initramfs kernel patches" - default n depends on BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 help Apply patches which allow for lzma compressed @@ -106,14 +104,12 @@ config BR2_KERNEL_HEADERS_LZMA config BR2_KERNEL_HEADERS_RT bool "use realtime (-rt) kernel patches" - default n depends on BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 help Apply Ingo's realtime extensions to linux config BR2_KERNEL_HEADERS_PATCH_DIR bool "Add additional headers from $(KERNEL_HEADERS_PATCH_DIR)" - default n depends on BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 || BR2_KERNEL_HEADERS_2_6_22_10 help Apply additional kernel patches defined by KERNEL_HEADERS_PATCH_DIR diff --git a/toolchain/mklibs/Config.in b/toolchain/mklibs/Config.in index faf0ab46a..2298a3e51 100644 --- a/toolchain/mklibs/Config.in +++ b/toolchain/mklibs/Config.in @@ -1,6 +1,5 @@ config BR2_MKLIBS bool "Run mklibs on the built root filesystem" - default n help Recompiles all the shared libraries to only include the symbols actually needed to run the binaries on the target diff --git a/toolchain/sstrip/Config.in b/toolchain/sstrip/Config.in index f6fe458e2..be4fa28a3 100644 --- a/toolchain/sstrip/Config.in +++ b/toolchain/sstrip/Config.in @@ -1,11 +1,9 @@ config BR2_PACKAGE_SSTRIP_TARGET bool "Install sstrip for the target system" - default n help Maximal 'strip'ing utility. config BR2_PACKAGE_SSTRIP_HOST bool "Install sstrip for the host/build system" - default n help Maximal 'strip'ing utility. diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index fdf35b5be..11790363e 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -45,7 +45,6 @@ config BR2_UCLIBC_CONFIG config BR2_ENABLE_LOCALE bool "Enable locale/gettext/i18n support?" - default n help Enable locale/gettext/i18n support? @@ -74,13 +73,11 @@ endchoice config BR2_PTHREAD_DEBUG bool "Thread library debugging" depends on BR2_PTHREADS || BR2_PTHREADS_OLD || BR2_PTHREADS_NATIVE - default n help Build the thread library with debugging enabled. config BR2_UCLIBC_PROGRAM_INVOCATION bool "Enable 'program invocation name'" - default n help Support for the GNU-specific program_invocation_name and program_invocation_short_name strings. Some GNU packages |