diff options
author | David VomLehn <dvomlehn@cisco.com> | 2009-08-30 20:15:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-12-16 20:57:17 -0500 |
commit | a3a0f8c8ed2e2470f4dcd6da95020d41fed84747 (patch) | |
tree | f91ffa7ce5752c6debb79981f206865057413e9c /arch/mips/Kconfig | |
parent | 13e79b462212ac46a046932af06117eaf7a9f77b (diff) |
MIPS: PowerTV: Base files for Cisco PowerTV platform
Add the Cisco Powertv cable settop box to the MIPS tree. This platform is
based on a MIPS 24Kc processor with various devices integrated on the same
ASIC. There are multiple models of this box, with differing configuration
but the same kernel runs across the product line.
Signed-off-by: David VomLehn <dvomlehn@cisco.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/132/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e2116b1f968e..e7f385444d41 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -338,6 +338,24 @@ config PMC_YOSEMITE | |||
338 | Yosemite is an evaluation board for the RM9000x2 processor | 338 | Yosemite is an evaluation board for the RM9000x2 processor |
339 | manufactured by PMC-Sierra. | 339 | manufactured by PMC-Sierra. |
340 | 340 | ||
341 | config POWERTV | ||
342 | bool "Cisco PowerTV" | ||
343 | select BOOT_ELF32 | ||
344 | select CEVT_R4K | ||
345 | select CPU_MIPSR2_IRQ_VI | ||
346 | select CPU_MIPSR2_IRQ_EI | ||
347 | select CSRC_POWERTV | ||
348 | select DMA_NONCOHERENT | ||
349 | select HW_HAS_PCI | ||
350 | select SYS_HAS_EARLY_PRINTK | ||
351 | select SYS_HAS_CPU_MIPS32_R2 | ||
352 | select SYS_SUPPORTS_32BIT_KERNEL | ||
353 | select SYS_SUPPORTS_BIG_ENDIAN | ||
354 | select SYS_SUPPORTS_HIGHMEM | ||
355 | select USB_OHCI_LITTLE_ENDIAN | ||
356 | help | ||
357 | This enables support for the Cisco PowerTV Platform. | ||
358 | |||
341 | config SGI_IP22 | 359 | config SGI_IP22 |
342 | bool "SGI IP22 (Indy/Indigo2)" | 360 | bool "SGI IP22 (Indy/Indigo2)" |
343 | select ARC | 361 | select ARC |
@@ -683,6 +701,7 @@ source "arch/mips/bcm63xx/Kconfig" | |||
683 | source "arch/mips/jazz/Kconfig" | 701 | source "arch/mips/jazz/Kconfig" |
684 | source "arch/mips/lasat/Kconfig" | 702 | source "arch/mips/lasat/Kconfig" |
685 | source "arch/mips/pmc-sierra/Kconfig" | 703 | source "arch/mips/pmc-sierra/Kconfig" |
704 | source "arch/mips/powertv/Kconfig" | ||
686 | source "arch/mips/sgi-ip27/Kconfig" | 705 | source "arch/mips/sgi-ip27/Kconfig" |
687 | source "arch/mips/sibyte/Kconfig" | 706 | source "arch/mips/sibyte/Kconfig" |
688 | source "arch/mips/txx9/Kconfig" | 707 | source "arch/mips/txx9/Kconfig" |
@@ -782,6 +801,9 @@ config CSRC_BCM1480 | |||
782 | config CSRC_IOASIC | 801 | config CSRC_IOASIC |
783 | bool | 802 | bool |
784 | 803 | ||
804 | config CSRC_POWERTV | ||
805 | bool | ||
806 | |||
785 | config CSRC_R4K_LIB | 807 | config CSRC_R4K_LIB |
786 | bool | 808 | bool |
787 | 809 | ||