developer | e194781 | 2019-09-25 17:45:26 +0800 | [diff] [blame] | 1 | |
2 | config PINCTRL_MTMIPS | ||||
3 | depends on ARCH_MTMIPS | ||||
4 | bool | ||||
5 | |||||
6 | config PINCTRL_MT7628 | ||||
7 | bool "MediaTek MT7628 pin control driver" | ||||
8 | select PINCTRL_MTMIPS | ||||
9 | depends on SOC_MT7628 && PINCTRL_GENERIC | ||||
10 | help | ||||
11 | Support pin multiplexing control on MediaTek MT7628. | ||||
12 | The driver is controlled by a device tree node which contains | ||||
13 | the pin mux functions for each available pin groups. |