diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2023-04-12 20:50:49 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-04-21 10:21:44 +0200 |
commit | f9a5502f8ee3d2bc4403f561f0037c920ca35e6d (patch) | |
tree | a80dc8031086b40261a0c39689c96f0f70772180 /drivers/pinctrl | |
parent | 19bcff7e2777c7337caeef5532ad6f93f3d24d64 (diff) | |
download | linux-f9a5502f8ee3d2bc4403f561f0037c920ca35e6d.tar.gz linux-f9a5502f8ee3d2bc4403f561f0037c920ca35e6d.tar.bz2 linux-f9a5502f8ee3d2bc4403f561f0037c920ca35e6d.zip |
pinctrl: wpcm450: select MFD_SYSCON
The pinctrl-wpcm450 driver relies on MFD_SYSCON functionality in order
to find some of its MMIO registers. Select MFD_SYSCON from
PINCTRL_WPCM450 to ensure that it's enabled.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20230412185049.3782842-1-j.neuschaefer@gmx.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/nuvoton/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/nuvoton/Kconfig b/drivers/pinctrl/nuvoton/Kconfig index 852b0d0eb08e..8fe61b348181 100644 --- a/drivers/pinctrl/nuvoton/Kconfig +++ b/drivers/pinctrl/nuvoton/Kconfig @@ -11,6 +11,7 @@ config PINCTRL_WPCM450 select GPIOLIB select GPIO_GENERIC select GPIOLIB_IRQCHIP + select MFD_SYSCON help Say Y or M here to enable pin controller and GPIO support for the Nuvoton WPCM450 SoC. This is strongly recommended when |