Skip to content

Commit

Permalink
[MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kyungmin Park authored and David Woodhouse committed Sep 26, 2006
1 parent 47e777e commit 98638ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98638ee

Please sign in to comment.