From 8bc72ea7be3976711dacc09f0fdab061d6e5152a Mon Sep 17 00:00:00 2001 From: Tony Butler Date: Sun, 25 Dec 2022 15:11:48 -0800 Subject: 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 --- target/linux/at91/image/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/at91') 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 -- cgit v1.2.3