diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2011-06-08 17:35:33 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-08 18:11:57 -0400 |
commit | 1e4c88420e0da3c855c17770a807cabd5b16dd7a (patch) | |
tree | 3dcfcb15d07801b12cc89ccd131ed4cda337f703 /drivers/gpio/Kconfig | |
parent | 6dd599f8af0166805951f4421a78ba716d78321a (diff) |
gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio library
This converts the gpio-ep93xx driver into a platform_driver and uses
the basic_mmio_gpio library.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b84666a69afa..9f06e63fbc8e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -87,6 +87,7 @@ config GPIO_IT8761E | |||
87 | config GPIO_EP93XX | 87 | config GPIO_EP93XX |
88 | def_bool y | 88 | def_bool y |
89 | depends on ARCH_EP93XX | 89 | depends on ARCH_EP93XX |
90 | select GPIO_GENERIC | ||
90 | 91 | ||
91 | config GPIO_EXYNOS4 | 92 | config GPIO_EXYNOS4 |
92 | def_bool y | 93 | def_bool y |