Commit 7d28e0d1 authored by David Woodhouse's avatar David Woodhouse

[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: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 35a34799
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment