mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
b82ca82ed2
Add pin configuration and pinmux support for UniPhier PH1-Pro5 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
30 lines
641 B
Text
30 lines
641 B
Text
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
|
|
|
|
config PINCTRL_UNIPHIER_PH1_SLD8
|
|
bool "UniPhier PH1-sLD8 SoC pinctrl driver"
|
|
depends on MACH_PH1_SLD8
|
|
default y
|
|
select PINCTRL_UNIPHIER_CORE
|
|
|
|
config PINCTRL_UNIPHIER_PH1_PRO5
|
|
bool "UniPhier PH1-Pro5 SoC pinctrl driver"
|
|
depends on MACH_PH1_PRO5
|
|
default y
|
|
select PINCTRL_UNIPHIER_CORE
|
|
|
|
endif
|