Skip to content

Commit

Permalink
pinctrl: sunxi: depend on RESET_CONTROLLER
Browse files Browse the repository at this point in the history
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: Maxime Ripard <maxime.ripard@free-electrons.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed May 27, 2014
1 parent b4575c6 commit de5af04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/sunxi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ config PINCTRL_SUN6I_A31

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

config PINCTRL_SUN7I_A20
Expand Down

0 comments on commit de5af04

Please sign in to comment.