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

Commit d219b924 authored by Phil Reid's avatar Phil Reid Committed by Linus Walleij
Browse files

pinctrl: change Kconfig PINCTRL variable to a menuconfig



This allows PINCTRL to be selected manually to allow enabling of the
mcp23s08 i2c/spi gpio driver. Which is not platform specific.

Signed-off-by: default avatarPhil Reid <preid@electromag.com.au>
Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6affd698
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2,11 +2,10 @@
# PINCTRL infrastructure and drivers
#

config PINCTRL
	bool
menuconfig PINCTRL
	bool "Pin controllers"

menu "Pin controllers"
	depends on PINCTRL
if PINCTRL

config GENERIC_PINCTRL_GROUPS
	bool
@@ -379,4 +378,4 @@ config PINCTRL_TB10X
	depends on OF && ARC_PLAT_TB10X
	select GPIOLIB

endmenu
endif