-
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: 70891 b: refs/heads/master c: 2f9ea1b h: refs/heads/master i: 70889: 79d03e2 70887: 7b4d5b0 v: v3
- Loading branch information
Sylvain Munaut
authored and
Grant Likely
committed
Oct 16, 2007
1 parent
3b79f80
commit 85cb32d
Showing
10 changed files
with
1,313 additions
and
1 deletion.
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: 07e6e93136ca61f071c819c69e1ec5bff9fda46f | ||
refs/heads/master: 2f9ea1bde0d12d8fb5a7bdc7ab6834275d456262 |
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 |
---|---|---|
|
@@ -315,4 +315,6 @@ config FSL_ULI1575 | |
config CPM | ||
bool | ||
|
||
source "arch/powerpc/sysdev/bestcomm/Kconfig" | ||
|
||
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
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,18 @@ | ||
# | ||
# Kconfig options for Bestcomm | ||
# | ||
|
||
config PPC_BESTCOMM | ||
tristate "Bestcomm DMA engine support" | ||
depends on PPC_MPC52xx | ||
default n | ||
select PPC_LIB_RHEAP | ||
help | ||
BestComm is the name of the communication coprocessor found | ||
on the Freescale MPC5200 family of processor. It's usage is | ||
optionnal for some drivers (like ATA), but required for | ||
others (like FEC). | ||
|
||
If you want to use drivers that require DMA operations, | ||
answer Y or M. Otherwise say N. | ||
|
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,8 @@ | ||
# | ||
# Makefile for BestComm & co | ||
# | ||
|
||
bestcomm-core-objs := bestcomm.o sram.o | ||
|
||
obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o | ||
|
Oops, something went wrong.