gpu: Fix arm64 kernel build

CONFIG_IOASID (not configurable) in newer kernels.
Removing it.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser 2025-01-22 16:40:57 +00:00
parent 90b6d5725b
commit 91c6d524f8
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ CONFIG_MEMORY_FAILURE=y
# VFIO/IOMMU setttings
CONFIG_MMU_NOTIFIER=y
CONFIG_IOASID=y
CONFIG_IOMMU_IO_PGTABLE=y
CONFIG_IOMMU_IO_PGTABLE_LPAE=y
CONFIG_IOMMU_SVA=y

View File

@ -1 +1 @@
143
144