-
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.
- Loading branch information
Marc St-Jean
authored and
Ralf Baechle
committed
Jul 10, 2007
1 parent
f3d247d
commit f4d16ee
Showing
11 changed files
with
180 additions
and
3 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: 35832e26f95ba14a6b6f0519441c5cb64cca6bf9 | ||
refs/heads/master: 9267a30d1dc7dcd7cadb5eb6a5bbfed703feeefa |
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
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,3 +1,49 @@ | ||
choice | ||
prompt "PMC-Sierra MSP SOC type" | ||
depends on PMC_MSP | ||
|
||
config PMC_MSP4200_EVAL | ||
bool "PMC-Sierra MSP4200 Eval Board" | ||
select IRQ_MSP_SLP | ||
select HW_HAS_PCI | ||
|
||
config PMC_MSP4200_GW | ||
bool "PMC-Sierra MSP4200 VoIP Gateway" | ||
select IRQ_MSP_SLP | ||
select HW_HAS_PCI | ||
|
||
config PMC_MSP7120_EVAL | ||
bool "PMC-Sierra MSP7120 Eval Board" | ||
select SYS_SUPPORTS_MULTITHREADING | ||
select IRQ_MSP_CIC | ||
select HW_HAS_PCI | ||
|
||
config PMC_MSP7120_GW | ||
bool "PMC-Sierra MSP7120 Residential Gateway" | ||
select SYS_SUPPORTS_MULTITHREADING | ||
select IRQ_MSP_CIC | ||
select HW_HAS_PCI | ||
|
||
config PMC_MSP7120_FPGA | ||
bool "PMC-Sierra MSP7120 FPGA" | ||
select SYS_SUPPORTS_MULTITHREADING | ||
select IRQ_MSP_CIC | ||
select HW_HAS_PCI | ||
|
||
endchoice | ||
|
||
menu "Options for PMC-Sierra MSP chipsets" | ||
depends on PMC_MSP | ||
|
||
config PMC_MSP_EMBEDDED_ROOTFS | ||
bool "Root filesystem embedded in kernel image" | ||
select MTD | ||
select MTD_BLOCK | ||
select MTD_PMC_MSP_RAMROOT | ||
select MTD_RAM | ||
|
||
endmenu | ||
|
||
config HYPERTRANSPORT | ||
bool "Hypertransport Support for PMC-Sierra Yosemite" | ||
depends on PMC_YOSEMITE |
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