diff mbox series

[3/3] MIPS: force CONFIG_PCI to on for IP27 and IP30

Message ID 20210301073832.919371-4-hch@lst.de (mailing list archive)
State Accepted
Commit aa697abd60e2da74639a2ea8fd591311fa7774b3
Headers show
Series [1/3] MIPS: pci-ar2315: include <linux/dma-direct.h> for phys_to_dma | expand

Commit Message

Christoph Hellwig March 1, 2021, 7:38 a.m. UTC
These are PCI based systems, so not enabling the support is rather
pointless.  Additionally the random configѕ generated by the build bot
for IP27 and IP30 builds without PCI fail to buіld.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 arch/mips/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d89efba3d8a44a..cc7494e988e2fa 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -712,6 +712,7 @@  config SGI_IP27
 	select ARC_CMDLINE_ONLY
 	select BOOT_ELF64
 	select DEFAULT_SGI_PARTITION
+	select FORCE_PCI
 	select SYS_HAS_EARLY_PRINTK
 	select HAVE_PCI
 	select IRQ_MIPS_CPU
@@ -774,6 +775,7 @@  config SGI_IP30
 	select BOOT_ELF64
 	select CEVT_R4K
 	select CSRC_R4K
+	select FORCE_PCI
 	select SYNC_R4K if SMP
 	select ZONE_DMA32
 	select HAVE_PCI