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
airport: remove useless return in a function returning void
[linux/fpc-iii.git]
/
arch
/
powerpc
/
platforms
/
powermac
/
Kconfig
blob
055990ca8ce6cb989d43c384fb3ca1c17502bed6
1
config PPC_PMAC
2
bool "Apple PowerMac based machines"
3
depends on PPC_MULTIPLATFORM
4
select MPIC
5
select PCI
6
select PPC_INDIRECT_PCI if PPC32
7
select PPC_MPC106 if PPC32
8
select PPC_NATIVE
9
default y
10
11
config PPC_PMAC64
12
bool
13
depends on PPC_PMAC && POWER4
14
select MPIC
15
select U3_DART
16
select MPIC_U3_HT_IRQS
17
select GENERIC_TBSYNC
18
select PPC_970_NAP
19
default y
20
21