aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/onenand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
index 79fa79e8f8de..3a094d1bf8cc 100644
--- a/drivers/mtd/onenand/Kconfig
+++ b/drivers/mtd/onenand/Kconfig
@@ -5,6 +5,7 @@
5menuconfig MTD_ONENAND 5menuconfig MTD_ONENAND
6 tristate "OneNAND Device Support" 6 tristate "OneNAND Device Support"
7 depends on MTD 7 depends on MTD
8 select MTD_PARTITIONS
8 help 9 help
9 This enables support for accessing all type of OneNAND flash 10 This enables support for accessing all type of OneNAND flash
10 devices. For further information see 11 devices. For further information see
@@ -66,7 +67,6 @@ config MTD_ONENAND_2X_PROGRAM
66 67
67config MTD_ONENAND_SIM 68config MTD_ONENAND_SIM
68 tristate "OneNAND simulator support" 69 tristate "OneNAND simulator support"
69 depends on MTD_PARTITIONS
70 help 70 help
71 The simulator may simulate various OneNAND flash chips for the 71 The simulator may simulate various OneNAND flash chips for the
72 OneNAND MTD layer. 72 OneNAND MTD layer.