summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-11 20:17:32 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-23 23:21:32 +0900
commit5dc626f836190fa2ef27f34e263b53641c14087c (patch)
treeb16bd73d7f97fb42a95502b61d0c41048c34f070 /drivers/pinctrl/uniphier/Kconfig
parent8a5f6129d1450f5ff92a55cfcfd7b96ee019e303 (diff)
downloadu-boot-imx-5dc626f836190fa2ef27f34e263b53641c14087c.zip
u-boot-imx-5dc626f836190fa2ef27f34e263b53641c14087c.tar.gz
u-boot-imx-5dc626f836190fa2ef27f34e263b53641c14087c.tar.bz2
pinctrl: uniphier: add UniPhier pinctrl core support
The core support for the pinctrl drivers for all the UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/pinctrl/uniphier/Kconfig')
-rw-r--r--drivers/pinctrl/uniphier/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Kconfig b/drivers/pinctrl/uniphier/Kconfig
new file mode 100644
index 0000000..29a623d
--- /dev/null
+++ b/drivers/pinctrl/uniphier/Kconfig
@@ -0,0 +1,6 @@
+if ARCH_UNIPHIER
+
+config PINCTRL_UNIPHIER_CORE
+ bool
+
+endif