projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e734123
)
MLK-14933 gpio: kconfig: remove mxc gpio dependency
author
Anson Huang
<Anson.Huang@nxp.com>
Tue, 16 May 2017 15:57:00 +0000
(23:57 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:18 +0000
(15:22 -0500)
Remove dependency of ARCH_MXC to support GPIO driver on
both ARMv7 and ARMv8 i.MX platforms.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index
12d417a
..
6b8d781
100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-321,7
+321,6
@@
config GPIO_MVEBU
config GPIO_MXC
def_bool y
- depends on ARCH_MXC
select GPIO_GENERIC
select GENERIC_IRQ_CHIP