diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d0c41188d4e5..0409cf35adda 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -190,6 +190,17 @@ config GPIO_VX855 | |||
190 | additional drivers must be enabled in order to use the | 190 | additional drivers must be enabled in order to use the |
191 | functionality of the device. | 191 | functionality of the device. |
192 | 192 | ||
193 | config GPIO_GE_FPGA | ||
194 | bool "GE FPGA based GPIO" | ||
195 | depends on GE_FPGA | ||
196 | help | ||
197 | Support for common GPIO functionality provided on some GE Single Board | ||
198 | Computers. | ||
199 | |||
200 | This driver provides basic support (configure as input or output, read | ||
201 | and write pin state) for GPIO implemented in a number of GE single | ||
202 | board computers. | ||
203 | |||
193 | comment "I2C GPIO expanders:" | 204 | comment "I2C GPIO expanders:" |
194 | 205 | ||
195 | config GPIO_MAX7300 | 206 | config GPIO_MAX7300 |