Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98638ee2 authored by Kyungmin Park's avatar Kyungmin Park Committed by David Woodhouse
Browse files

[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: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 47e777e0
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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