diff options
author | Anoop P A <anoop.pa@gmail.com> | 2010-11-18 13:42:28 +0530 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-03-14 21:07:25 +0100 |
commit | 39d30c13767cbe9d7e77e05886c399b40c76cb1e (patch) | |
tree | ed60a5147fc8ecbb478ef6ee70eea9fc13b48b59 /arch/mips/pmc-sierra/Kconfig | |
parent | 597c6740185c44686b5476a251eb53a13f685ae9 (diff) | |
download | blackbird-op-linux-39d30c13767cbe9d7e77e05886c399b40c76cb1e.tar.gz blackbird-op-linux-39d30c13767cbe9d7e77e05886c399b40c76cb1e.zip |
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/pmc-sierra/Kconfig')
-rw-r--r-- | arch/mips/pmc-sierra/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/pmc-sierra/Kconfig b/arch/mips/pmc-sierra/Kconfig index c139988bb85d..8d798497c614 100644 --- a/arch/mips/pmc-sierra/Kconfig +++ b/arch/mips/pmc-sierra/Kconfig @@ -4,15 +4,11 @@ choice config PMC_MSP4200_EVAL bool "PMC-Sierra MSP4200 Eval Board" - select CEVT_R4K - select CSRC_R4K select IRQ_MSP_SLP select HW_HAS_PCI config PMC_MSP4200_GW bool "PMC-Sierra MSP4200 VoIP Gateway" - select CEVT_R4K - select CSRC_R4K select IRQ_MSP_SLP select HW_HAS_PCI |