summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan2013-05-06 15:53:52 +0200
committerDavid Woodhouse2013-08-05 21:46:06 +0200
commitba44039816367e9eebc3c0077ff1f25e95a73c26 (patch)
treeff1f6d2432435796582cb7fb9046624514cae5c8 /drivers/mtd/nand/Kconfig
parentmtd: nand-gpio: Use default nand_base {read/write}_buf functions (diff)
downloadkernel-qcow2-linux-ba44039816367e9eebc3c0077ff1f25e95a73c26.tar.gz
kernel-qcow2-linux-ba44039816367e9eebc3c0077ff1f25e95a73c26.tar.xz
kernel-qcow2-linux-ba44039816367e9eebc3c0077ff1f25e95a73c26.zip
mtd: nand-gpio: Unneeded dependency on ARM removed
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 50543f166215..5ef8f5e848c3 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -75,7 +75,7 @@ config MTD_NAND_DENALI_SCRATCH_REG_ADDR
config MTD_NAND_GPIO
tristate "GPIO NAND Flash driver"
- depends on GPIOLIB && ARM
+ depends on GPIOLIB
help
This enables a GPIO based NAND flash driver.