dect
/
linux-2.6
Archived
13
0
Fork 0

[POWERPC] Split powermac platforms into their own Kconfig file

Cleaning up arch/powerpc/Kconfig platform support.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Kumar Gala 2007-03-15 18:15:07 -05:00
parent 5396132cf9
commit 9b8babf4a9
2 changed files with 21 additions and 19 deletions

View File

@ -433,25 +433,7 @@ config PPC_CHRP
default y
source "arch/powerpc/platforms/52xx/Kconfig"
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
source "arch/powerpc/platforms/powermac/Kconfig"
config PPC_PREP
bool "PowerPC Reference Platform (PReP) based machines"

View File

@ -0,0 +1,20 @@
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