source: svn/newcon3bcm2_21bu/BSEAV/api/build/magnum/bcm97398.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: 3.0 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: bcm97398.inc $
11# $brcm_Revision: 9 $
12# $brcm_Date: 6/7/07 6:49p $
13#
14# Module Description:
15#
16# Revision History:
17#
18# Created: 02/09/2001 by Marcus Kellerman
19#
20# $brcm_Log: /BSEAV/api/build/magnum/bcm97398.inc $
21#
22# 9   6/7/07 6:49p vle
23# PR 31924: Define HDMI Tx Support for platform
24#
25# 8   9/21/05 5:10p bandrews
26# PR17068: Fixed DRX support definitions
27#
28# 7   9/13/05 7:45p bandrews
29# PR17068: Added CFLAG for DRX support
30#
31# 6   9/9/05 8:34p bandrews
32# PR17068: Added DRX for 97398, plus two defines so rockford aud.inc has
33# no dependency on chip
34#
35# 5   9/7/05 5:06p vsilyaev
36# PR 15377: Merged 7401 changes
37#
38# Refsw_97401_Bringup/2   9/7/05 3:31p vsilyaev
39# Prepare code to merge into the main line
40#
41# Refsw_97401_Bringup/1   8/25/05 5:25p vsilyaev
42# resolved undefined symbols
43#
44# 4   8/5/05 3:06p erickson
45# PR16583: moved BCM7411C_BTP_FORMAT option so it will work with
46# kernelmode as well
47#
48# 3   6/28/05 1:22p vsilyaev
49# PR 15967: Connect PTS interupt to the PCRlib.
50#
51# 2   6/9/05 5:03p vsilyaev
52# PR 15459: Use special format of BTP commands for 97398(7411 decoder).
53#
54# 1   3/24/05 12:54p vsilyaev
55# PR 14593: 93560 support
56#
57# Refsw_93560_Bringup/5   3/23/05 10:19p vsilyaev
58# More fixed for 3560  and back fixed for 97398.
59#
60# Refsw_93560_Bringup/4   3/23/05 3:51p dlwin
61# Fixed a makefile problem
62#
63# Refsw_93560_Bringup/3   3/21/05 4:37p vsilyaev
64# Compile smartcard only for platforms where it present.
65#
66# Refsw_93560_Bringup/2   3/18/05 9:37p vsilyaev
67# Moved board specific parts into the board specific files.
68#
69# Refsw_93560_Bringup/1   3/15/05 8:59p vsilyaev
70# Moving code between generic BSP modules and board specific modules.
71#
72############################################################
73
74#
75# 3510/3520 VSB support has to be a compile-time option
76# because the API's are similar. We default to
77# 3520, but you can define the following in order
78# to get 3510 support.
79#
80ifeq ($(VSB3510_SUPPORT),y)
81include  ${ROCKFORD}/modules/3510.inc
82include  ${ROCKFORD}/modules/3510/vsb.inc
83R_OBJ += ${ROCKFORD}/bsp/bcm97038/common/bcm3510ap
84CFLAGS += -DVSB_CHIP=3510
85SRCS += bsettop_tuner_3510.c
86else
87include  ${ROCKFORD}/modules/3520.inc
88include  ${ROCKFORD}/modules/3520/vsb.inc
89R_OBJ += ${ROCKFORD}/bsp/bcm97038/common/bcm3520ap_a1
90SRCS += bsettop_tuner_3520.c
91endif
92
93R_OBJ += ${ROCKFORD}/bsp/bcm97038/common/bcm4500ap
94include  ${ROCKFORD}/modules/4500.inc
95include  ${ROCKFORD}/modules/4500/sds.inc
96
97include  ${ROCKFORD}/modules/pcrlib_7411.inc
98
99B_HAS_LEGACY_AV=y
100B_HAS_PCM=y
101B_HAS_SMARTCARD=y
102BCFG_AUD_DRX_SUPPORT?=y
103HDMI_TX_SUPPORT=y
104
105SRCS += bsettop_tuner_4500.c
106
107
Note: See TracBrowser for help on using the repository browser.