--- zzzz-none-000/linux-4.4.271/drivers/misc/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/misc/Kconfig 2023-04-19 10:22:29.000000000 +0000 @@ -525,6 +525,30 @@ bus. System Configuration interface is one of the possible means of generating transactions on this bus. +config FW_AUTH + bool "Authentication Support for RSA signed binaries" + depends on ASYMMETRIC_KEY_TYPE + default n + ---help--- + This driver provides API to authenticate binaries signed using + RSA PKCS signature scheme with public key embedded in X.509 certificate. + +config FW_AUTH_TEST + tristate "Test module for FW authentication API" + depends on FW_AUTH + default m + ---help--- + This kernel module provides an interface through sysfs to test + the firmware authentication API defined under FW_AUTH config. + +config QSEECOM + tristate "QSEECOM Client Driver" + default m + ---help--- + This is client test driver that demonstrates a communication interface + between userspace and Qualcomm Secure Execution Environment (QSEE) + using Secure Channel Manager (SCM) interface. + source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig"