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
kvm tools, setup: Create private directory
[linux-2.6/next.git]
/
arch
/
powerpc
/
platforms
/
wsp
/
Kconfig
blob
c3c48eb62cc1b24dd206b9987cf1d5ce634d044a
1
config PPC_WSP
2
bool
3
default n
4
5
menu "WSP platform selection"
6
depends on PPC_BOOK3E_64
7
8
config PPC_PSR2
9
bool "PSR-2 platform"
10
select PPC_A2
11
select GENERIC_TBSYNC
12
select PPC_SCOM
13
select EPAPR_BOOT
14
select PPC_WSP
15
select PPC_XICS
16
select PPC_ICP_NATIVE
17
default y
18
19
endmenu
20
21
config PPC_A2_DD2
22
bool "Support for DD2 based A2/WSP systems"
23
depends on PPC_A2
24
25
config WORKAROUND_ERRATUM_463
26
depends on PPC_A2_DD2
27
bool "Workaround erratum 463"
28
default y