mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
f6ebac02bf
PD#SWPL-152768 Problem: build tuner ko in kernel source tree Solution: add build config for extern tuner Verify: s7 Change-Id: Icae68530573889f1b90944cb522c2fb8e04f801b Signed-off-by: zhicheng.huang <zhicheng.huang@amlogic.com>
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
config AMLOGIC_DVB_CONFIG
|
|
tristate "Amlogic dvb support"
|
|
default n
|
|
help
|
|
amlogic dvb support
|
|
Y: enable
|
|
N: disable
|
|
M: build as module
|
|
|
|
if AMLOGIC_DVB_CONFIG
|
|
|
|
config AMLOGIC_DVB_EXTERN
|
|
bool "Amlogic dvb extern drivers"
|
|
help
|
|
Say Y here if you want to support amlogic dvb extern driver.
|
|
|
|
config AMLOGIC_DVB_DSM
|
|
bool "AMLOGIC DVB DSM"
|
|
help
|
|
Amlogic DVB Descrambler Session Manager
|
|
|
|
config AMLOGIC_DVB_COMPAT
|
|
bool "AMLOGIC DVB COMPAT"
|
|
default n
|
|
help
|
|
if define Amlogic define demod or dmx
|
|
it should define AMLOGIC_DVB_COMPAT
|
|
|
|
config AMLOGIC_DVB_EXTERN_TUNER
|
|
tristate "Amlogic DVB Extern Tuner Support"
|
|
default m
|
|
help
|
|
Amlogic dvb extern tuner drivers
|
|
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/dvb/aucpu/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/dvb/smartcard_sc2/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/dvb/smartcard/Kconfig"
|
|
#source "$(COMMON_DRIVERS_DIR)/drivers/dvb/tuner/Kconfig"
|
|
|
|
endif
|
|
|
|
#
|
|
#dvb driver for demux
|
|
#
|
|
config AMLOGIC_DVB_DMX
|
|
tristate "AMLOGIC DVB DMX"
|
|
depends on AMLOGIC_TEE
|
|
help
|
|
support dmx/dsc driver.
|