aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 34598e9c1a4..7678538344f 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -1,5 +1,3 @@
1# drivers/mtd/nand/Kconfig
2
3menuconfig MTD_NAND 1menuconfig MTD_NAND
4 tristate "NAND Device Support" 2 tristate "NAND Device Support"
5 depends on MTD 3 depends on MTD
@@ -374,7 +372,7 @@ endchoice
374 372
375config MTD_NAND_PXA3xx 373config MTD_NAND_PXA3xx
376 tristate "Support for NAND flash devices on PXA3xx" 374 tristate "Support for NAND flash devices on PXA3xx"
377 depends on MTD_NAND && PXA3xx 375 depends on MTD_NAND && (PXA3xx || ARCH_MMP)
378 help 376 help
379 This enables the driver for the NAND flash device found on 377 This enables the driver for the NAND flash device found on
380 PXA3xx processors 378 PXA3xx processors