Weijie Gao | 3fad441 | 2019-09-25 17:45:26 +0800 | [diff] [blame] | 1 | |
| 2 | config PINCTRL_MTMIPS |
| 3 | depends on ARCH_MTMIPS |
| 4 | bool |
| 5 | |
Weijie Gao | a9a3a3a | 2020-11-12 16:36:24 +0800 | [diff] [blame] | 6 | config PINCTRL_MT7620 |
| 7 | bool "MediaTek MT7620 pin control driver" |
| 8 | select PINCTRL_MTMIPS |
| 9 | depends on SOC_MT7620 && PINCTRL_GENERIC |
| 10 | help |
| 11 | Support pin multiplexing control on MediaTek MT7620. |
| 12 | The driver is controlled by a device tree node which contains |
| 13 | the pin mux functions for each available pin groups. |
| 14 | |
Weijie Gao | 4d30111 | 2022-05-20 11:22:49 +0800 | [diff] [blame] | 15 | config PINCTRL_MT7621 |
| 16 | bool "MediaTek MT7621 pin control driver" |
| 17 | select PINCTRL_MTMIPS |
| 18 | depends on SOC_MT7621 && PINCTRL_GENERIC |
| 19 | help |
| 20 | Support pin multiplexing control on MediaTek MT7621. |
| 21 | The driver is controlled by a device tree node which contains |
| 22 | the pin mux functions for each available pin groups. |
| 23 | |
Weijie Gao | 3fad441 | 2019-09-25 17:45:26 +0800 | [diff] [blame] | 24 | config PINCTRL_MT7628 |
| 25 | bool "MediaTek MT7628 pin control driver" |
| 26 | select PINCTRL_MTMIPS |
| 27 | depends on SOC_MT7628 && PINCTRL_GENERIC |
| 28 | help |
| 29 | Support pin multiplexing control on MediaTek MT7628. |
| 30 | The driver is controlled by a device tree node which contains |
| 31 | the pin mux functions for each available pin groups. |