summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mtmips/Kconfig
blob: 8482a38ebc303271cf42bb2b923296c3610c7953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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.