]> www.infradead.org Git - users/dwmw2/linux.git/commit
crypto: ccp - Have it depend on AMD_IOMMU
authorBorislav Petkov (AMD) <bp@alien8.de>
Wed, 7 Feb 2024 20:47:21 +0000 (21:47 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 13 Feb 2024 11:21:15 +0000 (12:21 +0100)
commitee8ff8768735edc3e013837c4416f819543ddc17
tree75cb330abb713228770df33ada0f72de23393e0f
parent45ba5b3c0a02949a4da74ead6e11c43e9b88bdca
crypto: ccp - Have it depend on AMD_IOMMU

sev-dev.c calls code in the AMD IOMMU now but that can't really work if
latter is not enabled in Kconfig:

  ld: vmlinux.o: in function `__sev_firmware_shutdown.isra.0':
  sev-dev.c:(.text+0x2501f0e): undefined reference to `amd_iommu_snp_disable'
  ld: vmlinux.o: in function `snp_rmptable_init':
  sev.c:(.init.text+0x26260): undefined reference to `amd_iommu_snp_en'
  make[2]: *** [scripts/Makefile.vmlinux:37: vmlinux] Error 1
  make: *** [Makefile:240: __sub-make] Error 2

Fix those deps.

Fixes: f366a8dac1b8 ("iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown")
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240207204721.6189-1-bp@alien8.de
drivers/crypto/ccp/Kconfig