kernel_samsung_a53x/drivers/spu_verify/Kconfig

12 lines
406 B
Text
Raw Normal View History

2024-06-15 21:02:09 +02:00
config SPU_VERIFY
tristate "SPU Sign Verify Driver"
default n
select ASYMMETRIC_KEY_TYPE
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
select CRYPTO_RSA
help
This option enables SPU sign verify driver.
When SPU fireware update, image signature verify.
Each firmware is checked by calling a function before updating.
If disable config, maybe Signature checking cause problems.