diff options
Diffstat (limited to 'drivers/mtd/nand')
-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 81bf5e52601e..5d54ad32697f 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -89,7 +89,7 @@ config MTD_NAND_H1900 | |||
89 | 89 | ||
90 | config MTD_NAND_GPIO | 90 | config MTD_NAND_GPIO |
91 | tristate "GPIO NAND Flash driver" | 91 | tristate "GPIO NAND Flash driver" |
92 | depends on GENERIC_GPIO && ARM | 92 | depends on GPIOLIB && ARM |
93 | help | 93 | help |
94 | This enables a GPIO based NAND flash driver. | 94 | This enables a GPIO based NAND flash driver. |
95 | 95 | ||