[MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Sep 26 11:59:02 EDT 2006


Commit:     98638ee2edf86b80cf89486c4aabcd9ce471a54a
Parent:     47e777e02e7b21eaa4686a70069c9583c126aea8
commit 98638ee2edf86b80cf89486c4aabcd9ce471a54a
Author:     Kyungmin Park <kyungmin.park at samsung.com>
AuthorDate: Tue Sep 26 08:52:14 2006 +0000
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Sep 26 10:02:37 2006 +0100

    [MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration
    
    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 at samsung.com>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/mtd/onenand/Kconfig |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
index 5930a03..465961b 100644
--- a/drivers/mtd/onenand/Kconfig
+++ b/drivers/mtd/onenand/Kconfig
@@ -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



More information about the linux-mtd-cvs mailing list