diff options
author | Christoph Hellwig <hch@lst.de> | 2021-03-01 08:38:32 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-06 08:43:40 +0100 |
commit | 04100459caa98450cc0f4375f73d9643a31f454f (patch) | |
tree | e5627be284359a6cf11aaddfe604519f35411f08 /arch/mips/Kconfig | |
parent | bb28b9f70f20f9a0447d96446353ed2841861234 (diff) | |
download | linux-stable-04100459caa98450cc0f4375f73d9643a31f454f.tar.gz linux-stable-04100459caa98450cc0f4375f73d9643a31f454f.tar.bz2 linux-stable-04100459caa98450cc0f4375f73d9643a31f454f.zip |
MIPS: force CONFIG_PCI to on for IP27 and IP30
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>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f0d412a04f09..3a38d27cc1e1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -713,6 +713,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 @@ -775,6 +776,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 |