mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
dcb4d77233
PD#SWPL-104257 Problem: defendkey: need to porting defendkey drvier Solution: porting defendkey drvier Verify: G12B/SM1 Change-Id: I05dc99435d92fcb2199fb2ea857a0171cee5b69e Signed-off-by: Zhongfu Luo <zhongfu.luo@amlogic.com>
39 lines
911 B
Plaintext
39 lines
911 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_EFUSE_UNIFYKEY
|
|
tristate "Amlogic EUSE and UNIFYKEY support"
|
|
default n
|
|
help
|
|
amlogic EFUSE and UNIFYKEY glue driver
|
|
choose by default
|
|
|
|
config AMLOGIC_EFUSE
|
|
bool "Amlogic EFUSE driver support"
|
|
default n
|
|
help
|
|
amlogic EFUSE device driver
|
|
not choose by default
|
|
|
|
config AMLOGIC_UNIFYKEY
|
|
bool "Amlogic unifykey driver support"
|
|
default n
|
|
help
|
|
platform independent part of unifykey driver
|
|
not choose by default
|
|
|
|
config AMLOGIC_EFUSE_BURN
|
|
bool "Amlogic efuse pattern burn suppot"
|
|
default n
|
|
help
|
|
en, if project need burn efuse pattern file, then
|
|
it can enable this. if efuse pattern size exceed
|
|
4KB, it must enable this. it write efuse pattern
|
|
file through /dev/efuse_burn.
|
|
|
|
config AMLOGIC_DEFENDKEY
|
|
tristate "Amlogic defendkey driver support"
|
|
default n
|
|
help
|
|
amlogic defendkey device driver
|
|
not choose by default
|