Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.15 /drivers/mtd/onenand/Kconfig

Filename:/drivers/mtd/onenand/Kconfig
Lines Added:38
Lines Deleted:0
Also changed in: (Previous) 2.6.15-rc7  2.6.15-rc6  2.6.15-rc5  2.6.15-rc4  2.6.15-rc3  2.6.15-rc2 
(Following) 2.6.17-git2  2.6.17-git3  2.6.17-git4  2.6.17-git5  2.6.17-git6  2.6.17-git7 

Location
[  2.6.15
  [  drivers
    [  mtd
      [  onenand
         o  Kconfig

Patch

diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
new file mode 100644
index 0000000..126ff6b
--- /dev/null
+++ b/drivers/mtd/onenand/Kconfig
@@ -0,0 +1,38 @@
+#
+# linux/drivers/mtd/onenand/Kconfig
+#
+
+menu "OneNAND Flash Device Drivers"
+   depends on MTD != n
+
+config MTD_ONENAND
+   tristate "OneNAND Device Support"
+   depends on MTD
+   help
+     This enables support for accessing all type of OneNAND flash
+     devices. For further information see
+     <http://www.samsung.com/Products/Semiconductor/Flash/OneNAND_TM/index.htm>.
+
+config MTD_ONENAND_VERIFY_WRITE
+   bool "Verify OneNAND page writes"
+   depends on MTD_ONENAND
+   help
+     This adds an extra check when data is written to the flash. The
+     OneNAND flash device internally checks only bits transitioning
+     from 1 to 0. There is a rare possibility that even though the
+     device thinks the write was successful, a bit could have been
+     flipped accidentaly due to device wear or something else.
+
+config MTD_ONENAND_GENERIC
+   tristate "OneNAND Flash device via platform device driver"
+   depends on MTD_ONENAND && ARM
+   help
+     Support for OneNAND flash via platform device driver.
+
+config MTD_ONENAND_SYNC_READ
+   bool "OneNAND Sync. Burst Read Support"
+   depends on ARCH_OMAP
+   help
+     This enables support for Sync. Burst Read.
+
+endmenu


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.