Commit 971f1b38 authored by Quentin Schulz's avatar Quentin Schulz Committed by Linus Walleij

pinctrl: axp209: add missing Kconfig dependencies

This fixes some compilation issues.

GENERIC_PINCONF and OF at least for pinconf_generic_dt_*, PINMUX at
least for pinmux_ops and GPIOLIB for at least gpio_chip.

Fixes: 23f75d7d ("pinctrl: axp209: add pinctrl features")
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarQuentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent a0498152
...@@ -66,6 +66,10 @@ config PINCTRL_AS3722 ...@@ -66,6 +66,10 @@ config PINCTRL_AS3722
config PINCTRL_AXP209 config PINCTRL_AXP209
tristate "X-Powers AXP209 PMIC pinctrl and GPIO Support" tristate "X-Powers AXP209 PMIC pinctrl and GPIO Support"
depends on MFD_AXP20X depends on MFD_AXP20X
depends on OF
select PINMUX
select GENERIC_PINCONF
select GPIOLIB
help help
AXP PMICs provides multiple GPIOs that can be muxed for different AXP PMICs provides multiple GPIOs that can be muxed for different
functions. This driver bundles a pinctrl driver to select the function functions. This driver bundles a pinctrl driver to select the function
......
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