mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 22:26:41 +07:00
b22116b33a
Enable the freshly introduced Kconfig options whenever their matching architecture is enabled. Since the Kconfig symbols for these machines are going through a different tree, keep PINCTRL_SUNXI around for the moment to avoid breaking the defconfig. It should be removed eventually. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
33 lines
679 B
Plaintext
33 lines
679 B
Plaintext
if ARCH_SUNXI
|
|
|
|
config PINCTRL_SUNXI
|
|
bool
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_SUN4I_A10
|
|
def_bool PINCTRL_SUNXI || MACH_SUN4I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN5I_A10S
|
|
def_bool PINCTRL_SUNXI || MACH_SUN5I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN5I_A13
|
|
def_bool PINCTRL_SUNXI || MACH_SUN5I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN6I_A31
|
|
def_bool PINCTRL_SUNXI || MACH_SUN6I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN6I_A31_R
|
|
def_bool PINCTRL_SUNXI || MACH_SUN6I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN7I_A20
|
|
def_bool PINCTRL_SUNXI || MACH_SUN7I
|
|
select PINCTRL_SUNXI
|
|
|
|
endif
|