diff options
author | Phil Reid <preid@electromag.com.au> | 2016-03-18 16:07:06 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-30 10:38:50 +0200 |
commit | dad3d272957b006b9069486597610840f7063350 (patch) | |
tree | acaa2893b8a5c760e10bc59cfb2f90b55b4bff3f /drivers/gpio/Kconfig | |
parent | d46ab6823963de2165f5a2af7600ce830e990e53 (diff) | |
download | lwn-dad3d272957b006b9069486597610840f7063350.tar.gz lwn-dad3d272957b006b9069486597610840f7063350.zip |
gpio: mcp23s08: switch to use gpiolib irqchip helpers
This switches the mcp23s08 driver to use the gpiolib irqchip
helpers.
Signed-off-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 5f3429f0bf46..927be87f2284 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1091,6 +1091,7 @@ menu "SPI or I2C GPIO expanders" config GPIO_MCP23S08 tristate "Microchip MCP23xxx I/O expander" + select GPIOLIB_IRQCHIP help SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017 I/O expanders. |