Commit 46d0d0fb authored by Thomas Gleixner's avatar Thomas Gleixner

[MTD] OneNAND/Kconfig: Fix dependencies

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent f0250fd7
...@@ -24,11 +24,10 @@ config MTD_ONENAND_VERIFY_WRITE ...@@ -24,11 +24,10 @@ config MTD_ONENAND_VERIFY_WRITE
flipped accidentaly due to device wear or something else. flipped accidentaly due to device wear or something else.
config MTD_ONENAND_GENERIC config MTD_ONENAND_GENERIC
tristate "OneNAND Flash device on generic board" tristate "OneNAND Flash device via platform device driver"
depends on MTD_ONENAND depends on MTD_ONENAND && ARM
help help
Support for OneNAND flash on generic board. Using device driver Support for OneNAND flash via platform device driver.
framework, now all most platfrom are support.
config MTD_ONENAND_SYNC_READ config MTD_ONENAND_SYNC_READ
bool "OneNAND Sync. Burst Read Support" bool "OneNAND Sync. Burst Read Support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment