diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-20 09:24:43 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-20 09:24:43 +0100 |
commit | 7d28e0d1e55442d198f7c35626d2c460ac04cab2 (patch) | |
tree | 9369355b3c7c927fcad6af123c04aa35c25292ad /drivers/mtd | |
parent | 35a347991cb7da5540fcdbef57800c02bafcb0b3 (diff) | |
download | linux-3.10-7d28e0d1e55442d198f7c35626d2c460ac04cab2.tar.gz linux-3.10-7d28e0d1e55442d198f7c35626d2c460ac04cab2.tar.bz2 linux-3.10-7d28e0d1e55442d198f7c35626d2c460ac04cab2.zip |
[MTD] [NAND] GPIO driver depends on ARM... for now.
Not all architectures provide readsb(). We should probably move to using
ioread8_rep() instead.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-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 b9eed992546..1c2e9450d66 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -58,7 +58,7 @@ config MTD_NAND_H1900 config MTD_NAND_GPIO tristate "GPIO NAND Flash driver" - depends on GENERIC_GPIO + depends on GENERIC_GPIO && ARM help This enables a GPIO based NAND flash driver. |