20 lines
491 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
menu "Ralink pinctrl drivers"
depends on RALINK
config PINCTRL_RALINK
bool "Ralink pin control support"
default y if RALINK
config PINCTRL_RT2880
bool "RT2880 pinctrl driver for RALINK/Mediatek SOCs"
select PINMUX
select GENERIC_PINCONF
config PINCTRL_MT7621
bool "mt7621 pinctrl driver for RALINK/Mediatek SOCs"
depends on RALINK && SOC_MT7621
select PINCTRL_RT2880
endmenu