repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mfd: twl6030-pwm.c needs MODULE_LICENSE
[linux-2.6/next.git]
/
arch
/
mips
/
lantiq
/
Kconfig
blob
3fccf2104513b7bbc1368313106ad1533a345a78
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
endchoice
20
21
source "arch/mips/lantiq/xway/Kconfig"
22
23
endif