aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-images.in
diff options
context:
space:
mode:
authorTony Butler <spudz76@gmail.com>2022-12-25 15:11:48 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-03 12:50:15 +0100
commit8bc72ea7be3976711dacc09f0fdab061d6e5152a (patch)
tree5c0da0f70b22d7737f31d62e72a466a0f19667ed /config/Config-images.in
parentfcde517d35c8591cbb578b1a7a49a0446b1ac646 (diff)
downloadupstream-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 'config/Config-images.in')
-rw-r--r--config/Config-images.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index 6e43793ef5..0768c5a483 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -59,7 +59,6 @@ menu "Target Images"
config TARGET_INITRAMFS_FORCE
bool "Force"
depends on TARGET_ROOTFS_INITRAMFS
- default n
help
Ignore the initramfs passed by the bootloader.
@@ -128,7 +127,6 @@ menu "Target Images"
config TARGET_EXT4_JOURNAL
bool "Create a journaling filesystem"
depends on TARGET_ROOTFS_EXT4FS
- default n
help
Create an ext4 filesystem with a journal.
@@ -233,7 +231,6 @@ menu "Target Images"
config GRUB_FLOWCONTROL
bool "Use RTE/CTS on serial console"
depends on GRUB_SERIAL != ""
- default n
config GRUB_BOOTOPTS
string "Extra kernel boot options"
@@ -312,7 +309,6 @@ menu "Target Images"
config TARGET_ROOTFS_PERSIST_VAR
bool "Make /var persistent"
- default n
help
Do not symlink /var to /tmp, so that its content will persist
across reboots. When enabled, /var/run will still be linked