Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.