projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2189408
)
mtd: nand-gpio: Unneeded dependency on ARM removed
author
Alexander Shiyan
<shc_work@mail.ru>
Mon, 6 May 2013 13:53:52 +0000
(17:53 +0400)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 5 Aug 2013 19:46:06 +0000
(20:46 +0100)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index 50543f1662150ade806e9967190c60426a9ab029..5ef8f5e848c3306eec3e7a7a887455aef837c4ad 100644
(file)
--- a/
drivers/mtd/nand/Kconfig
+++ b/
drivers/mtd/nand/Kconfig
@@
-75,7
+75,7
@@
config MTD_NAND_DENALI_SCRATCH_REG_ADDR
config MTD_NAND_GPIO
tristate "GPIO NAND Flash driver"
- depends on GPIOLIB
&& ARM
+ depends on GPIOLIB
help
This enables a GPIO based NAND flash driver.