summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo2011-06-05 18:07:54 +0200
committerGrant Likely2011-06-06 18:01:19 +0200
commitd37a65bb4663bde7cf3dbc51aec7f264fa4d0ebf (patch)
tree5cea55304a0c2863273299209c7edd6518617377 /drivers/gpio/Kconfig
parentgpio/mxs: Change gpio-mxs into an upstanding gpio driver (diff)
downloadkernel-qcow2-linux-d37a65bb4663bde7cf3dbc51aec7f264fa4d0ebf.tar.gz
kernel-qcow2-linux-d37a65bb4663bde7cf3dbc51aec7f264fa4d0ebf.tar.xz
kernel-qcow2-linux-d37a65bb4663bde7cf3dbc51aec7f264fa4d0ebf.zip
gpio/mxc: Move Freescale MXC gpio driver to drivers/gpio
GPIO drivers are getting moved to drivers/gpio for cleanup and consolidation. This patch moves the plat-mxc driver. Follow up patches will clean it up and make it a fine upstanding gpio driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 48711749ffcf..1ee725aa021d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -97,6 +97,10 @@ config GPIO_MXS
def_bool y
depends on ARCH_MXS
+config GPIO_MXC
+ def_bool y
+ depends on ARCH_MXC
+
config GPIO_PLAT_SAMSUNG
bool "Samsung SoCs GPIO library support"
default y if SAMSUNG_GPIOLIB_4BIT