diff options
author | Richard Röjfors <richard.rojfors@mocean-labs.com> | 2009-12-15 19:46:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 10:20:00 -0500 |
commit | 35570ac6039ef490b9c5abde1fee4803a39bf4e1 (patch) | |
tree | 59b743b2ff1b1e054fa83b91d5c0c83be98e3cfc /drivers/gpio/Kconfig | |
parent | 4efec6272e8e61fc77132b4d2bae56d61b289956 (diff) |
gpio: add GPIO driver for the Timberdale FPGA
A GPIO driver for the Timberdale FPGA found on the Intel Atom board
Russellville.
The GPIO driver also has an IRQ-chip to support interrupts on the pins.
Signed-off-by: Richard Röjfors <richard.rojfors@mocean-labs.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 57ca339924ef..a019b49ecc9b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -206,6 +206,12 @@ config GPIO_LANGWELL | |||
206 | help | 206 | help |
207 | Say Y here to support Intel Moorestown platform GPIO. | 207 | Say Y here to support Intel Moorestown platform GPIO. |
208 | 208 | ||
209 | config GPIO_TIMBERDALE | ||
210 | bool "Support for timberdale GPIO IP" | ||
211 | depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM | ||
212 | ---help--- | ||
213 | Add support for the GPIO IP in the timberdale FPGA. | ||
214 | |||
209 | comment "SPI GPIO expanders:" | 215 | comment "SPI GPIO expanders:" |
210 | 216 | ||
211 | config GPIO_MAX7301 | 217 | config GPIO_MAX7301 |