pinctrl: mediatek: add ies/smt control to common code.
[deliverable/linux.git] / drivers / pinctrl / mediatek / Kconfig
CommitLineData
4a8ade1f 1if ARCH_MEDIATEK || COMPILE_TEST
a6df410d
HY
2
3config PINCTRL_MTK_COMMON
4 bool
b99e6fb8 5 depends on OF
a6df410d
HY
6 select PINMUX
7 select GENERIC_PINCONF
8 select GPIOLIB
9 select OF_GPIO
10
4a8ade1f 11# For ARMv7 SoCs
a6df410d 12config PINCTRL_MT8135
4a8ade1f 13 bool "Mediatek MT8135 pin control" if COMPILE_TEST && !MACH_MT8135
b99e6fb8 14 depends on OF
4a8ade1f 15 default MACH_MT8135
a6df410d
HY
16 select PINCTRL_MTK_COMMON
17
4a8ade1f 18# For ARMv8 SoCs
30f010f5 19config PINCTRL_MT8173
4a8ade1f 20 bool "Mediatek MT8173 pin control"
b99e6fb8 21 depends on OF
4a8ade1f
YC
22 depends on ARM64 || COMPILE_TEST
23 default ARM64 && ARCH_MEDIATEK
30f010f5
HY
24 select PINCTRL_MTK_COMMON
25
a6df410d 26endif
This page took 0.032023 seconds and 5 git commands to generate.