2022-02-16 06:30:11

by Petr Vorel

[permalink] [raw]
Subject: [PATCH v2 0/2] vmx-crypto: Add missing dependencies

Hi,

[ Cc powerpc list and VMX people this time ]

changes v1->v2:
* new commit: crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate
* use "select" instead of "depends on" (Nicolai)
* drop !CRYPTO_MANAGER_DISABLE_TESTS as the dependency is always (Nicolai)

Petr Vorel (2):
crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate
crypto: vmx: Add missing dependencies

MAINTAINERS | 2 +-
arch/powerpc/configs/powernv_defconfig | 2 +-
arch/powerpc/configs/ppc64_defconfig | 2 +-
arch/powerpc/configs/pseries_defconfig | 2 +-
drivers/crypto/Kconfig | 6 ------
drivers/crypto/vmx/Kconfig | 8 ++++++--
6 files changed, 10 insertions(+), 12 deletions(-)

--
2.35.1