Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[powerpc.git] / drivers / mtd / onenand / Kconfig
index 186ea9d..126ff6b 100644 (file)
@@ -2,8 +2,8 @@
 # linux/drivers/mtd/onenand/Kconfig
 #
 
-menu "OneNAND Flash Device Drivers (EXPERIMENTAL)"
-       depends on MTD != n && EXPERIMENTAL
+menu "OneNAND Flash Device Drivers"
+       depends on MTD != n
 
 config MTD_ONENAND
        tristate "OneNAND Device Support"
@@ -23,11 +23,11 @@ config MTD_ONENAND_VERIFY_WRITE
          device thinks the write was successful, a bit could have been
          flipped accidentaly due to device wear or something else.
 
-config MTD_ONENAND_OMAP
-       tristate "OneNAND Flash device on OMAP board"
-       depends on ARCH_OMAP && MTD_ONENAND
+config MTD_ONENAND_GENERIC
+       tristate "OneNAND Flash device via platform device driver"
+       depends on MTD_ONENAND && ARM
        help
-         Support for OneNAND flash on TI OMAP board.
+         Support for OneNAND flash via platform device driver.
 
 config MTD_ONENAND_SYNC_READ
        bool "OneNAND Sync. Burst Read Support"