repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: OMAP2+: cpu: Add am33xx device under cpu_class_is_omap2
[linux-2.6.git]
/
arch
/
mips
/
lantiq
/
Kconfig
blob
20bdf40b3efa7be98d3d1bac47ad30dec134452b
1
if LANTIQ
2
3
config SOC_TYPE_XWAY
4
bool
5
default n
6
7
choice
8
prompt "SoC Type"
9
default SOC_XWAY
10
11
config SOC_AMAZON_SE
12
bool "Amazon SE"
13
select SOC_TYPE_XWAY
14
15
config SOC_XWAY
16
bool "XWAY"
17
select SOC_TYPE_XWAY
18
select HW_HAS_PCI
19
20
config SOC_FALCON
21
bool "FALCON"
22
23
endchoice
24
25
choice
26
prompt "Devicetree"
27
28
config DT_EASY50712
29
bool "Easy50712"
30
depends on SOC_XWAY
31
endchoice
32
33
config PCI_LANTIQ
34
bool "PCI Support"
35
depends on SOC_XWAY && PCI
36
37
endif