summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-11 20:17:35 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:24:30 +0900
commit06b2ae5890fad1531965ae8ad844336e67fc9bb0 (patch)
tree9ff3b5b6234375683483c82b3a8166a59b8fd8a3 /drivers/pinctrl/uniphier/Kconfig
parenta343812461d40dfe72622176c6581a9e2f673ea2 (diff)
downloadu-boot-imx-06b2ae5890fad1531965ae8ad844336e67fc9bb0.zip
u-boot-imx-06b2ae5890fad1531965ae8ad844336e67fc9bb0.tar.gz
u-boot-imx-06b2ae5890fad1531965ae8ad844336e67fc9bb0.tar.bz2
pinctrl: uniphier: add UniPhier PH1-sLD8 pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-sLD8 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
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
index c417a9f..a156a28 100644
--- a/drivers/pinctrl/uniphier/Kconfig
+++ b/drivers/pinctrl/uniphier/Kconfig
@@ -15,4 +15,10 @@ config PINCTRL_UNIPHIER_PH1_PRO4
default y
select PINCTRL_UNIPHIER_CORE
+config PINCTRL_UNIPHIER_PH1_SLD8
+ bool "UniPhier PH1-sLD8 SoC pinctrl driver"
+ depends on MACH_PH1_SLD8
+ default y
+ select PINCTRL_UNIPHIER_CORE
+
endif