diff options
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index b9eed9925462..1c2e9450d663 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -58,7 +58,7 @@ config MTD_NAND_H1900 | |||
58 | 58 | ||
59 | config MTD_NAND_GPIO | 59 | config MTD_NAND_GPIO |
60 | tristate "GPIO NAND Flash driver" | 60 | tristate "GPIO NAND Flash driver" |
61 | depends on GENERIC_GPIO | 61 | depends on GENERIC_GPIO && ARM |
62 | help | 62 | help |
63 | This enables a GPIO based NAND flash driver. | 63 | This enables a GPIO based NAND flash driver. |
64 | 64 | ||