2
0
forked from Ivasoft/openwrt

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

@@ -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.