On 19/12/2022 6:34 am, Xenia Ragiadakou wrote: > diff --git a/xen/drivers/passthrough/Kconfig b/xen/drivers/passthrough/Kconfig > index 479d7de57a..82465aa627 100644 > --- a/xen/drivers/passthrough/Kconfig > +++ b/xen/drivers/passthrough/Kconfig > @@ -37,6 +37,22 @@ config IPMMU_VMSA > > endif > > +config AMD_IOMMU > + bool "AMD IOMMU" > + depends on X86 > + default y > + ---help---
We're trying to phase out ---help---, so please just use help. ~Andrew