You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
353 B
21 lines
353 B
18 years ago
|
config PPC_PMAC
|
||
|
bool "Apple PowerMac based machines"
|
||
|
depends on PPC_MULTIPLATFORM
|
||
|
select MPIC
|
||
|
select PPC_INDIRECT_PCI if PPC32
|
||
|
select PPC_MPC106 if PPC32
|
||
|
select PPC_NATIVE
|
||
|
default y
|
||
|
|
||
|
config PPC_PMAC64
|
||
|
bool
|
||
|
depends on PPC_PMAC && POWER4
|
||
|
select MPIC
|
||
|
select U3_DART
|
||
|
select MPIC_BROKEN_U3
|
||
|
select GENERIC_TBSYNC
|
||
|
select PPC_970_NAP
|
||
|
default y
|
||
|
|
||
|
|