diff options
author | Tony Butler <spudz76@gmail.com> | 2022-12-25 15:11:48 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-03 12:50:15 +0100 |
commit | 8bc72ea7be3976711dacc09f0fdab061d6e5152a (patch) | |
tree | 5c0da0f70b22d7737f31d62e72a466a0f19667ed /target/linux/at91 | |
parent | fcde517d35c8591cbb578b1a7a49a0446b1ac646 (diff) | |
download | upstream-8bc72ea7be3976711dacc09f0fdab061d6e5152a.tar.gz upstream-8bc72ea7be3976711dacc09f0fdab061d6e5152a.tar.bz2 upstream-8bc72ea7be3976711dacc09f0fdab061d6e5152a.zip |
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 'target/linux/at91')
-rw-r--r-- | target/linux/at91/image/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/at91/image/Config.in b/target/linux/at91/image/Config.in index 596accaa49..ae559edca1 100644 --- a/target/linux/at91/image/Config.in +++ b/target/linux/at91/image/Config.in @@ -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 |