diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2022-03-17 12:44:12 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-03-24 20:10:32 +0100 |
commit | 0bb850887c1e27ca81d1b4cd19db83f40a61dd30 (patch) | |
tree | a6107d88f30e2f3e2c8a695b3f402feceadd5b83 /drivers | |
parent | 6ef00b42f9019143e4534738f83af8e663bf7695 (diff) | |
download | linux-0bb850887c1e27ca81d1b4cd19db83f40a61dd30.tar.bz2 |
pinctrl: nuvoton: wpcm450: select GENERIC_PINCTRL_GROUPS
CONFIG_GENERIC_PINCTRL_GROUPS must be selected in order for
struct group_desc to be defined in pinctrl/core.h.
Add the missing select line to CONFIG_PINCTRL_WPCM450.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: a1d1e0e3d80a ("pinctrl: nuvoton: Add driver for WPCM450")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20220317114413.1418484-1-j.neuschaefer@gmx.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-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 6a3c6f2a73f2..b48d32912bef 100644 --- a/drivers/pinctrl/nuvoton/Kconfig +++ b/drivers/pinctrl/nuvoton/Kconfig @@ -6,6 +6,7 @@ config PINCTRL_WPCM450 select PINMUX select PINCONF select GENERIC_PINCONF + select GENERIC_PINCTRL_GROUPS select GPIOLIB select GPIO_GENERIC select GPIOLIB_IRQCHIP |