mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
91da26dcf5
MT7620, MT7621, RT2880, RT305X and RT3883 pinctrl are subdrivers of the Ralink pinctrl driver. Change the bool for these subdrivers accordingly. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Link: https://lore.kernel.org/r/20220414173916.5552-7-arinc.unal@arinc9.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
36 lines
883 B
Plaintext
36 lines
883 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "Ralink pinctrl drivers"
|
|
depends on RALINK
|
|
|
|
config PINCTRL_RALINK
|
|
bool "Ralink pinctrl driver"
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_MT7620
|
|
bool "MT7620 pinctrl subdriver"
|
|
depends on RALINK && SOC_MT7620
|
|
select PINCTRL_RALINK
|
|
|
|
config PINCTRL_MT7621
|
|
bool "MT7621 pinctrl subdriver"
|
|
depends on RALINK && SOC_MT7621
|
|
select PINCTRL_RALINK
|
|
|
|
config PINCTRL_RT2880
|
|
bool "RT2880 pinctrl subdriver"
|
|
depends on RALINK && SOC_RT288X
|
|
select PINCTRL_RALINK
|
|
|
|
config PINCTRL_RT305X
|
|
bool "RT305X pinctrl subdriver"
|
|
depends on RALINK && SOC_RT305X
|
|
select PINCTRL_RALINK
|
|
|
|
config PINCTRL_RT3883
|
|
bool "RT3883 pinctrl subdriver"
|
|
depends on RALINK && SOC_RT3883
|
|
select PINCTRL_RALINK
|
|
|
|
endmenu
|