Re: [PATCH v2 2/3] uio: Add Kconfig and Makefile support for UIO_PCI_GENERIC_SVA
From: Greg KH
Date: Thu Sep 25 2025 - 08:33:35 EST
On Thu, Sep 25, 2025 at 06:40:17PM +0800, Yaxing Guo wrote:
> Add config symbol and build infrastructure for the UIO PCI generic
> driver with SVA (Shared Virtual Addressing) support.
>
> This introduces:
> - A new tristate config option 'UIO_PCI_GENERIC_SVA' in Kconfig,
> dependent on PCI and IOMMU_SVA.
> - Build rule in Makefile to compile uio_pci_generic_sva.o when enabled.
>
> Signed-off-by: Yaxing Guo <guoyaxing@xxxxxxxxxx>
> ---
> Changes in v2:
> -- Add help info in Kconfig
>
> drivers/uio/Kconfig | 12 ++++++++++++
> drivers/uio/Makefile | 1 +
> 2 files changed, 13 insertions(+)
Again, this should be part of the first commit, why make it a
stand-alone one?