mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 03:03:00 +09:00
PD#171026: amvecm: dnlp coverity fix 1. fix dnlp coverity 2. add kernel auto make dnlp_alg.ko Change-Id: Idafc02e95655a9970ad778820b33c044e87bb767 Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
23 lines
418 B
Plaintext
23 lines
418 B
Plaintext
#
|
|
# Amlogic multimedia algorithm configuration
|
|
#
|
|
|
|
menu "Amlogic multimedia algorithm configuration"
|
|
|
|
config AMLOGIC_MEDIA_ALGORITHM
|
|
bool "Amlgoic Multimedia Algorithm Support"
|
|
default n
|
|
help
|
|
Amlogic multimedia algorithm include:
|
|
dnlp
|
|
hdr10
|
|
sl_hdr
|
|
ldim
|
|
|
|
if AMLOGIC_MEDIA_ALGORITHM
|
|
#source "drivers/amlogic/media/algorithm/ldim/Kconfig"
|
|
#source "drivers/amlogic/media/algorithm/dnlp/Kconfig"
|
|
endif
|
|
|
|
endmenu
|