Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25ca1cea authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Linus Walleij
Browse files

pinctrl: mcp23s08: drop OF_GPIO dependency



The driver compiles & works perfectly fine without OF_GPIO on x86,
so lets drop the dependency.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8f38910b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,6 @@ config PINCTRL_FALCON


config PINCTRL_MCP23S08
config PINCTRL_MCP23S08
	tristate "Microchip MCP23xxx I/O expander"
	tristate "Microchip MCP23xxx I/O expander"
	depends on OF_GPIO
	depends on SPI_MASTER || I2C
	depends on SPI_MASTER || I2C
	select GPIOLIB_IRQCHIP
	select GPIOLIB_IRQCHIP
	select REGMAP_I2C if I2C
	select REGMAP_I2C if I2C