Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1if (ARCH_BERLIN || COMPILE_TEST)
2
3config PINCTRL_BERLIN
4 bool
5 select PINMUX
6 select REGMAP_MMIO
7
8config PINCTRL_AS370
9 bool "Synaptics as370 pin controller driver"
10 depends on OF
11 select PINCTRL_BERLIN
12
13config PINCTRL_BERLIN_BG2
14 def_bool MACH_BERLIN_BG2
15 depends on OF
16 select PINCTRL_BERLIN
17
18config PINCTRL_BERLIN_BG2CD
19 def_bool MACH_BERLIN_BG2CD
20 depends on OF
21 select PINCTRL_BERLIN
22
23config PINCTRL_BERLIN_BG2Q
24 def_bool MACH_BERLIN_BG2Q
25 depends on OF
26 select PINCTRL_BERLIN
27
28config PINCTRL_BERLIN_BG4CT
29 bool "Marvell berlin4ct pin controller driver"
30 depends on OF
31 select PINCTRL_BERLIN
32
33endif