-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information
Kumar Gala
committed
Mar 22, 2007
1 parent
5396132
commit 9b8babf
Showing
2 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|