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

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