Re: [PATCH] [v2] PCI: add CONFIG_MMU dependency

2025-04-23 Thread Bjorn Helgaas
On Wed, Apr 23, 2025 at 10:16:32PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > 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 i

[PATCH] [v2] PCI: add CONFIG_MMU dependency

2025-04-23 Thread Arnd Bergmann
From: Arnd Bergmann 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