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
btrfs: fix get set label blocking against balance
[linux/fpc-iii.git]
/
arch
/
mips
/
lantiq
/
Kconfig
blob
c0021912131ebffe825232bada28332e6cd990fb
1
if LANTIQ
2
3
config SOC_TYPE_XWAY
4
bool
5
select PINCTRL_XWAY
6
default n
7
8
choice
9
prompt "SoC Type"
10
default SOC_XWAY
11
12
config SOC_AMAZON_SE
13
bool "Amazon SE"
14
select SOC_TYPE_XWAY
15
16
config SOC_XWAY
17
bool "XWAY"
18
select SOC_TYPE_XWAY
19
select HW_HAS_PCI
20
21
config SOC_FALCON
22
bool "FALCON"
23
select PINCTRL_FALCON
24
25
endchoice
26
27
choice
28
prompt "Devicetree"
29
30
config DT_EASY50712
31
bool "Easy50712"
32
depends on SOC_XWAY
33
endchoice
34
35
config PCI_LANTIQ
36
bool "PCI Support"
37
depends on SOC_XWAY && PCI
38
39
config XRX200_PHY_FW
40
bool "XRX200 PHY firmware loader"
41
depends on SOC_XWAY
42
43
endif