Commit 6ff45566 authored by Jan Kundrát's avatar Jan Kundrát Committed by Linus Walleij

pinctrl: mcp23s08: Kconfig: update to reflect supported features

Commit d8f4494e removed comments which described this limitation.
The code supported interrupts even before.

Also add some spacing so that the chip IDs are a bit more readable.
Signed-off-by: default avatarJan Kundrát <jan.kundrat@cesnet.cz>
Reviewed-by: default avatarPhil Reid <preid@electromag.com.au>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ce397d21
...@@ -161,10 +161,10 @@ config PINCTRL_MCP23S08 ...@@ -161,10 +161,10 @@ config PINCTRL_MCP23S08
select REGMAP_SPI if SPI_MASTER select REGMAP_SPI if SPI_MASTER
select GENERIC_PINCONF select GENERIC_PINCONF
help help
SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017 SPI/I2C driver for Microchip MCP23S08 / MCP23S17 / MCP23S18 /
I/O expanders. MCP23008 / MCP23017 / MCP23018 I/O expanders.
This provides a GPIO interface supporting inputs and outputs. This provides a GPIO interface supporting inputs and outputs and a
The I2C versions of the chips can be used as interrupt-controller. corresponding interrupt-controller.
config PINCTRL_OXNAS config PINCTRL_OXNAS
bool bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment