diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2006-10-04 11:19:58 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-04 13:06:15 -0400 |
commit | 7009af8cd37f7904939aec6bd2325c581abd7cac (patch) | |
tree | bcf4dcda14c662a4d0394c54f2f05731655e3256 /arch/mips/Kconfig | |
parent | 4a61f17378c2cdd9bd8f34ef8bd7422861d0c1f1 (diff) |
[MIPS] PNX8550 fixups
This patch fixes the compilation errors on PNX8550 and hard-to-track
bug in interrupt handling.
It also corresponds to the latest changes in PNX8550 serial driver.
Signed-off-by: Vitaly Wool <vitalywool@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, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bfab055ad7cc..8a49884bd5ec 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -440,13 +440,11 @@ config MIPS_XXS1500 | |||
440 | 440 | ||
441 | config PNX8550_V2PCI | 441 | config PNX8550_V2PCI |
442 | bool "Philips PNX8550 based Viper2-PCI board" | 442 | bool "Philips PNX8550 based Viper2-PCI board" |
443 | depends on BROKEN | ||
444 | select PNX8550 | 443 | select PNX8550 |
445 | select SYS_SUPPORTS_LITTLE_ENDIAN | 444 | select SYS_SUPPORTS_LITTLE_ENDIAN |
446 | 445 | ||
447 | config PNX8550_JBS | 446 | config PNX8550_JBS |
448 | bool "Philips PNX8550 based JBS board" | 447 | bool "Philips PNX8550 based JBS board" |
449 | depends on BROKEN | ||
450 | select PNX8550 | 448 | select PNX8550 |
451 | select SYS_SUPPORTS_LITTLE_ENDIAN | 449 | select SYS_SUPPORTS_LITTLE_ENDIAN |
452 | 450 | ||