summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorTony Butler <spudz76@gmail.com>2022-12-25 15:11:48 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-03 12:50:15 +0100
commit8bc72ea7be3976711dacc09f0fdab061d6e5152a (patch)
tree5c0da0f70b22d7737f31d62e72a466a0f19667ed /toolchain/Config.in
parentfcde517d35c8591cbb578b1a7a49a0446b1ac646 (diff)
downloadopenwrt-8bc72ea7be3976711dacc09f0fdab061d6e5152a.tar.gz
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>
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 6d3cc0a200..b0273acafd 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -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.