Kconfig (e78d57b2f87c053c224a612121fc842ebe511ad2) Kconfig (e7507f57a93a194012e889aead13ea2bdc2e4889)
1menu "MediaTek pinctrl drivers"
2 depends on ARCH_MEDIATEK || COMPILE_TEST
3
4config EINT_MTK
5 bool "MediaTek External Interrupt Support"
6 depends on PINCTRL_MTK || PINCTRL_MTK_MOORE || COMPILE_TEST
7 select IRQ_DOMAIN
8

--- 18 unchanged lines hidden (view full) ---

27# For ARMv7 SoCs
28config PINCTRL_MT2701
29 bool "Mediatek MT2701 pin control"
30 depends on MACH_MT7623 || MACH_MT2701 || COMPILE_TEST
31 depends on OF
32 default MACH_MT2701
33 select PINCTRL_MTK
34
1menu "MediaTek pinctrl drivers"
2 depends on ARCH_MEDIATEK || COMPILE_TEST
3
4config EINT_MTK
5 bool "MediaTek External Interrupt Support"
6 depends on PINCTRL_MTK || PINCTRL_MTK_MOORE || COMPILE_TEST
7 select IRQ_DOMAIN
8

--- 18 unchanged lines hidden (view full) ---

27# For ARMv7 SoCs
28config PINCTRL_MT2701
29 bool "Mediatek MT2701 pin control"
30 depends on MACH_MT7623 || MACH_MT2701 || COMPILE_TEST
31 depends on OF
32 default MACH_MT2701
33 select PINCTRL_MTK
34
35config PINCTRL_MT7623
36 bool "Mediatek MT7623 pin control with generic binding"
37 depends on MACH_MT7623 || COMPILE_TEST
38 depends on PINCTRL_MTK_MOORE
39 default y
40
35config PINCTRL_MT8135
36 bool "Mediatek MT8135 pin control"
37 depends on MACH_MT8135 || COMPILE_TEST
38 depends on OF
39 default MACH_MT8135
40 select PINCTRL_MTK
41
42config PINCTRL_MT8127

--- 36 unchanged lines hidden ---
41config PINCTRL_MT8135
42 bool "Mediatek MT8135 pin control"
43 depends on MACH_MT8135 || COMPILE_TEST
44 depends on OF
45 default MACH_MT8135
46 select PINCTRL_MTK
47
48config PINCTRL_MT8127

--- 36 unchanged lines hidden ---