aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/Kconfig
blob: 366fa541ee9121591e78f66c7ec4307a5d415203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if PLAT_ORION

config PINCTRL_MVEBU
	bool
	select PINMUX
	select PINCONF

config PINCTRL_DOVE
	bool
	select PINCTRL_MVEBU

config PINCTRL_KIRKWOOD
	bool
	select PINCTRL_MVEBU

config PINCTRL_ARMADA_370
	bool
	select PINCTRL_MVEBU

config PINCTRL_ARMADA_XP
	bool
	select PINCTRL_MVEBU

endif