Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[linux-block.git] / drivers / pinctrl / berlin / Kconfig
1 if (ARCH_BERLIN || COMPILE_TEST)
2
3 config PINCTRL_BERLIN
4         bool
5         select PINMUX
6         select REGMAP_MMIO
7
8 config PINCTRL_AS370
9         bool "Synaptics as370 pin controller driver"
10         depends on OF
11         select PINCTRL_BERLIN
12
13 config PINCTRL_BERLIN_BG2
14         def_bool MACH_BERLIN_BG2
15         depends on OF
16         select PINCTRL_BERLIN
17
18 config PINCTRL_BERLIN_BG2CD
19         def_bool MACH_BERLIN_BG2CD
20         depends on OF
21         select PINCTRL_BERLIN
22
23 config PINCTRL_BERLIN_BG2Q
24         def_bool MACH_BERLIN_BG2Q
25         depends on OF
26         select PINCTRL_BERLIN
27
28 config PINCTRL_BERLIN_BG4CT
29         bool "Marvell berlin4ct pin controller driver"
30         depends on OF
31         select PINCTRL_BERLIN
32
33 endif