aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/berlin/Kconfig
blob: b18322bc7bf9d0bdd220d7b38968b0b7e8938c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if ARCH_BERLIN

config PINCTRL_BERLIN
	bool
	select PINMUX
	select REGMAP_MMIO

config PINCTRL_BERLIN_BG2
	bool
	select PINCTRL_BERLIN

config PINCTRL_BERLIN_BG2CD
	bool
	select PINCTRL_BERLIN

config PINCTRL_BERLIN_BG2Q
	bool
	select PINCTRL_BERLIN

endif