treewide: strip useless default n Kconfig lines
Kconfig docs say: > The default value deliberately defaults to 'n' in order to avoid > bloating the build. Apply this rule everywhere, to avoid more cloning of bad examples Signed-off-by: Tony Butler <spudz76@gmail.com>
This commit is contained in:
committed by
Hauke Mehrtens
parent
fcde517d35
commit
8bc72ea7be
@@ -197,7 +197,6 @@ menuconfig EXTRA_TARGET_ARCH
|
||||
bool
|
||||
prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
|
||||
depends on !sparc
|
||||
default n
|
||||
help
|
||||
Some builds may require a 'biarch' toolchain. This option
|
||||
allows you to specify an additional target arch.
|
||||
@@ -252,7 +251,6 @@ config DWARVES
|
||||
bool
|
||||
prompt "Build pahole" if TOOLCHAINOPTS
|
||||
depends on !HOST_OS_MACOS
|
||||
default n
|
||||
help
|
||||
Enable if you want to build pahole and the dwarves tools.
|
||||
|
||||
|
||||
@@ -27,21 +27,18 @@ config EXTRA_GCC_CONFIG_OPTIONS
|
||||
config GCC_DEFAULT_PIE
|
||||
bool
|
||||
prompt "Build executable with PIE enabled by default" if TOOLCHAINOPTS
|
||||
default n
|
||||
help
|
||||
Use gcc configure option --enable-default-pie to turn on -fPIE and -pie by default.
|
||||
|
||||
config GCC_DEFAULT_SSP
|
||||
bool
|
||||
prompt "Build executable with Stack-Smashing Protection enabled by default" if TOOLCHAINOPTS
|
||||
default n
|
||||
help
|
||||
Use gcc configure option --enable-default-ssp to turn on -fstack-protector-strong by default.
|
||||
|
||||
config SJLJ_EXCEPTIONS
|
||||
bool
|
||||
prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
|
||||
default n
|
||||
help
|
||||
Use old setjump()/longjump() exceptions instead of the newer
|
||||
frame unwinding exceptions handling routines. Warning: increases
|
||||
@@ -50,7 +47,6 @@ config SJLJ_EXCEPTIONS
|
||||
config INSTALL_GFORTRAN
|
||||
bool
|
||||
prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
|
||||
default n
|
||||
help
|
||||
Build/install GNU fortran compiler ?
|
||||
|
||||
@@ -58,6 +54,5 @@ config INSTALL_GCCGO
|
||||
bool
|
||||
prompt "Build/install Go compiler?" if TOOLCHAINOPTS
|
||||
depends on USE_GLIBC || BROKEN
|
||||
default n
|
||||
help
|
||||
Build/install GNU gccgo compiler ?
|
||||
|
||||
Reference in New Issue
Block a user