diff options
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 e47ef94be379..bc7b0fca6415 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -344,6 +344,14 @@ config GPIO_MC33880 | |||
344 | SPI driver for Freescale MC33880 high-side/low-side switch. | 344 | SPI driver for Freescale MC33880 high-side/low-side switch. |
345 | This provides GPIO interface supporting inputs and outputs. | 345 | This provides GPIO interface supporting inputs and outputs. |
346 | 346 | ||
347 | config GPIO_74X164 | ||
348 | tristate "74x164 serial-in/parallel-out 8-bits shift register" | ||
349 | depends on SPI_MASTER | ||
350 | help | ||
351 | Platform driver for 74x164 compatible serial-in/parallel-out | ||
352 | 8-outputs shift registers. This driver can be used to provide access | ||
353 | to more gpio outputs. | ||
354 | |||
347 | comment "AC97 GPIO expanders:" | 355 | comment "AC97 GPIO expanders:" |
348 | 356 | ||
349 | config GPIO_UCB1400 | 357 | config GPIO_UCB1400 |