Kconfig (277d14eb815fdfb95a72ea126bc09f75a2bd58fd) Kconfig (ce385aa24a0dcccdc81dfcbc90cf7aa290d8b758)
1menuconfig PINCTRL_MESON
2 bool "Amlogic SoC pinctrl drivers"
3 depends on ARCH_MESON
4 depends on OF
5 select PINMUX
6 select PINCONF
7 select GENERIC_PINCONF
8 select GPIOLIB
9 select OF_GPIO
10 select REGMAP_MMIO
11
12if PINCTRL_MESON
13
14config PINCTRL_MESON8
15 bool "Meson 8 SoC pinctrl driver"
16 depends on ARM
1menuconfig PINCTRL_MESON
2 bool "Amlogic SoC pinctrl drivers"
3 depends on ARCH_MESON
4 depends on OF
5 select PINMUX
6 select PINCONF
7 select GENERIC_PINCONF
8 select GPIOLIB
9 select OF_GPIO
10 select REGMAP_MMIO
11
12if PINCTRL_MESON
13
14config PINCTRL_MESON8
15 bool "Meson 8 SoC pinctrl driver"
16 depends on ARM
17 select PINCTRL_MESON8_PMX
17 default y
18
19config PINCTRL_MESON8B
20 bool "Meson 8b SoC pinctrl driver"
21 depends on ARM
18 default y
19
20config PINCTRL_MESON8B
21 bool "Meson 8b SoC pinctrl driver"
22 depends on ARM
23 select PINCTRL_MESON8_PMX
22 default y
23
24config PINCTRL_MESON_GXBB
25 bool "Meson gxbb SoC pinctrl driver"
26 depends on ARM64
24 default y
25
26config PINCTRL_MESON_GXBB
27 bool "Meson gxbb SoC pinctrl driver"
28 depends on ARM64
29 select PINCTRL_MESON8_PMX
27 default y
28
29config PINCTRL_MESON_GXL
30 bool "Meson gxl SoC pinctrl driver"
31 depends on ARM64
30 default y
31
32config PINCTRL_MESON_GXL
33 bool "Meson gxl SoC pinctrl driver"
34 depends on ARM64
35 select PINCTRL_MESON8_PMX
32 default y
33
36 default y
37
38config PINCTRL_MESON8_PMX
39 bool
40
34endif
41endif