Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "This fixes a Kconfig-related build error and an integer overflow in chacha20poly1305" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: chacha20poly1305 - prevent integer overflow on large input tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DD
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
config AMDTEE
|
||||
tristate "AMD-TEE"
|
||||
default m
|
||||
depends on CRYPTO_DEV_SP_PSP
|
||||
depends on CRYPTO_DEV_SP_PSP && CRYPTO_DEV_CCP_DD
|
||||
help
|
||||
This implements AMD's Trusted Execution Environment (TEE) driver.
|
||||
|
Reference in New Issue
Block a user