repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gro: Allow tunnel stacking in the case of FOU/GUE
[linux/fpc-iii.git]
/
drivers
/
pinctrl
/
mvebu
/
Kconfig
blob
170602407c0d75c64d15531ac2e95ded9ceb3911
1
if PLAT_ORION
2
3
config PINCTRL_MVEBU
4
bool
5
select PINMUX
6
select PINCONF
7
8
config PINCTRL_DOVE
9
bool
10
select PINCTRL_MVEBU
11
select MFD_SYSCON
12
13
config PINCTRL_KIRKWOOD
14
bool
15
select PINCTRL_MVEBU
16
17
config PINCTRL_ARMADA_370
18
bool
19
select PINCTRL_MVEBU
20
21
config PINCTRL_ARMADA_375
22
bool
23
select PINCTRL_MVEBU
24
25
config PINCTRL_ARMADA_38X
26
bool
27
select PINCTRL_MVEBU
28
29
config PINCTRL_ARMADA_39X
30
bool
31
select PINCTRL_MVEBU
32
33
config PINCTRL_ARMADA_XP
34
bool
35
select PINCTRL_MVEBU
36
37
config PINCTRL_ORION
38
bool
39
select PINCTRL_MVEBU
40
41
endif