From: Russell King Date: Mon, 12 Jun 2017 15:34:54 +0000 (+0200) Subject: pinctrl: avoid PLAT_ORION dependency X-Git-Tag: v4.13-rc1~139^2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0b36906536ccbd2d2cd535911eb03ee015169056;p=karo-tx-linux.git pinctrl: avoid PLAT_ORION dependency 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 Signed-off-by: Russell King Signed-off-by: Gregory CLEMENT Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig index 5bade32d3089..8cb444b60ae9 100644 --- a/drivers/pinctrl/mvebu/Kconfig +++ b/drivers/pinctrl/mvebu/Kconfig @@ -1,5 +1,3 @@ -if PLAT_ORION - config PINCTRL_MVEBU bool select PINMUX @@ -38,8 +36,6 @@ config PINCTRL_ORION bool select PINCTRL_MVEBU -endif - config PINCTRL_ARMADA_37XX bool select GENERIC_PINCONF