diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-11-23 20:34:16 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-26 17:26:14 +0000 |
commit | 68de4803726224a7cfe09c8052f0ce5e532c6847 (patch) | |
tree | 2f6a9595768f75d417c30d1966012845d477f1ad /arch/mips/Kconfig | |
parent | cce335ae47e231398269fb05fa48e0e9cbf289e0 (diff) | |
download | kernel_samsung_espresso10-68de4803726224a7cfe09c8052f0ce5e532c6847.zip kernel_samsung_espresso10-68de4803726224a7cfe09c8052f0ce5e532c6847.tar.gz kernel_samsung_espresso10-68de4803726224a7cfe09c8052f0ce5e532c6847.tar.bz2 |
[MIPS] IP22: Fix broken EISA interrupt setup by switching to generic i8259
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
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 4c6ba7b..455bd1f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -401,6 +401,7 @@ config SGI_IP22 select DMA_NONCOHERENT select HW_HAS_EISA select I8253 + select I8259 select IP22_CPU_SCACHE select IRQ_CPU select GENERIC_ISA_DMA_SUPPORT_BROKEN |