mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 06:26:40 +07:00
1950b04887
Add pin configuration and pinmux support for UniPhier PH1-Pro5 SoC. Changes in v2: - sort groups and funcs alphabetically - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use module_platform_driver Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
25 lines
549 B
Plaintext
25 lines
549 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
|
|
|
|
config PINCTRL_UNIPHIER_PH1_SLD8
|
|
tristate "UniPhier PH1-sLD8 SoC pinctrl driver"
|
|
select PINCTRL_UNIPHIER_CORE
|
|
|
|
config PINCTRL_UNIPHIER_PH1_PRO5
|
|
tristate "UniPhier PH1-Pro5 SoC pinctrl driver"
|
|
select PINCTRL_UNIPHIER_CORE
|
|
|
|
endif
|