Skip to content

Commit

Permalink
[POWERPC] Split powermac platforms into their own Kconfig file
Browse files Browse the repository at this point in the history
Cleaning up arch/powerpc/Kconfig platform support.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Mar 22, 2007
1 parent 5396132 commit 9b8babf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
20 changes: 1 addition & 19 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 20 additions & 0 deletions arch/powerpc/platforms/powermac/Kconfig
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 9b8babf

Please sign in to comment.