diff options
author | Ganesan Ramalingam <ganesanr@netlogicmicro.com> | 2011-08-23 12:06:10 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-08 02:04:54 +0400 |
commit | f32671a867523e830887983891d99d3ac4842ccf (patch) | |
tree | d9c4c35b9a0ddb8cea352752dd5e6152b977ffc1 /arch/mips/Kconfig | |
parent | b66f953cd00e7c309c33ea35acd95b13a027050f (diff) | |
download | linux-f32671a867523e830887983891d99d3ac4842ccf.tar.xz |
MIPS: Netlogic: Add basic MSI support for XLR/XLS
Add basic support for MSI.
Signed-off-by: Ganesan Ramalingam <ganesanr@netlogicmicro.com>
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2730/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d46f1da18a3c..04ac89c6ab68 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -776,6 +776,7 @@ config NLM_XLR_BOARD select CEVT_R4K select CSRC_R4K select IRQ_CPU + select ARCH_SUPPORTS_MSI select ZONE_DMA if 64BIT select SYNC_R4K select SYS_HAS_EARLY_PRINTK |