-
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 several platforms into their respective Kconfig file
Moved pseries, iseries, chrp, prep, maple and pasemi into their respective arch/powerpc/platform/*/Kconfig files out of arch/powerpc/Kconfig Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
- Loading branch information
Kumar Gala
committed
Mar 22, 2007
1 parent
fd42c71
commit 35a1245
Showing
7 changed files
with
69 additions
and
74 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,11 @@ | ||
config PPC_CHRP | ||
bool "Common Hardware Reference Platform (CHRP) based machines" | ||
depends on PPC_MULTIPLATFORM && PPC32 | ||
select MPIC | ||
select PPC_I8259 | ||
select PPC_INDIRECT_PCI | ||
select PPC_RTAS | ||
select PPC_MPC106 | ||
select PPC_UDBG_16550 | ||
select PPC_NATIVE | ||
default y |
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,17 @@ | ||
config PPC_MAPLE | ||
depends on PPC_MULTIPLATFORM && PPC64 | ||
bool "Maple 970FX Evaluation Board" | ||
select MPIC | ||
select U3_DART | ||
select MPIC_BROKEN_U3 | ||
select GENERIC_TBSYNC | ||
select PPC_UDBG_16550 | ||
select PPC_970_NAP | ||
select PPC_NATIVE | ||
select PPC_RTAS | ||
select MMIO_NVRAM | ||
select ATA_NONSTANDARD if ATA | ||
default n | ||
help | ||
This option enables support for the Maple 970FX Evaluation Board. | ||
For more information, refer to <http://www.970eval.com> |
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
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