mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 01:21:58 +00:00
MIPS: Select R4K timer lib for all MSP platforms
Signed-off-by: Anoop P A <anoop.pa@gmail.com> To: linux-mips@linux-mips.org To: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1803/ Tested-by: Shane McDonald <mcdonald.shane@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
597c674018
commit
39d30c1376
3 changed files with 3 additions and 5 deletions
|
@ -333,6 +333,8 @@ config PNX8550_STB810
|
||||||
config PMC_MSP
|
config PMC_MSP
|
||||||
bool "PMC-Sierra MSP chipsets"
|
bool "PMC-Sierra MSP chipsets"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
|
select CEVT_R4K
|
||||||
|
select CSRC_R4K
|
||||||
select DMA_NONCOHERENT
|
select DMA_NONCOHERENT
|
||||||
select SWAP_IO_SPACE
|
select SWAP_IO_SPACE
|
||||||
select NO_EXCEPT_FILL
|
select NO_EXCEPT_FILL
|
||||||
|
|
|
@ -4,15 +4,11 @@ choice
|
||||||
|
|
||||||
config PMC_MSP4200_EVAL
|
config PMC_MSP4200_EVAL
|
||||||
bool "PMC-Sierra MSP4200 Eval Board"
|
bool "PMC-Sierra MSP4200 Eval Board"
|
||||||
select CEVT_R4K
|
|
||||||
select CSRC_R4K
|
|
||||||
select IRQ_MSP_SLP
|
select IRQ_MSP_SLP
|
||||||
select HW_HAS_PCI
|
select HW_HAS_PCI
|
||||||
|
|
||||||
config PMC_MSP4200_GW
|
config PMC_MSP4200_GW
|
||||||
bool "PMC-Sierra MSP4200 VoIP Gateway"
|
bool "PMC-Sierra MSP4200 VoIP Gateway"
|
||||||
select CEVT_R4K
|
|
||||||
select CSRC_R4K
|
|
||||||
select IRQ_MSP_SLP
|
select IRQ_MSP_SLP
|
||||||
select HW_HAS_PCI
|
select HW_HAS_PCI
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ void __init plat_time_init(void)
|
||||||
mips_hpt_frequency = cpu_rate/2;
|
mips_hpt_frequency = cpu_rate/2;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int __init get_c0_compare_int(void)
|
unsigned int __cpuinit get_c0_compare_int(void)
|
||||||
{
|
{
|
||||||
return MSP_INT_VPE0_TIMER;
|
return MSP_INT_VPE0_TIMER;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue