From e0abda8b771ca9dd97fd815b4be3bc9711fa3a5c Mon Sep 17 00:00:00 2001 From: Mostafa Saleh Date: Fri, 3 Nov 2023 11:35:56 +0000 Subject: [PATCH] ANDROID: drivers/arm-smmu-v3-kvm: Modularize driver Now all the bits to compile the driver are in place, we can convert it to tristate. Bug: 277989609 Bug: 278749606 Change-Id: Ie1e502e756cf64a2a93c7e678ef22167a251c531 Signed-off-by: Mostafa Saleh --- drivers/iommu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index fea5d6a8b90b..98ef5ad53ba8 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -438,7 +438,7 @@ config TEGRA241_CMDQV endif config ARM_SMMU_V3_PKVM - bool "ARM SMMUv3 support for protected Virtual Machines" + tristate "ARM SMMUv3 support for protected Virtual Machines" depends on KVM && ARM64 help Enable a SMMUv3 driver in the KVM hypervisor, to protect VMs against