projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a3479
)
[MTD] [NAND] GPIO driver depends on ARM... for now.
author
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 20 Oct 2008 08:24:43 +0000
(09:24 +0100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 20 Oct 2008 08:24:43 +0000
(09:24 +0100)
Not all architectures provide readsb(). We should probably move to using
ioread8_rep() instead.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index b9eed9925462bf7751272c05a476e0795f33efdb..1c2e9450d663ca9e7c2c3fd8a8a5a8b98b26755c 100644
(file)
--- 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.