Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de5af04e authored by Maxime Ripard's avatar Maxime Ripard Committed by Linus Walleij
Browse files

pinctrl: sunxi: depend on RESET_CONTROLLER



The A31 R_PIO driver depends on the reset framework in a mandatory way. Express
this by adding a depends on the reset framework in Kconfig

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b4575c69
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@ config PINCTRL_SUN6I_A31


config PINCTRL_SUN6I_A31_R
config PINCTRL_SUN6I_A31_R
	def_bool PINCTRL_SUNXI || MACH_SUN6I
	def_bool PINCTRL_SUNXI || MACH_SUN6I
	depends on RESET_CONTROLLER
	select PINCTRL_SUNXI_COMMON
	select PINCTRL_SUNXI_COMMON


config PINCTRL_SUN7I_A20
config PINCTRL_SUN7I_A20