pinctrl: berlin: select the pinctrl driver according to the SoC used
[deliverable/linux.git] / drivers / pinctrl / berlin / Kconfig
CommitLineData
2df26ef7 1if (ARCH_BERLIN || COMPILE_TEST)
3de68d33
AT
2
3config PINCTRL_BERLIN
4 bool
5 select PINMUX
6 select REGMAP_MMIO
7
b016d1bd 8config PINCTRL_BERLIN_BG2
d02f997d 9 def_bool MACH_BERLIN_BG2
b016d1bd
AT
10 select PINCTRL_BERLIN
11
48b6bce3 12config PINCTRL_BERLIN_BG2CD
d02f997d 13 def_bool MACH_BERLIN_BG2CD
48b6bce3
AT
14 select PINCTRL_BERLIN
15
626eea87 16config PINCTRL_BERLIN_BG2Q
d02f997d 17 def_bool MACH_BERLIN_BG2Q
626eea87
AT
18 select PINCTRL_BERLIN
19
bb3ba955
JZ
20config PINCTRL_BERLIN_BG4CT
21 bool "Marvell berlin4ct pin controller driver"
22 depends on OF
23 select PINCTRL_BERLIN
24
3de68d33 25endif
This page took 0.100383 seconds and 5 git commands to generate.