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

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

13 lines
203 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
endif