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:
Tony Butler
2022-12-25 15:11:48 -08:00
committed by Hauke Mehrtens
parent fcde517d35
commit 8bc72ea7be
11 changed files with 0 additions and 85 deletions

View File

@@ -1,10 +1,8 @@
config AT91_DFBOOT
bool "Build dataflashboot loader"
depends on TARGET_at91
default n
config FLEXIBITY_ROOT
bool "Build Flexibity RootFS (with embedded kernel)"
depends on TARGET_at91_flexibity
default n

View File

@@ -10,14 +10,12 @@ if AG71XX
config AG71XX_DEBUG
bool "Atheros AR71xx built-in ethernet driver debugging"
default n
help
Atheros AR71xx built-in ethernet driver debugging messages.
config AG71XX_DEBUG_FS
bool "Atheros AR71xx built-in ethernet driver debugfs support"
depends on DEBUG_FS
default n
help
Say Y, if you need access to various statistics provided by
the ag71xx driver.

View File

@@ -12,7 +12,6 @@ config MTD_SPLIT_SQUASHFS_ROOT
bool "Squashfs based root partition parser"
depends on MTD_SPLIT_SUPPORT
select MTD_SPLIT
default n
help
This provides a parsing function which allows to detect the
offset and size of the unused portion of a rootfs partition

View File

@@ -1,6 +1,5 @@
menuconfig MIKROTIK
bool "Platform support for MikroTik RouterBoard virtual devices"
default n
help
Say Y here to get to see options for the MikroTik RouterBoard platform.
This option alone does not add any kernel code.

View File

@@ -23,7 +23,6 @@ menu "Global build settings"
config DEBUG
bool
prompt "Compile packages with debugging info"
default n
help
Adds -g3 to the CFLAGS.
@@ -69,7 +68,6 @@ menu "Advanced configuration options (for developers)"
config BROKEN
bool "Show broken packages"
default n
config DOWNLOAD_FOLDER
string "Download folder"
@@ -101,19 +99,16 @@ menu "Advanced configuration options (for developers)"
config CCACHE
bool "Use ccache"
default n
help
Compiler cache; see https://ccache.samba.org/
config BUILD_LOG
bool "Enable log files during build process"
default n
help
If enabled, log files will be written to the ./log directory.
config SRC_TREE_OVERRIDE
bool "Enable package source tree override"
default n
help
If enabled, you can force a package to use a git tree as source
code instead of the normal tarball. Create a symlink 'git-src'