On 03.11.2020 16:59, Rahul Singh wrote: > --- a/xen/drivers/pci/Kconfig > +++ b/xen/drivers/pci/Kconfig > @@ -1,3 +1,12 @@ > > config HAS_PCI > bool > + > +config PCI_ATS > + bool "PCI ATS support" > + default y > + depends on X86 && HAS_PCI > + ---help--- > + Enable PCI Address Translation Services. > + > + If unsure, say Y.
Support for "---help---" having gone away in Linux, I think we'd better not add new instances. Also indentation of help content typically is by a tab and two spaces. With these two adjusted Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan