Skip to content

Commit

Permalink
pinctrl: avoid PLAT_ORION dependency
Browse files Browse the repository at this point in the history
Armada 8040 also needs orion pinctrl, and as these symbols are only
selected, there's no need to make them depend on PLAT_ORION.

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Russell King authored and Linus Walleij committed Jun 16, 2017
1 parent ef08818 commit 0b36906
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/pinctrl/mvebu/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
if PLAT_ORION

config PINCTRL_MVEBU
bool
select PINMUX
Expand Down Expand Up @@ -38,8 +36,6 @@ config PINCTRL_ORION
bool
select PINCTRL_MVEBU

endif

config PINCTRL_ARMADA_37XX
bool
select GENERIC_PINCONF
Expand Down

0 comments on commit 0b36906

Please sign in to comment.