Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / pinctrl / berlin / Kconfig
blob9b1644d1d4ea1619d1515917d147e658d9613371
1 # SPDX-License-Identifier: GPL-2.0-only
2 if (ARCH_BERLIN || COMPILE_TEST)
4 config PINCTRL_BERLIN
5         bool
6         select PINMUX
7         select REGMAP_MMIO
9 config PINCTRL_AS370
10         bool "Synaptics as370 pin controller driver"
11         depends on OF
12         select PINCTRL_BERLIN
14 config PINCTRL_BERLIN_BG2
15         def_bool MACH_BERLIN_BG2
16         depends on OF
17         select PINCTRL_BERLIN
19 config PINCTRL_BERLIN_BG2CD
20         def_bool MACH_BERLIN_BG2CD
21         depends on OF
22         select PINCTRL_BERLIN
24 config PINCTRL_BERLIN_BG2Q
25         def_bool MACH_BERLIN_BG2Q
26         depends on OF
27         select PINCTRL_BERLIN
29 config PINCTRL_BERLIN_BG4CT
30         bool "Marvell berlin4ct pin controller driver"
31         depends on OF
32         select PINCTRL_BERLIN
34 endif