Skip to content

Commit 0bb8508

Browse files
neuschaeferLinus Walleij
authored andcommitted
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: a1d1e0e ("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>
1 parent 6ef00b4 commit 0bb8508

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pinctrl/nuvoton/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config PINCTRL_WPCM450
66
select PINMUX
77
select PINCONF
88
select GENERIC_PINCONF
9+
select GENERIC_PINCTRL_GROUPS
910
select GPIOLIB
1011
select GPIO_GENERIC
1112
select GPIOLIB_IRQCHIP

0 commit comments

Comments
 (0)