]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration
authorKyungmin Park <kyungmin.park@samsung.com>
Tue, 26 Sep 2006 08:52:14 +0000 (08:52 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 26 Sep 2006 09:02:37 +0000 (10:02 +0100)
Now the bootloader configures the OneNAND sync. burst mode.
So we don't access Sync. burst mode related registers in kernel.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/onenand/Kconfig

index 5930a03736d7557ab9bdfc9137bb604a863560d1..465961b8bcd14319e02be8c0adf8d8db41862288 100644 (file)
@@ -43,10 +43,4 @@ config MTD_ONENAND_OTP
 
          OTP block is fully-guaranteed to be a valid block.
 
-config MTD_ONENAND_SYNC_READ
-       bool "OneNAND Sync. Burst Read Support"
-       depends on ARCH_OMAP
-       help
-         This enables support for Sync. Burst Read.
-
 endmenu