u-boot-brain/drivers/pinctrl/uniphier/Kconfig
Masahiro Yamada a343812461 pinctrl: uniphier: add UniPhier PH1-Pro4 pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-Pro4 SoC.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-09-25 00:23:15 +09:00

19 lines
349 B
Plaintext

if ARCH_UNIPHIER
config PINCTRL_UNIPHIER_CORE
bool
config PINCTRL_UNIPHIER_PH1_LD4
bool "UniPhier PH1-LD4 SoC pinctrl driver"
depends on MACH_PH1_LD4
default y
select PINCTRL_UNIPHIER_CORE
config PINCTRL_UNIPHIER_PH1_PRO4
bool "UniPhier PH1-Pro4 SoC pinctrl driver"
depends on MACH_PH1_PRO4
default y
select PINCTRL_UNIPHIER_CORE
endif