projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS
[linux-2.6]
/
arch
/
powerpc
/
platforms
/
powermac
/
Kconfig
1
config PPC_PMAC
2
bool "Apple PowerMac based machines"
3
depends on PPC_MULTIPLATFORM
4
select MPIC
5
select PPC_INDIRECT_PCI if PPC32
6
select PPC_MPC106 if PPC32
7
select PPC_NATIVE
8
default y
9
10
config PPC_PMAC64
11
bool
12
depends on PPC_PMAC && POWER4
13
select MPIC
14
select U3_DART
15
select MPIC_U3_HT_IRQS
16
select GENERIC_TBSYNC
17
select PPC_970_NAP
18
default y
19
20