aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2006-09-26 04:52:14 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-09-26 05:02:37 -0400
commit98638ee2edf86b80cf89486c4aabcd9ce471a54a (patch)
tree84feccb922becf6e169443c7845d2f5ab05c3b71 /drivers/mtd/onenand
parent47e777e02e7b21eaa4686a70069c9583c126aea8 (diff)
[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@samsung.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/onenand')
-rw-r--r--drivers/mtd/onenand/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
index 5930a03736d7..465961b8bcd1 100644
--- a/drivers/mtd/onenand/Kconfig
+++ b/drivers/mtd/onenand/Kconfig
@@ -43,10 +43,4 @@ config MTD_ONENAND_OTP
43 43
44 OTP block is fully-guaranteed to be a valid block. 44 OTP block is fully-guaranteed to be a valid block.
45 45
46config MTD_ONENAND_SYNC_READ
47 bool "OneNAND Sync. Burst Read Support"
48 depends on ARCH_OMAP
49 help
50 This enables support for Sync. Burst Read.
51
52endmenu 46endmenu