diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2006-12-08 03:40:35 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-08 20:04:00 -0500 |
commit | f0647a52974daccbe20990fb6341f07792445fe0 (patch) | |
tree | 535e0cc2f3dc79136656eee10820fdbcc57bc841 /arch/mips/Kconfig | |
parent | c25c79d80e02db1bd993426f979c5f1b42a0f132 (diff) |
[PATCH] add STB810 support (Philips PNX8550-based)
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e58928a9104d..fd2ff0698a85 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -461,6 +461,11 @@ config PNX8550_JBS | |||
461 | select PNX8550 | 461 | select PNX8550 |
462 | select SYS_SUPPORTS_LITTLE_ENDIAN | 462 | select SYS_SUPPORTS_LITTLE_ENDIAN |
463 | 463 | ||
464 | config PNX8550_STB810 | ||
465 | bool "Support for Philips PNX8550 based STB810 board" | ||
466 | select PNX8550 | ||
467 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
468 | |||
464 | config DDB5477 | 469 | config DDB5477 |
465 | bool "NEC DDB Vrc-5477" | 470 | bool "NEC DDB Vrc-5477" |
466 | select DDB5XXX_COMMON | 471 | select DDB5XXX_COMMON |