aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/onenand/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
index 0b2b29320c02..126ff6bf63d5 100644
--- a/drivers/mtd/onenand/Kconfig
+++ b/drivers/mtd/onenand/Kconfig
@@ -24,11 +24,10 @@ config MTD_ONENAND_VERIFY_WRITE
24 flipped accidentaly due to device wear or something else. 24 flipped accidentaly due to device wear or something else.
25 25
26config MTD_ONENAND_GENERIC 26config MTD_ONENAND_GENERIC
27 tristate "OneNAND Flash device on generic board" 27 tristate "OneNAND Flash device via platform device driver"
28 depends on MTD_ONENAND 28 depends on MTD_ONENAND && ARM
29 help 29 help
30 Support for OneNAND flash on generic board. Using device driver 30 Support for OneNAND flash via platform device driver.
31 framework, now all most platfrom are support.
32 31
33config MTD_ONENAND_SYNC_READ 32config MTD_ONENAND_SYNC_READ
34 bool "OneNAND Sync. Burst Read Support" 33 bool "OneNAND Sync. Burst Read Support"