source: svn/trunk/newcon3bcm2_21bu/BSEAV/api/build/magnum/bcm97455.inc @ 2

Last change on this file since 2 was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 2.8 KB
Line 
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: bcm97455.inc $
11# $brcm_Revision: 14 $
12# $brcm_Date: 11/30/07 3:37p $
13#
14# Module Description:
15#
16# Revision History:
17#
18# $brcm_Log: /BSEAV/api/build/magnum/bcm97455.inc $
19#
20# 14   11/30/07 3:37p prasadv
21# PR37810: Adding UNIFIED_ITB_SUPPORT for 97455 as per 97401.
22#
23# 13   6/7/07 6:48p vle
24# PR 31924: Define HDMI Tx Support for platform
25#
26# 12   4/4/07 12:32p mward
27# PR29446: Use B_HAS_3255=n build option instead of B_NO_3255=y for more
28# clarity and consistency.
29#
30# 11   4/3/07 4:55p mward
31# PR29446: Create B_NO_3255=y build option to test boards with 3255
32# without using it
33#
34# 10   1/15/07 5:11p haisongw
35# PR27129: enable PCM and SMARTCARD support for 97455
36#
37# 9   10/16/06 5:23p haisongw
38# PR24789: add 7401c0 support for 97455 Platform
39#
40# 8   10/10/06 4:38p haisongw
41# PR24845: add B_HAS_OOB for non-oob support
42#
43# 7   9/20/06 6:59p haisongw
44# PR24338: add 97455B0 Board support
45#
46# 6   9/20/06 2:32p jackli
47# PR24025: enable netifdma
48#
49# 5   8/28/06 2:46p haisongw
50# PR 22368: Add AOB, AUS and TNR3255ob support
51#
52# 4   7/10/06 4:00p haisongw
53# PR 22368: Add AOB, AUS and TNR3255ob support
54#
55# 3   5/16/06 1:38a erickson
56# PR18491: added uhf
57#
58# 2   4/11/06 5:23p dlwin
59# PR 19978: Merge to main branch for 3255 support.
60#
61# PROD_DSG_REFSW_Devel/1   4/3/06 2:06p haisongw
62# PR 19978: add  tuner Settop API support on BCM97455 platform
63#
64# 1   11/23/05 5:11p erickson
65# PR18256: added 97455 support
66#
67############################################################
68
69# RAVE unified ITB support. (default on)
70ifneq ($(subst N,n,${UNIFIED_ITB_SUPPORT}),n)
71CFLAGS += -DUNIFIED_ITB_SUPPORT
72UNIFIED_ITB_SUPPORT := y
73endif
74
75ifneq ($(subst N,n,${B_HAS_3255}),n)
76include  ${ROCKFORD}/modules/3255/ads.inc
77include  ${ROCKFORD}/modules/tnr.inc
78include  ${ROCKFORD}/modules/rpc.inc
79include  ${ROCKFORD}/modules/3255/tnr3255ib.inc
80
81SRCS += bsettop_tuner_3255.c
82CFLAGS += -DB_HAS_3255=1
83
84OOB_SUPPORT ?=y
85ifeq ($(OOB_SUPPORT),y)
86CFLAGS += -DB_HAS_OOB=1
87include  ${ROCKFORD}/modules/3255/aob.inc
88include  ${ROCKFORD}/modules/3255/aus.inc
89include  ${ROCKFORD}/modules/3255/tnr3255ob.inc
90endif
91endif
92
93include  ${ROCKFORD}/modules/uhf.inc
94
95ifeq ($(BCM97455MBV00),y)
96CFLAGS += -DBCM97455MBV00
97endif
98
99ifeq (${SYSTEM},linux)
100# Needs a special version of a kernel, don't enable by default
101# B_HAS_PLAYPUMP_IP ?= y
102endif
103ifeq (${B_HAS_PLAYPUMP_IP},y)
104CFLAGS += -DB_HAS_PLAYPUMP_IP
105CFLAGS += ${BNETIF_DMA_CFLAGS}
106endif
107
108B_HAS_SMARTCARD=y
109B_HAS_PCM=y
110HDMI_TX_SUPPORT=y
Note: See TracBrowser for help on using the repository browser.