diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-06-06 12:10:07 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-06 12:10:07 -0400 |
commit | 8c31b1635b91e48f867e010cd7bcd06393e5858a (patch) | |
tree | 4981add7e38e24724d255dedeb03f93be34d33ec /drivers/gpio/Kconfig | |
parent | 121a2dd860f8348fb014b660f133a0cb9a16273e (diff) | |
parent | 2ce420da39078a6135d1c004a0e4436fdc1458b4 (diff) |
Merge branch 'gpio/next-mx' into gpio/next
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 21271a5209a..f8b6e7d27e4 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -94,6 +94,15 @@ config GPIO_EXYNOS4 | |||
94 | def_bool y | 94 | def_bool y |
95 | depends on CPU_EXYNOS4210 | 95 | depends on CPU_EXYNOS4210 |
96 | 96 | ||
97 | config GPIO_MXS | ||
98 | def_bool y | ||
99 | depends on ARCH_MXS | ||
100 | |||
101 | config GPIO_MXC | ||
102 | def_bool y | ||
103 | depends on ARCH_MXC | ||
104 | select GPIO_BASIC_MMIO_CORE | ||
105 | |||
97 | config GPIO_PLAT_SAMSUNG | 106 | config GPIO_PLAT_SAMSUNG |
98 | def_bool y | 107 | def_bool y |
99 | depends on SAMSUNG_GPIOLIB_4BIT | 108 | depends on SAMSUNG_GPIOLIB_4BIT |