Commit 552a9cc0 authored by Lars Povlsen's avatar Lars Povlsen Committed by Linus Walleij

pinctrl: pinctrl-microchip-sgpio: Add OF config dependency

The pinctrl-microchip-sgpio driver needs OF support, so add that to
Kconfig.
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLars Povlsen <lars.povlsen@microchip.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20201125122014.11237-1-lars.povlsen@microchip.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7e5ea974
...@@ -376,11 +376,13 @@ config PINCTRL_OCELOT ...@@ -376,11 +376,13 @@ config PINCTRL_OCELOT
config PINCTRL_MICROCHIP_SGPIO config PINCTRL_MICROCHIP_SGPIO
bool "Pinctrl driver for Microsemi/Microchip Serial GPIO" bool "Pinctrl driver for Microsemi/Microchip Serial GPIO"
depends on OF
depends on HAS_IOMEM depends on HAS_IOMEM
select GPIOLIB select GPIOLIB
select GENERIC_PINCONF select GENERIC_PINCONF
select GENERIC_PINCTRL_GROUPS select GENERIC_PINCTRL_GROUPS
select GENERIC_PINMUX_FUNCTIONS select GENERIC_PINMUX_FUNCTIONS
select OF_GPIO
help help
Support for the serial GPIO interface used on Microsemi and Support for the serial GPIO interface used on Microsemi and
Microchip SoC's. By using a serial interface, the SIO Microchip SoC's. By using a serial interface, the SIO
......
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