summaryrefslogtreecommitdiff
path: root/target/jffs2/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /target/jffs2/Config.in
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r--target/jffs2/Config.in3
1 files changed, 0 insertions, 3 deletions
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"