xref: /linux/drivers/pinctrl/mvebu/Kconfig (revision 06763c741b0a19160482c9b34e5bbc3e50dba79a)
1*06763c74SThomas Petazzoniif PLAT_ORION
2*06763c74SThomas Petazzoni
3*06763c74SThomas Petazzoniconfig PINCTRL_MVEBU
4*06763c74SThomas Petazzoni	bool
5*06763c74SThomas Petazzoni	select PINMUX
6*06763c74SThomas Petazzoni	select PINCONF
7*06763c74SThomas Petazzoni
8*06763c74SThomas Petazzoniconfig PINCTRL_DOVE
9*06763c74SThomas Petazzoni	bool
10*06763c74SThomas Petazzoni	select PINCTRL_MVEBU
11*06763c74SThomas Petazzoni
12*06763c74SThomas Petazzoniconfig PINCTRL_KIRKWOOD
13*06763c74SThomas Petazzoni	bool
14*06763c74SThomas Petazzoni	select PINCTRL_MVEBU
15*06763c74SThomas Petazzoni
16*06763c74SThomas Petazzoniconfig PINCTRL_ARMADA_370
17*06763c74SThomas Petazzoni	bool
18*06763c74SThomas Petazzoni	select PINCTRL_MVEBU
19*06763c74SThomas Petazzoni
20*06763c74SThomas Petazzoniconfig PINCTRL_ARMADA_XP
21*06763c74SThomas Petazzoni	bool
22*06763c74SThomas Petazzoni	select PINCTRL_MVEBU
23*06763c74SThomas Petazzoni
24*06763c74SThomas Petazzoniendif
25