| 1 | ############################################################ |
|---|
| 2 | # Copyright (c) 2003-2008, 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: bcm97459.inc $ |
|---|
| 11 | # $brcm_Revision: 2 $ |
|---|
| 12 | # $brcm_Date: 6/11/08 5:49p $ |
|---|
| 13 | # |
|---|
| 14 | # Module Description: |
|---|
| 15 | # |
|---|
| 16 | # Revision History: |
|---|
| 17 | # |
|---|
| 18 | # $brcm_Log: /BSEAV/api/build/magnum/bcm97459.inc $ |
|---|
| 19 | # |
|---|
| 20 | # 2 6/11/08 5:49p anilmm |
|---|
| 21 | # PR43453: Add support for 97459 |
|---|
| 22 | # |
|---|
| 23 | # |
|---|
| 24 | ############################################################ |
|---|
| 25 | |
|---|
| 26 | #By default disable Ac3+ support |
|---|
| 27 | ifneq ($(subst Y,y,${RAP_DDP_SUPPORT}),y) |
|---|
| 28 | CFLAGS += -DB_RAP_NO_AC3PLUS_SUPPORT |
|---|
| 29 | endif |
|---|
| 30 | |
|---|
| 31 | #By default disable Ac3 support |
|---|
| 32 | ifneq ($(subst Y,y,${RAP_AC3_SUPPORT}),y) |
|---|
| 33 | CFLAGS += -DB_RAP_NO_AC3_SUPPORT |
|---|
| 34 | endif |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | #By default disable WMA support |
|---|
| 38 | ifneq ($(subst Y,y,${RAP_WMA_SUPPORT}),y) |
|---|
| 39 | CFLAGS += -DB_RAP_NO_WMA_SUPPORT |
|---|
| 40 | endif |
|---|
| 41 | |
|---|
| 42 | # By default enable the unified itb format |
|---|
| 43 | UNIFIED_ITB_SUPPORT=y |
|---|
| 44 | |
|---|
| 45 | # RAVE unified ITB support. |
|---|
| 46 | ifeq ($(UNIFIED_ITB_SUPPORT),y) |
|---|
| 47 | CFLAGS += -DUNIFIED_ITB_SUPPORT |
|---|
| 48 | endif |
|---|
| 49 | |
|---|
| 50 | #CFLAGS += -DBMEM_SAFETY_CONFIG=BMEM_CONFIG_FASTEST |
|---|
| 51 | ifneq ($(subst N,n,${B_HAS_3255}),n) |
|---|
| 52 | include ${ROCKFORD}/modules/3255/ads.inc |
|---|
| 53 | include ${ROCKFORD}/modules/tnr.inc |
|---|
| 54 | include ${ROCKFORD}/modules/3255/tnr3255ib.inc |
|---|
| 55 | include ${ROCKFORD}/modules/rpc.inc |
|---|
| 56 | |
|---|
| 57 | SRCS += bsettop_tuner_3255.c |
|---|
| 58 | CFLAGS += -DB_HAS_3255=1 |
|---|
| 59 | |
|---|
| 60 | OOB_SUPPORT ?=y |
|---|
| 61 | ifeq ($(OOB_SUPPORT),y) |
|---|
| 62 | CFLAGS += -DB_HAS_OOB=1 |
|---|
| 63 | include ${ROCKFORD}/modules/3255/aob.inc |
|---|
| 64 | include ${ROCKFORD}/modules/3255/aus.inc |
|---|
| 65 | include ${ROCKFORD}/modules/3255/tnr3255ob.inc |
|---|
| 66 | endif |
|---|
| 67 | endif |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | ifeq (${SYSTEM},linux) |
|---|
| 71 | # Needs a special version of a kernel, don't enable by default |
|---|
| 72 | # B_HAS_PLAYPUMP_IP ?= y |
|---|
| 73 | endif |
|---|
| 74 | ifeq (${B_HAS_PLAYPUMP_IP},y) |
|---|
| 75 | CFLAGS += -DB_HAS_PLAYPUMP_IP |
|---|
| 76 | CFLAGS += ${BNETIF_DMA_CFLAGS} |
|---|
| 77 | endif |
|---|
| 78 | |
|---|
| 79 | B_HAS_SMARTCARD=n |
|---|
| 80 | # SAMSUNGIZE : END |
|---|
| 81 | |
|---|
| 82 | include ${ROCKFORD}/modules/uhf.inc |
|---|
| 83 | |
|---|
| 84 | B_HAS_PCM=y |
|---|
| 85 | HDMI_TX_SUPPORT=y |
|---|