diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-20 20:06:09 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-27 19:37:29 -0400 |
commit | 9956d02d6e60f0c50632ba5699bc6238defb496b (patch) | |
tree | 98a9e77d1a3d58431bf8b4458fa16a4b7c9f3b9c /drivers/gpio/Kconfig | |
parent | e090d506c3f1b314059fb77b177cd4193bb81d6e (diff) |
gpio: Add support for RDC321x GPIO controller
This patch adds a new GPIO driver for the RDC321x SoC GPIO controller.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 4fd0f276df5a..56eb0c59c512 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -282,6 +282,14 @@ config GPIO_TIMBERDALE | |||
282 | ---help--- | 282 | ---help--- |
283 | Add support for the GPIO IP in the timberdale FPGA. | 283 | Add support for the GPIO IP in the timberdale FPGA. |
284 | 284 | ||
285 | config GPIO_RDC321X | ||
286 | tristate "RDC R-321x GPIO support" | ||
287 | depends on PCI && GPIOLIB | ||
288 | select MFD_RDC321X | ||
289 | help | ||
290 | Support for the RDC R321x SoC GPIOs over southbridge | ||
291 | PCI configuration space. | ||
292 | |||
285 | comment "SPI GPIO expanders:" | 293 | comment "SPI GPIO expanders:" |
286 | 294 | ||
287 | config GPIO_MAX7301 | 295 | config GPIO_MAX7301 |