mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 07:57:03 +07:00
14c868b00f
The A64 has a R_PIO pin controller, similar to the one found on the H3 SoC. Add support for the pins controlled by the R_PIO controller. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
80 lines
1.4 KiB
Plaintext
80 lines
1.4 KiB
Plaintext
if ARCH_SUNXI
|
|
|
|
config PINCTRL_SUNXI
|
|
bool
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_SUN4I_A10
|
|
def_bool MACH_SUN4I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN5I
|
|
def_bool MACH_SUN5I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN6I_A31
|
|
def_bool MACH_SUN6I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN6I_A31_R
|
|
def_bool MACH_SUN6I
|
|
depends on RESET_CONTROLLER
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN7I_A20
|
|
def_bool MACH_SUN7I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A23
|
|
def_bool MACH_SUN8I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A33
|
|
def_bool MACH_SUN8I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A83T
|
|
def_bool MACH_SUN8I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A23_R
|
|
def_bool MACH_SUN8I
|
|
depends on RESET_CONTROLLER
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_H3
|
|
def_bool MACH_SUN8I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_H3_R
|
|
def_bool MACH_SUN8I || (ARM64 && ARCH_SUNXI)
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_V3S
|
|
def_bool MACH_SUN8I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN9I_A80
|
|
def_bool MACH_SUN9I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN9I_A80_R
|
|
def_bool MACH_SUN9I
|
|
depends on RESET_CONTROLLER
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_A64
|
|
def_bool ARM64 && ARCH_SUNXI
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_A64_R
|
|
def_bool ARM64 && ARCH_SUNXI
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_H5
|
|
def_bool ARM64 && ARCH_SUNXI
|
|
select PINCTRL_SUNXI
|
|
|
|
endif
|