-
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.
yaml --- r: 17866 b: refs/heads/master c: 08264cb h: refs/heads/master v: v3
- Loading branch information
Kumar Gala
authored and
Paul Mackerras
committed
Jan 11, 2006
1 parent
59eaf27
commit 8f9836d
Showing
8 changed files
with
86 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7f52eb009306b8047031eaf64169a7ce437a26e7 | ||
refs/heads/master: 08264cbc9f4ded253e063ed4a804226b195e067c |
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,26 @@ | ||
menu "Platform support" | ||
depends on PPC_83xx | ||
|
||
choice | ||
prompt "Machine Type" | ||
default MPC834x_SYS | ||
|
||
config MPC834x_SYS | ||
bool "Freescale MPC834x SYS" | ||
help | ||
This option enables support for the MPC 834x SYS evaluation board. | ||
|
||
Be aware that PCI buses can only function when SYS board is plugged | ||
into the PIB (Platform IO Board) board from Freescale which provide | ||
3 PCI slots. The PIBs PCI initialization is the bootloader's | ||
responsiblilty. | ||
|
||
endchoice | ||
|
||
config MPC834x | ||
bool | ||
select PPC_UDBG_16550 | ||
select PPC_INDIRECT_PCI | ||
default y if MPC834x_SYS | ||
|
||
endmenu |
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,4 @@ | ||
# | ||
# Makefile for the PowerPC 83xx linux kernel. | ||
# | ||
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o pci.o |
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
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