pinctrl: max77620: select PINMUX
authorArnd Bergmann <arnd@arndb.de>
Mon, 13 Jun 2016 15:18:35 +0000 (17:18 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Jun 2016 06:37:41 +0000 (08:37 +0200)
commit79f28b9fcd462fccc8b24990fdc82a1256fcd6fb
treec23301ec8b6d62708ac687751741e28bc26e4811
parent56411f3c053efc29f761a4523f2d42c79b03a575
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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig