mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
a88ffafa68
PD#SWPL-124965 Problem: Need key ladder/table driver for kernel5.15 The KT driver needs to be separated from the descrambler. New APIs are needed for the KT driver. Solution: Create a seckey driver. Verify: S5 KT/KL with DMA T3 METACAS with Descramble T5W Change-Id: Id058e64f99918b66e79d24647880f999f55ca13a Signed-off-by: Doosan Baek <doosan.baek@amlogic.com>
30 lines
703 B
Plaintext
30 lines
703 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
#
|
|
# SECKEY drivers configuration
|
|
#
|
|
|
|
config AMLOGIC_SECKEY
|
|
tristate "amlogic secure key Support"
|
|
default n
|
|
help
|
|
amlogic keyladder/keytable support
|
|
select y to enable
|
|
select m for module
|
|
select n to disable
|
|
|
|
config AMLOGIC_SECKEY_KT
|
|
tristate "amlogic Keytable driver"
|
|
depends on AMLOGIC_SECKEY
|
|
default n
|
|
help
|
|
Keytable driver using the H/W keytable.
|
|
This module deposits keys into h/w KeyTable with usage flags.
|
|
|
|
config AMLOGIC_SECKEY_KL
|
|
tristate "amlogic Keyladder driver"
|
|
depends on AMLOGIC_SECKEY
|
|
default n
|
|
help
|
|
Keyladder driver supporting the ETSI/AML keyladder.
|
|
This module gets KL keys deposited into KeyTable with usage flags.
|