diff options
author | Anoop P A <anoop.pa@gmail.com> | 2010-11-18 03:12:28 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-03-14 16:07:25 -0400 |
commit | 39d30c13767cbe9d7e77e05886c399b40c76cb1e (patch) | |
tree | ed60a5147fc8ecbb478ef6ee70eea9fc13b48b59 /arch/mips/Kconfig | |
parent | 597c6740185c44686b5476a251eb53a13f685ae9 (diff) |
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f5ecc0566bc2..972695e359eb 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -333,6 +333,8 @@ config PNX8550_STB810 | |||
333 | config PMC_MSP | 333 | config PMC_MSP |
334 | bool "PMC-Sierra MSP chipsets" | 334 | bool "PMC-Sierra MSP chipsets" |
335 | depends on EXPERIMENTAL | 335 | depends on EXPERIMENTAL |
336 | select CEVT_R4K | ||
337 | select CSRC_R4K | ||
336 | select DMA_NONCOHERENT | 338 | select DMA_NONCOHERENT |
337 | select SWAP_IO_SPACE | 339 | select SWAP_IO_SPACE |
338 | select NO_EXCEPT_FILL | 340 | select NO_EXCEPT_FILL |