Commit 79f28b9f authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Linus Walleij

pinctrl: max77620: select PINMUX

The recently added max77620 driver fails to build when CONFIG_PINMUX
is not set:

pinctrl/pinctrl-max77620.c:272:21: error: variable 'max77620_pinmux_ops' has initializer but incomplete type
 static const struct pinmux_ops max77620_pinmux_ops = {
                     ^~~~~~~~~~
pinctrl/pinctrl-max77620.c:273:2: error: unknown field 'get_functions_count' specified in initializer

This adds the Kconfig 'select' statement that was clearly meant
to be there and is used in all other pinmux drivers.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 56411f3c
...@@ -210,6 +210,7 @@ config PINCTRL_COH901 ...@@ -210,6 +210,7 @@ config PINCTRL_COH901
config PINCTRL_MAX77620 config PINCTRL_MAX77620
tristate "MAX77620/MAX20024 Pincontrol support" tristate "MAX77620/MAX20024 Pincontrol support"
depends on MFD_MAX77620 depends on MFD_MAX77620
select PINMUX
select GENERIC_PINCONF select GENERIC_PINCONF
help help
Say Yes here to enable Pin control support for Maxim PMIC MAX77620. Say Yes here to enable Pin control support for Maxim PMIC MAX77620.
......
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