pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.
[deliverable/linux.git] / drivers / pinctrl / mediatek / Kconfig
1 if ARCH_MEDIATEK
2
3 config PINCTRL_MTK_COMMON
4 bool
5 select PINMUX
6 select GENERIC_PINCONF
7 select GPIOLIB
8 select OF_GPIO
9
10 config PINCTRL_MT8135
11 def_bool MACH_MT8135
12 select PINCTRL_MTK_COMMON
13
14 endif
This page took 0.047979 seconds and 5 git commands to generate.