mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
15 lines
336 B
Text
15 lines
336 B
Text
![]() |
# 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
|
||
|
|
||
|
endmenu
|