Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1635731
| From | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] pinctrl: mcp23s08: drop OF_GPIO dependency |
| Date | 2017-05-04 15:30 +0200 |
| Message-ID | <tDoZr-3ZE-5@gated-at.bofh.it> (permalink) |
| References | <tDoZr-3ZE-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The driver compiles & works perfectly fine without OF_GPIO on x86, so lets drop the dependency. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> --- drivers/pinctrl/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 2ff95fe3017d..52a5e5881936 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -137,7 +137,6 @@ config PINCTRL_FALCON config PINCTRL_MCP23S08 tristate "Microchip MCP23xxx I/O expander" - depends on OF_GPIO depends on SPI_MASTER || I2C select GPIOLIB_IRQCHIP select REGMAP_I2C if I2C -- 2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] mcp23s08 regmap cache Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-05-04 15:30 +0200 [PATCH 2/2] pinctrl: mcp23s08: drop OF_GPIO dependency Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-05-04 15:30 +0200 [PATCH 1/2] pinctrl: mcp23s08: switch to regmap caching Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-05-04 15:30 +0200
csiph-web