Re: [RFC] PCI: add CONFIG_MMU dependency

Jeff Hugo <[email protected]> Mon, 7 Apr 2025 10:02:52 -0600
Newsgroups gmane.linux.ports.arm.msm,gmane.comp.video.dri.devel,gmane.linux.kernel,gmane.linux.kernel.firewire.devel,gmane.comp.freedesktop.amd-gfx,gmane.comp.freedesktop.xorg.nouveau,gmane.comp.emulators.spice.devel,gmane.linux.network,gmane.linux.kernel.pci,gmane.linux.scsi,gmane.comp.emulators.kvm.devel
Message-ID <[email protected]>
On 4/7/2025 4:38 AM, Arnd Bergmann wrote:
> From: Arnd Bergmann <[email protected]>
> 
> It turns out that there are no platforms that have PCI but don't have an MMU,
> so adding a Kconfig dependency on CONFIG_PCI simplifies build testing kernels
> for those platforms a lot, and avoids a lot of inadvertent build regressions.
> 
> Add a dependency for CONFIG_PCI and remove all the ones for PCI specific
> device drivers that are currently marked not having it.
> 
> Link: https://lore.kernel.org/lkml/[email protected]/
> Signed-off-by: Arnd Bergmann <[email protected]>
> ---
>   drivers/accel/qaic/Kconfig              | 1 -

For qaic:
Acked-by: Jeff Hugo <[email protected]>