summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-14 02:40:01 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-07-16 07:39:38 (GMT)
commit6e908892025885b07e804dc6c05aab6ce1e06832 (patch)
tree735f157029293457be829f436c1c28c841b263d7 /drivers/pinctrl/uniphier/Kconfig
parent0e948042c4203b97e44370993ef042c945308282 (diff)
downloadlinux-6e908892025885b07e804dc6c05aab6ce1e06832.tar.xz
pinctrl: UniPhier: add UniPhier pinctrl core support
The core support for the pinctrl drivers for all the UniPhier SoCs. Changes in v2: - drop vogus THIS_MODULE because this file is always built-in - drop vogus "include <linux/module.h> because this file is always built-in Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/uniphier/Kconfig')
-rw-r--r--drivers/pinctrl/uniphier/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Kconfig b/drivers/pinctrl/uniphier/Kconfig
new file mode 100644
index 0000000..37e39c8
--- /dev/null
+++ b/drivers/pinctrl/uniphier/Kconfig
@@ -0,0 +1,8 @@
+if ARCH_UNIPHIER
+
+config PINCTRL_UNIPHIER_CORE
+ bool
+ select PINMUX
+ select GENERIC_PINCONF
+
+endif