Skip to content

Commit

Permalink
[MTD] [NAND] GPIO driver depends on ARM... for now.
Browse files Browse the repository at this point in the history
Not all architectures provide readsb(). We should probably move to using
ioread8_rep() instead.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Oct 20, 2008
1 parent 35a3479 commit 7d28e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7d28e0d

Please sign in to comment.