These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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_BERLIN_BG2
9         def_bool MACH_BERLIN_BG2
10         depends on OF
11         select PINCTRL_BERLIN
12
13 config PINCTRL_BERLIN_BG2CD
14         def_bool MACH_BERLIN_BG2CD
15         depends on OF
16         select PINCTRL_BERLIN
17
18 config PINCTRL_BERLIN_BG2Q
19         def_bool MACH_BERLIN_BG2Q
20         depends on OF
21         select PINCTRL_BERLIN
22
23 config PINCTRL_BERLIN_BG4CT
24         bool "Marvell berlin4ct pin controller driver"
25         depends on OF
26         select PINCTRL_BERLIN
27
28 endif