diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2012-04-12 04:48:55 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-09 09:38:39 -0400 |
commit | 7b0d44f3b7cec0ae6f5e81d18df4a4077bbabb7c (patch) | |
tree | d593fad627cc52ddafbcb59979efc7e91976ddd1 /drivers/gpio/Kconfig | |
parent | 35bdd29095ad614c5fb4a934bfd4f57a94dfd395 (diff) |
gpio: Add STA2X11 GPIO block
This introduces 128 gpio bits (for each PCI device installed) with
working interrupt support.
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Cc: Alan Cox <alan@linux.intel.com>
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 a0d57964d31c..09ac540daade 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -149,6 +149,14 @@ config GPIO_PXA | |||
149 | help | 149 | help |
150 | Say yes here to support the PXA GPIO device | 150 | Say yes here to support the PXA GPIO device |
151 | 151 | ||
152 | config GPIO_STA2X11 | ||
153 | bool "STA2x11/ConneXt GPIO support" | ||
154 | depends on MFD_STA2X11 | ||
155 | select GENERIC_IRQ_CHIP | ||
156 | help | ||
157 | Say yes here to support the STA2x11/ConneXt GPIO device. | ||
158 | The GPIO module has 128 GPIO pins with alternate functions. | ||
159 | |||
152 | config GPIO_XILINX | 160 | config GPIO_XILINX |
153 | bool "Xilinx GPIO support" | 161 | bool "Xilinx GPIO support" |
154 | depends on PPC_OF || MICROBLAZE | 162 | depends on PPC_OF || MICROBLAZE |