diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-20 04:24:43 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-20 04:24:43 -0400 |
commit | 7d28e0d1e55442d198f7c35626d2c460ac04cab2 (patch) | |
tree | 9369355b3c7c927fcad6af123c04aa35c25292ad | |
parent | 35a347991cb7da5540fcdbef57800c02bafcb0b3 (diff) |
[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>
-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 | ||