[Yaffs] [PATCH] YAFFS_FS depends on MTD

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Horst Kronstorfer
Date:  
To: yaffs
Subject: [Yaffs] [PATCH] YAFFS_FS depends on MTD
hi!

the following patch adds the MTD dependency to Kconfig for * yaffs2 *:

diff -u -r1.7 Kconfig
--- Kconfig     14 Dec 2005 01:18:45 -0000      1.7
+++ Kconfig     11 Feb 2006 14:17:17 -0000
@@ -5,6 +5,7 @@
 config YAFFS_FS
        tristate "YAFFS2 file system support"
        default n
+       depends on MTD
        select YAFFS_YAFFS1
        select YAFFS_YAFFS2
        help


-h