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