[prev in list] [next in list] [prev in thread] [next in thread] 

List:       yaffs
Subject:    [Yaffs] [PATCH YAFFS2 1/1] add-Kconfig-default
From:       Luc Van Oostenryck <luc.vanoostenryck () looxix ! net>
Date:       2005-07-31 15:05:05
Message-ID: 20050731150504.5356.31378.stgit () ralph05 ! pc ! home
[Download RAW message or body]

Add missing default value for some Kconfig's entries.




-- Luc Van Oostenryck

["1-add-Kconfig-default.diff" (text/plain)]

diff --git a/fs/yaffs2/Kconfig b/fs/yaffs2/Kconfig
--- a/fs/yaffs2/Kconfig
+++ b/fs/yaffs2/Kconfig
@@ -4,6 +4,7 @@
 
 config YAFFS_FS
 	tristate "YAFFS2 file system support"
+	default n
 	help
 	  YAFFS2, or Yet Another Flash Filing System, is a filing system
 	  optimised for NAND Flash chips.
@@ -19,6 +20,7 @@ config YAFFS_FS
 config YAFFS_YAFFS1
 	bool "512 byte / page devices"
 	depends on YAFFS_FS
+	default y
 	help
 	  Enable YAFFS1 support -- yaffs for 512 byte / page devices
 
@@ -27,6 +29,7 @@ config YAFFS_YAFFS1
 config YAFFS_YAFFS2
 	bool "2048 byte (or larger) / page devices"
 	depends on YAFFS_FS
+	default y
 	help
 	  Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices
 



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic