-
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: 326423 b: refs/heads/master c: 156a099 h: refs/heads/master i: 326421: 4b4e182 326419: 026dc5e 326415: 6c53cca v: v3
- Loading branch information
Barry Song
authored and
Barry Song
committed
Aug 28, 2012
1 parent
b22ae9a
commit 7010f30
Showing
4 changed files
with
24 additions
and
10 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: d0ec63f852f8e5171ad5f6728599560393daced6 | ||
refs/heads/master: 156a09979710f260f4482961869d6260148341e9 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
if ARCH_SIRF | ||
|
||
menu "CSR SiRF primaII/Marco/Polo Specific Features" | ||
|
||
config ARCH_PRIMA2 | ||
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" | ||
default y | ||
select CPU_V7 | ||
select ZONE_DMA | ||
help | ||
Support for CSR SiRFSoC ARM Cortex A9 Platform | ||
|
||
endmenu | ||
|
||
endif |