treewide: strip useless `default n` Kconfig lines
authorTony Butler <spudz76@gmail.com>
Sun, 25 Dec 2022 23:11:48 +0000 (15:11 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 Feb 2023 11:50:15 +0000 (12:50 +0100)
commit8bc72ea7be3976711dacc09f0fdab061d6e5152a
tree5c0da0f70b22d7737f31d62e72a466a0f19667ed
parentfcde517d35c8591cbb578b1a7a49a0446b1ac646
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>
config/Config-build.in
config/Config-devel.in
config/Config-images.in
config/Config-kernel.in
target/linux/at91/image/Config.in
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/Kconfig
target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
target/linux/generic/files/drivers/platform/mikrotik/Kconfig
target/sdk/files/Config.in
toolchain/Config.in
toolchain/gcc/Config.in