Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next
[linux-2.6-microblaze.git] / drivers / pinctrl / berlin / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if (ARCH_BERLIN || COMPILE_TEST)
3
4 config PINCTRL_BERLIN
5         bool
6         select PINMUX
7         select REGMAP_MMIO
8
9 config PINCTRL_AS370
10         bool "Synaptics as370 pin controller driver"
11         depends on OF
12         select PINCTRL_BERLIN
13
14 config PINCTRL_BERLIN_BG2
15         def_bool MACH_BERLIN_BG2
16         depends on OF
17         select PINCTRL_BERLIN
18
19 config PINCTRL_BERLIN_BG2CD
20         def_bool MACH_BERLIN_BG2CD
21         depends on OF
22         select PINCTRL_BERLIN
23
24 config PINCTRL_BERLIN_BG2Q
25         def_bool MACH_BERLIN_BG2Q
26         depends on OF
27         select PINCTRL_BERLIN
28
29 config PINCTRL_BERLIN_BG4CT
30         bool "Marvell berlin4ct pin controller driver"
31         depends on OF
32         select PINCTRL_BERLIN
33
34 endif