mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
14 lines
367 B
Text
14 lines
367 B
Text
|
|
||
|
config PINCTRL_MTMIPS
|
||
|
depends on ARCH_MTMIPS
|
||
|
bool
|
||
|
|
||
|
config PINCTRL_MT7628
|
||
|
bool "MediaTek MT7628 pin control driver"
|
||
|
select PINCTRL_MTMIPS
|
||
|
depends on SOC_MT7628 && PINCTRL_GENERIC
|
||
|
help
|
||
|
Support pin multiplexing control on MediaTek MT7628.
|
||
|
The driver is controlled by a device tree node which contains
|
||
|
the pin mux functions for each available pin groups.
|