[MTD] OneNAND/Kconfig: Fix dependencies
authorThomas Gleixner <tglx@mtd.linutronix.de>
Mon, 7 Nov 2005 00:14:05 +0000 (01:14 +0100)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Mon, 7 Nov 2005 00:14:05 +0000 (01:14 +0100)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/mtd/onenand/Kconfig

index 0b2b29320c029d929efb7e126975bcac2a087c44..126ff6bf63d5c8b8cfc733b13f5656f758a40cd7 100644 (file)
@@ -24,11 +24,10 @@ config MTD_ONENAND_VERIFY_WRITE
          flipped accidentaly due to device wear or something else.
 
 config MTD_ONENAND_GENERIC
-       tristate "OneNAND Flash device on generic board"
-       depends on MTD_ONENAND
+       tristate "OneNAND Flash device via platform device driver"
+       depends on MTD_ONENAND && ARM
        help
-         Support for OneNAND flash on generic board. Using device driver
-         framework, now all most platfrom are support.
+         Support for OneNAND flash via platform device driver.
 
 config MTD_ONENAND_SYNC_READ
        bool "OneNAND Sync. Burst Read Support"