From: Kyungmin Park Date: Tue, 26 Sep 2006 08:52:14 +0000 (+0000) Subject: [MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration X-Git-Tag: v2.6.19-rc1~374^2~5 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=98638ee2edf86b80cf89486c4aabcd9ce471a54a;p=net-next-2.6.git [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 Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig index 5930a03736d..465961b8bcd 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