diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-08-29 08:39:19 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-09-02 04:53:05 -0400 |
commit | a198420028bb6ddb1930dddc3602a3e9b4803ed5 (patch) | |
tree | 4e1e12ef4a58447c8365a8fd1a10fa5816d218da /drivers/pinctrl/Makefile | |
parent | 08e5a1feaed6877325c6146cbd3559b23fb4938f (diff) |
pinctrl: sh-pfc: use a saner Kconfig symbol
There is currently a kludge to get the Makefile to move down
to sh-pfc:s drivers: the arch definitions are used twice to
get it done. However we can very well use the Kconfig symbol
for the SH PFC pin control feature itself: it doesn't matter
that it comes from a lower leaf in the Kconfig hierarchy which
is completely orthogonal.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index 7ebb3c5a9c30..0ffe1f608c67 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile | |||
@@ -60,8 +60,7 @@ obj-$(CONFIG_PLAT_ORION) += mvebu/ | |||
60 | obj-y += nomadik/ | 60 | obj-y += nomadik/ |
61 | obj-$(CONFIG_ARCH_QCOM) += qcom/ | 61 | obj-$(CONFIG_ARCH_QCOM) += qcom/ |
62 | obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ | 62 | obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ |
63 | obj-$(CONFIG_ARCH_SHMOBILE) += sh-pfc/ | 63 | obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc/ |
64 | obj-$(CONFIG_SUPERH) += sh-pfc/ | ||
65 | obj-$(CONFIG_PLAT_SPEAR) += spear/ | 64 | obj-$(CONFIG_PLAT_SPEAR) += spear/ |
66 | obj-$(CONFIG_ARCH_SUNXI) += sunxi/ | 65 | obj-$(CONFIG_ARCH_SUNXI) += sunxi/ |
67 | obj-$(CONFIG_ARCH_VT8500) += vt8500/ | 66 | obj-$(CONFIG_ARCH_VT8500) += vt8500/ |