source: svn/newcon3bcm2_21bu/BSEAV/api/build/magnum/bcm97458.inc

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 2.1 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: 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.
43CFLAGS += -DUNIFIED_ITB_SUPPORT
44
45ifneq ($(subst N,n,${B_HAS_3255}),n)
46include  ${ROCKFORD}/modules/3255/ads.inc
47include  ${ROCKFORD}/modules/tnr.inc
48include  ${ROCKFORD}/modules/rpc.inc
49include  ${ROCKFORD}/modules/3255/tnr3255ib.inc
50
51SRCS += bsettop_tuner_3255.c
52CFLAGS += -DB_HAS_3255=1
53
54OOB_SUPPORT ?=y
55ifeq ($(OOB_SUPPORT),y)
56CFLAGS += -DB_HAS_OOB=1
57include  ${ROCKFORD}/modules/3255/aob.inc
58include  ${ROCKFORD}/modules/3255/aus.inc
59include  ${ROCKFORD}/modules/3255/tnr3255ob.inc
60endif
61endif
62
63include  ${ROCKFORD}/modules/uhf.inc
64
65
66ifeq (${SYSTEM},linux)
67# Needs a special version of a kernel, don't enable by default
68# B_HAS_PLAYPUMP_IP ?= y
69endif
70ifeq (${B_HAS_PLAYPUMP_IP},y)
71CFLAGS += -DB_HAS_PLAYPUMP_IP
72CFLAGS += ${BNETIF_DMA_CFLAGS}
73endif
74
75include  ${ROCKFORD}/modules/uhf.inc
76
77#SRCS += bsettop_base_hdmi.c
78B_HAS_SMARTCARD=y
79B_HAS_PCM=y
80HDMI_TX_SUPPORT=y
Note: See TracBrowser for help on using the repository browser.