Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core
From: Linus Walleij <hidden>
Date: 2012-08-20 14:11:38
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2012-08-20 14:11:38
Also in:
linux-arm-kernel, lkml
On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth [off-list ref] wrote:
This patch adds a pinctrl driver core for Marvell SoCs plus DT binding documentation. This core driver will be used by SoC family specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso.
(...)
+config PINCTRL_MVEBU + bool "Marvell SoC pin controller drivers" + depends on ARCH_MVEBU
So altering earlier statements I suspect this should be simply: depends on PLAT_ORION Yours, Linus Walleij