17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
if ARCH_UNIPHIER
|
|
|
|
config PINCTRL_UNIPHIER_CORE
|
|
bool
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_UNIPHIER_PH1_LD4
|
|
tristate "UniPhier PH1-LD4 SoC pinctrl driver"
|
|
select PINCTRL_UNIPHIER_CORE
|
|
|
|
config PINCTRL_UNIPHIER_PH1_PRO4
|
|
tristate "UniPhier PH1-Pro4 SoC pinctrl driver"
|
|
select PINCTRL_UNIPHIER_CORE
|
|
|
|
endif
|