2020-11-25 12:23:41

by Lars Povlsen

[permalink] [raw]
Subject: [PATCH -next] pinctrl: pinctrl-microchip-sgpio: Add OF config dependency

The pinctrl-microchip-sgpio driver needs OF support, so add that to
Kconfig.

Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Lars Povlsen <[email protected]>
---
drivers/pinctrl/Kconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 9b8ed7516355..94e49da49f5c 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -376,11 +376,13 @@ config PINCTRL_OCELOT

config PINCTRL_MICROCHIP_SGPIO
bool "Pinctrl driver for Microsemi/Microchip Serial GPIO"
+ depends on OF
depends on HAS_IOMEM
select GPIOLIB
select GENERIC_PINCONF
select GENERIC_PINCTRL_GROUPS
select GENERIC_PINMUX_FUNCTIONS
+ select OF_GPIO
help
Support for the serial GPIO interface used on Microsemi and
Microchip SoC's. By using a serial interface, the SIO
--
2.25.1


2020-11-26 06:16:20

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH -next] pinctrl: pinctrl-microchip-sgpio: Add OF config dependency

On 11/25/20 4:20 AM, Lars Povlsen wrote:
> The pinctrl-microchip-sgpio driver needs OF support, so add that to
> Kconfig.
>
> Reported-by: Randy Dunlap <[email protected]>
> Signed-off-by: Lars Povlsen <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

Thanks.

> ---
> drivers/pinctrl/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> index 9b8ed7516355..94e49da49f5c 100644
> --- a/drivers/pinctrl/Kconfig
> +++ b/drivers/pinctrl/Kconfig
> @@ -376,11 +376,13 @@ config PINCTRL_OCELOT
>
> config PINCTRL_MICROCHIP_SGPIO
> bool "Pinctrl driver for Microsemi/Microchip Serial GPIO"
> + depends on OF
> depends on HAS_IOMEM
> select GPIOLIB
> select GENERIC_PINCONF
> select GENERIC_PINCTRL_GROUPS
> select GENERIC_PINMUX_FUNCTIONS
> + select OF_GPIO
> help
> Support for the serial GPIO interface used on Microsemi and
> Microchip SoC's. By using a serial interface, the SIO
>


--
~Randy

2020-12-01 23:15:16

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH -next] pinctrl: pinctrl-microchip-sgpio: Add OF config dependency

On Wed, Nov 25, 2020 at 1:20 PM Lars Povlsen <[email protected]> wrote:

> The pinctrl-microchip-sgpio driver needs OF support, so add that to
> Kconfig.
>
> Reported-by: Randy Dunlap <[email protected]>
> Signed-off-by: Lars Povlsen <[email protected]>

Patch applied!

Yours,
Linus Walleij