| 1 | ############################################################ |
|---|
| 2 | # Copyright (c) 2003-2007, Broadcom Corporation |
|---|
| 3 | # All Rights Reserved |
|---|
| 4 | # Confidential Property of Broadcom Corporation |
|---|
| 5 | # |
|---|
| 6 | # THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 7 | # AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 8 | # EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 9 | # |
|---|
| 10 | # $brcm_Workfile: bcm97458.inc $ |
|---|
| 11 | # $brcm_Revision: 6 $ |
|---|
| 12 | # $brcm_Date: 8/8/07 10:40a $ |
|---|
| 13 | # |
|---|
| 14 | # Module Description: |
|---|
| 15 | # |
|---|
| 16 | # Revision History: |
|---|
| 17 | # |
|---|
| 18 | # $brcm_Log: /BSEAV/api/build/magnum/bcm97458.inc $ |
|---|
| 19 | # |
|---|
| 20 | # 6 8/8/07 10:40a ayxiang |
|---|
| 21 | # PR33836: sync with 97403 4.0 release |
|---|
| 22 | # |
|---|
| 23 | # 5 6/26/07 10:55a ayxiang |
|---|
| 24 | # PR32518: added unified ITB support to 97458 |
|---|
| 25 | # |
|---|
| 26 | # 4 6/7/07 6:49p vle |
|---|
| 27 | # PR 31924: Define HDMI Tx Support for platform |
|---|
| 28 | # |
|---|
| 29 | # 3 4/4/07 12:31p mward |
|---|
| 30 | # PR29446: Use B_HAS_3255=n build option instead of B_NO_3255=y for more |
|---|
| 31 | # clarity and consistency. |
|---|
| 32 | # |
|---|
| 33 | # 2 4/3/07 4:56p mward |
|---|
| 34 | # PR29446: Create B_NO_3255=y build option to test boards with 3255 |
|---|
| 35 | # without using it |
|---|
| 36 | # |
|---|
| 37 | # 1 1/15/07 5:38p haisongw |
|---|
| 38 | # PR27129: add 97458A0 platform support |
|---|
| 39 | # |
|---|
| 40 | ############################################################ |
|---|
| 41 | |
|---|
| 42 | # RAVE unified ITB support. |
|---|
| 43 | CFLAGS += -DUNIFIED_ITB_SUPPORT |
|---|
| 44 | |
|---|
| 45 | ifneq ($(subst N,n,${B_HAS_3255}),n) |
|---|
| 46 | include ${ROCKFORD}/modules/3255/ads.inc |
|---|
| 47 | include ${ROCKFORD}/modules/tnr.inc |
|---|
| 48 | include ${ROCKFORD}/modules/rpc.inc |
|---|
| 49 | include ${ROCKFORD}/modules/3255/tnr3255ib.inc |
|---|
| 50 | |
|---|
| 51 | SRCS += bsettop_tuner_3255.c |
|---|
| 52 | CFLAGS += -DB_HAS_3255=1 |
|---|
| 53 | |
|---|
| 54 | OOB_SUPPORT ?=y |
|---|
| 55 | ifeq ($(OOB_SUPPORT),y) |
|---|
| 56 | CFLAGS += -DB_HAS_OOB=1 |
|---|
| 57 | include ${ROCKFORD}/modules/3255/aob.inc |
|---|
| 58 | include ${ROCKFORD}/modules/3255/aus.inc |
|---|
| 59 | include ${ROCKFORD}/modules/3255/tnr3255ob.inc |
|---|
| 60 | endif |
|---|
| 61 | endif |
|---|
| 62 | |
|---|
| 63 | include ${ROCKFORD}/modules/uhf.inc |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | ifeq (${SYSTEM},linux) |
|---|
| 67 | # Needs a special version of a kernel, don't enable by default |
|---|
| 68 | # B_HAS_PLAYPUMP_IP ?= y |
|---|
| 69 | endif |
|---|
| 70 | ifeq (${B_HAS_PLAYPUMP_IP},y) |
|---|
| 71 | CFLAGS += -DB_HAS_PLAYPUMP_IP |
|---|
| 72 | CFLAGS += ${BNETIF_DMA_CFLAGS} |
|---|
| 73 | endif |
|---|
| 74 | |
|---|
| 75 | include ${ROCKFORD}/modules/uhf.inc |
|---|
| 76 | |
|---|
| 77 | #SRCS += bsettop_base_hdmi.c |
|---|
| 78 | B_HAS_SMARTCARD=y |
|---|
| 79 | B_HAS_PCM=y |
|---|
| 80 | HDMI_TX_SUPPORT=y |
|---|