From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- target/jffs2/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/jffs2') diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index e4d463cf0..e30754bc7 100644 --- a/target/jffs2/Config.in +++ b/target/jffs2/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_JFFS2 bool "jffs2 root filesystem" - default n select BR2_HOST_FAKEROOT select BR2_PACKAGE_MTD help @@ -74,7 +73,6 @@ config BR2_TARGET_ROOTFS_JFFS2_EBSIZE config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER bool "Do not use Cleanmarker" depends on BR2_TARGET_ROOTFS_JFFS2 - default n help Do not use cleanmarkers if using NAND flash or Dataflash where the pagesize is not a power of 2 @@ -82,7 +80,6 @@ config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER config BR2_JFFS2_TARGET_SREC bool "RootFS in SREC file formet" depends on BR2_TARGET_ROOTFS_JFFS2 - default n config BR2_TARGET_ROOTFS_JFFS2_PAD bool "Pad output" -- cgit v1.2.3