From 9fd8b8f65c72f90a4939ee9746ecf4eec92d46e4 Mon Sep 17 00:00:00 2001 From: "shihong.zheng" Date: Wed, 13 Jun 2018 10:53:36 +0800 Subject: [PATCH] media: add config for avsp_long_cabac PD#167435: default disable avsp long cabac gxl must config this option enable, other platform disabled to reduce mem consume Change-Id: If522dd11dd017d3c04d859a62acacc4355ec2382 Signed-off-by: shihong.zheng --- drivers/amlogic/media/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/amlogic/media/Kconfig b/drivers/amlogic/media/Kconfig index 5071b501dbd7..2cde7c391c96 100644 --- a/drivers/amlogic/media/Kconfig +++ b/drivers/amlogic/media/Kconfig @@ -39,6 +39,15 @@ config AMLOGIC_MEDIA_MULTI_DEC bool "Support multi-instance decoding" default n +config AMLOGIC_AVSP_LONG_CABAC + bool "GXL support avs long cabac" + default n + help + This option is used only to configure GXL avs + decode, other platform behind GXL is not need. + disable it to save memory default. + + if AMLOGIC_MEDIA_COMMON source "drivers/amlogic/media/common/Kconfig" endif