summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mediatek/Kconfig
blob: 1bd9a925a5896b308e19ffefbd2acfaaae0260b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ARCH_MEDIATEK

config PINCTRL_MTK
	depends on PINCTRL_GENERIC
	bool

config PINCTRL_MT7623
	bool "MT7623 SoC pinctrl driver"
	select PINCTRL_MTK

config PINCTRL_MT7629
	bool "MT7629 SoC pinctrl driver"
	select PINCTRL_MTK

endif