diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-05-31 17:05:23 +0900 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-05-31 12:57:45 +0200 |
commit | 336306ee1f2d3cef4a249bd1ac868dc118802a97 (patch) | |
tree | 9d1212aa552abd68f4126381f7eae949d6d5a143 /drivers/pinctrl/uniphier/Kconfig | |
parent | 70f2f9c4cf256f4cc3c6df196bfef5d6dfaf52dd (diff) | |
download | blackbird-op-linux-336306ee1f2d3cef4a249bd1ac868dc118802a97.tar.gz blackbird-op-linux-336306ee1f2d3cef4a249bd1ac868dc118802a97.zip |
pinctrl: uniphier: add UniPhier PH1-LD20 pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-LD20 SoC.
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Kconfig b/drivers/pinctrl/uniphier/Kconfig index 395d42fcb26a..e077a9ec23d9 100644 --- a/drivers/pinctrl/uniphier/Kconfig +++ b/drivers/pinctrl/uniphier/Kconfig @@ -36,4 +36,8 @@ config PINCTRL_UNIPHIER_LD11 tristate "UniPhier PH1-LD11 SoC pinctrl driver" default ARM64 +config PINCTRL_UNIPHIER_LD20 + tristate "UniPhier PH1-LD20 SoC pinctrl driver" + default ARM64 + endif |