Kconfig (26ea7ac92836ba616f75a1ab57e64ffc21da7758) Kconfig (da35b19d62c17f1f25878be5cb2d8cd501b1c3c6)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom pinctrl drivers
4#
5
6config PINCTRL_BCM281XX
7 bool "Broadcom BCM281xx pinctrl driver"
8 depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)

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

26 select GPIOLIB
27 select GPIOLIB_IRQCHIP
28 default ARCH_BCM2835 || ARCH_BRCMSTB
29 help
30 Say Y here to enable the Broadcom BCM2835 GPIO driver.
31
32config PINCTRL_BCM63XX
33 bool
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom pinctrl drivers
4#
5
6config PINCTRL_BCM281XX
7 bool "Broadcom BCM281xx pinctrl driver"
8 depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)

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

26 select GPIOLIB
27 select GPIOLIB_IRQCHIP
28 default ARCH_BCM2835 || ARCH_BRCMSTB
29 help
30 Say Y here to enable the Broadcom BCM2835 GPIO driver.
31
32config PINCTRL_BCM63XX
33 bool
34 depends on OF
35 select PINMUX
36 select PINCONF
37 select GENERIC_PINCONF
38 select GPIOLIB
39 select GPIO_REGMAP
40
41config PINCTRL_BCM6318
42 bool "Broadcom BCM6318 GPIO driver"
43 depends on (BMIPS_GENERIC || COMPILE_TEST)
34 select PINMUX
35 select PINCONF
36 select GENERIC_PINCONF
37 select GPIOLIB
38 select GPIO_REGMAP
39
40config PINCTRL_BCM6318
41 bool "Broadcom BCM6318 GPIO driver"
42 depends on (BMIPS_GENERIC || COMPILE_TEST)
43 depends on OF
44 select PINCTRL_BCM63XX
45 default BMIPS_GENERIC
46 help
47 Say Y here to enable the Broadcom BCM6318 GPIO driver.
48
49config PINCTRL_BCM6328
50 bool "Broadcom BCM6328 GPIO driver"
51 depends on (BMIPS_GENERIC || COMPILE_TEST)
44 select PINCTRL_BCM63XX
45 default BMIPS_GENERIC
46 help
47 Say Y here to enable the Broadcom BCM6318 GPIO driver.
48
49config PINCTRL_BCM6328
50 bool "Broadcom BCM6328 GPIO driver"
51 depends on (BMIPS_GENERIC || COMPILE_TEST)
52 depends on OF
52 select PINCTRL_BCM63XX
53 default BMIPS_GENERIC
54 help
55 Say Y here to enable the Broadcom BCM6328 GPIO driver.
56
57config PINCTRL_BCM6358
58 bool "Broadcom BCM6358 GPIO driver"
59 depends on (BMIPS_GENERIC || COMPILE_TEST)
53 select PINCTRL_BCM63XX
54 default BMIPS_GENERIC
55 help
56 Say Y here to enable the Broadcom BCM6328 GPIO driver.
57
58config PINCTRL_BCM6358
59 bool "Broadcom BCM6358 GPIO driver"
60 depends on (BMIPS_GENERIC || COMPILE_TEST)
61 depends on OF
60 select PINCTRL_BCM63XX
61 default BMIPS_GENERIC
62 help
63 Say Y here to enable the Broadcom BCM6358 GPIO driver.
64
65config PINCTRL_BCM6362
66 bool "Broadcom BCM6362 GPIO driver"
67 depends on (BMIPS_GENERIC || COMPILE_TEST)
62 select PINCTRL_BCM63XX
63 default BMIPS_GENERIC
64 help
65 Say Y here to enable the Broadcom BCM6358 GPIO driver.
66
67config PINCTRL_BCM6362
68 bool "Broadcom BCM6362 GPIO driver"
69 depends on (BMIPS_GENERIC || COMPILE_TEST)
70 depends on OF
68 select PINCTRL_BCM63XX
69 default BMIPS_GENERIC
70 help
71 Say Y here to enable the Broadcom BCM6362 GPIO driver.
72
73config PINCTRL_BCM6368
74 bool "Broadcom BCM6368 GPIO driver"
75 depends on (BMIPS_GENERIC || COMPILE_TEST)
71 select PINCTRL_BCM63XX
72 default BMIPS_GENERIC
73 help
74 Say Y here to enable the Broadcom BCM6362 GPIO driver.
75
76config PINCTRL_BCM6368
77 bool "Broadcom BCM6368 GPIO driver"
78 depends on (BMIPS_GENERIC || COMPILE_TEST)
79 depends on OF
76 select PINCTRL_BCM63XX
77 default BMIPS_GENERIC
78 help
79 Say Y here to enable the Broadcom BCM6368 GPIO driver.
80
81config PINCTRL_BCM63268
82 bool "Broadcom BCM63268 GPIO driver"
83 depends on (BMIPS_GENERIC || COMPILE_TEST)
80 select PINCTRL_BCM63XX
81 default BMIPS_GENERIC
82 help
83 Say Y here to enable the Broadcom BCM6368 GPIO driver.
84
85config PINCTRL_BCM63268
86 bool "Broadcom BCM63268 GPIO driver"
87 depends on (BMIPS_GENERIC || COMPILE_TEST)
88 depends on OF
84 select PINCTRL_BCM63XX
85 default BMIPS_GENERIC
86 help
87 Say Y here to enable the Broadcom BCM63268 GPIO driver.
88
89config PINCTRL_IPROC_GPIO
90 bool "Broadcom iProc GPIO (with PINCONF) driver"
91 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST)

--- 103 unchanged lines hidden ---
89 select PINCTRL_BCM63XX
90 default BMIPS_GENERIC
91 help
92 Say Y here to enable the Broadcom BCM63268 GPIO driver.
93
94config PINCTRL_IPROC_GPIO
95 bool "Broadcom iProc GPIO (with PINCONF) driver"
96 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST)

--- 103 unchanged lines hidden ---