mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
24ec321ee7
PD#SWPL-95684 Problem: combine secmon and dolbyfw modules Solution: result: amlogic-secmon.ko original: amlogic-secmon.ko amlogic-dolbyfw.ko Verify: sc2 Change-Id: Ibc809a6f9ec1850b050a2aca0660f0607afbd5b4 Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_SECMON
|
|
tristate "Amlogic secure monitor driver support"
|
|
default n
|
|
help
|
|
This is the Amlogic secure monitor driver
|
|
this config only ctrl in makefile
|
|
prepare share memory
|
|
etc
|
|
|
|
config AMLOGIC_DOLBY_FW
|
|
bool "Dolby FW kernel driver"
|
|
depends on AMLOGIC_SECMON
|
|
default n
|
|
help
|
|
This is Dolby FW Driver.
|