diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-11-24 12:45:24 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-01 10:42:02 +0100 |
commit | 2f9c2424f6bf12260e0fa551edda82b63d0808aa (patch) | |
tree | 57bcdc3d814f772f4fcf07453bf402def0972797 /drivers/pinctrl/Makefile | |
parent | pinctrl: mvebu: guard sub-directory with CONFIG_PINCTRL_MVEBU (diff) | |
download | linux-2f9c2424f6bf12260e0fa551edda82b63d0808aa.tar.xz linux-2f9c2424f6bf12260e0fa551edda82b63d0808aa.zip |
pinctrl: spear: guard sub-directory with CONFIG_PINCTRL_SPEAR
CONFIG_PINCTRL_SPEAR is more suitable than CONFIG_PLAT_SPEAR
to guard the drivers/pinctrl/spear/ directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index cdc4a61a6373..22a02f3e0756 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -49,7 +49,7 @@ obj-y += nomadik/ obj-$(CONFIG_ARCH_QCOM) += qcom/ obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc/ -obj-$(CONFIG_PLAT_SPEAR) += spear/ +obj-$(CONFIG_PINCTRL_SPEAR) += spear/ obj-$(CONFIG_ARCH_SUNXI) += sunxi/ obj-$(CONFIG_PINCTRL_UNIPHIER) += uniphier/ obj-$(CONFIG_ARCH_VT8500) += vt8500/ |