-
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: 132348 b: refs/heads/master c: 8709269 h: refs/heads/master v: v3
- Loading branch information
un'ichi Nomura
authored and
Jens Axboe
committed
Mar 14, 2009
1 parent
2407aa6
commit f9935af
Showing
97 changed files
with
1,767 additions
and
2,872 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: 326d8519fc97be186c55ac605c3a7c957c758ae1 | ||
refs/heads/master: 87092698c665e0a358caf9825ae13114343027e8 |
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
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,29 @@ | ||
choice | ||
prompt "Machine type" | ||
depends on MACH_EMMA | ||
default NEC_MARKEINS | ||
|
||
config NEC_MARKEINS | ||
bool "NEC EMMA2RH Mark-eins board" | ||
select SOC_EMMA2RH | ||
select HW_HAS_PCI | ||
help | ||
This enables support for the NEC Electronics Mark-eins boards. | ||
|
||
endchoice | ||
|
||
config SOC_EMMA2RH | ||
bool | ||
select SOC_EMMA | ||
select SYS_HAS_CPU_R5500 | ||
select SYS_SUPPORTS_32BIT_KERNEL | ||
select SYS_SUPPORTS_64BIT_KERNEL | ||
|
||
config SOC_EMMA | ||
bool | ||
select CEVT_R4K | ||
select CSRC_R4K | ||
select DMA_NONCOHERENT | ||
select IRQ_CPU | ||
select SWAP_IO_SPACE | ||
select SYS_SUPPORTS_BIG_ENDIAN |
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
Oops, something went wrong.