diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-08 16:46:58 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-31 12:17:12 -0400 |
commit | 9b3384bedf28fccde13472ab358afcc20b947063 (patch) | |
tree | 0df1793e798ed33891a085ee12547fbe1277a25f | |
parent | 9597e432455023bfbebfdd9a2e6064508a4b129e (diff) |
MIPS: No need to select ARCH_SUPPORTS_MSI
Commit c24a8a7a9988 ("MIPS: Netlogic: Add MSI support for XLP") added
"select ARCH_SUPPORTS_MSI". But the Kconfig symbol ARCH_SUPPORTS_MSI was
already removed in v3.12, so that select is a nop. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Jayachandran C <jchandra@broadcom.com>
Cc: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/6521/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2f79d68883c5..45b91ef6991e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -785,7 +785,6 @@ config NLM_XLP_BOARD | |||
785 | select CEVT_R4K | 785 | select CEVT_R4K |
786 | select CSRC_R4K | 786 | select CSRC_R4K |
787 | select IRQ_CPU | 787 | select IRQ_CPU |
788 | select ARCH_SUPPORTS_MSI | ||
789 | select ZONE_DMA32 if 64BIT | 788 | select ZONE_DMA32 if 64BIT |
790 | select SYNC_R4K | 789 | select SYNC_R4K |
791 | select SYS_HAS_EARLY_PRINTK | 790 | select SYS_HAS_EARLY_PRINTK |