projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e777e
)
[MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration
author
Kyungmin Park
<kyungmin.park@samsung.com>
Tue, 26 Sep 2006 08:52:14 +0000
(08:52 +0000)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 26 Sep 2006 09:02:37 +0000
(10:02 +0100)
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>
drivers/mtd/onenand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/onenand/Kconfig
b/drivers/mtd/onenand/Kconfig
index 5930a03736d7557ab9bdfc9137bb604a863560d1..465961b8bcd14319e02be8c0adf8d8db41862288 100644
(file)
--- 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