diff options
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 008c38ba774f..9e0c4fbfc51a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -69,6 +69,12 @@ config GPIO_PCF857X | |||
69 | 69 | ||
70 | comment "SPI GPIO expanders:" | 70 | comment "SPI GPIO expanders:" |
71 | 71 | ||
72 | config GPIO_MAX7301 | ||
73 | tristate "Maxim MAX7301 GPIO expander" | ||
74 | depends on SPI_MASTER | ||
75 | help | ||
76 | gpio driver for Maxim MAX7301 SPI GPIO expander. | ||
77 | |||
72 | config GPIO_MCP23S08 | 78 | config GPIO_MCP23S08 |
73 | tristate "Microchip MCP23S08 I/O expander" | 79 | tristate "Microchip MCP23S08 I/O expander" |
74 | depends on SPI_MASTER | 80 | depends on SPI_MASTER |