summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-05-16 23:57:00 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:26:33 +0800
commite135c6e438ed0bfb4d83f4127d7e82ad2192ae69 (patch)
tree6db46f7fea05486d2b4ef3d560118ba73e64ec65 /drivers/gpio
parenteb946e2f16f5870e398a4341ce1047e0e0a08439 (diff)
MLK-14933 gpio: kconfig: remove mxc gpio dependency
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3f80f167ed56..4985b76aa560 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -344,7 +344,6 @@ config GPIO_MVEBU
config GPIO_MXC
def_bool y
- depends on ARCH_MXC
select GPIO_GENERIC
select GENERIC_IRQ_CHIP