2019-09-25 17:45:26 +08:00
|
|
|
|
|
|
|
config PINCTRL_MTMIPS
|
|
|
|
depends on ARCH_MTMIPS
|
|
|
|
bool
|
|
|
|
|
2020-11-12 16:36:24 +08:00
|
|
|
config PINCTRL_MT7620
|
|
|
|
bool "MediaTek MT7620 pin control driver"
|
|
|
|
select PINCTRL_MTMIPS
|
|
|
|
depends on SOC_MT7620 && PINCTRL_GENERIC
|
|
|
|
help
|
|
|
|
Support pin multiplexing control on MediaTek MT7620.
|
|
|
|
The driver is controlled by a device tree node which contains
|
|
|
|
the pin mux functions for each available pin groups.
|
|
|
|
|
2022-05-20 11:22:49 +08:00
|
|
|
config PINCTRL_MT7621
|
|
|
|
bool "MediaTek MT7621 pin control driver"
|
|
|
|
select PINCTRL_MTMIPS
|
|
|
|
depends on SOC_MT7621 && PINCTRL_GENERIC
|
|
|
|
help
|
|
|
|
Support pin multiplexing control on MediaTek MT7621.
|
|
|
|
The driver is controlled by a device tree node which contains
|
|
|
|
the pin mux functions for each available pin groups.
|
|
|
|
|
2019-09-25 17:45:26 +08:00
|
|
|
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.
|