Message ID | 20190904213306.26493-1-hauke@hauke-m.de (mailing list archive) |
---|---|
State | Mainlined |
Commit | c4d48cf5e2f08476c2c59cc68133177c191cf4d5 |
Headers | show |
Series | MIPS: ralink: deactivate PCI support for SOC_MT7621 | expand |
Hello, Hauke Mehrtens wrote: > The Linux does not support PCI on the SOC_MT7621, if it is selected the > Linux build runs into a compile error. Remove HAVE_PCI from the > SOC_MT7621 SoC. Applied to mips-next. > commit c4d48cf5e2f0 > https://git.kernel.org/mips/c/c4d48cf5e2f0 > > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> > Signed-off-by: Paul Burton <paul.burton@mips.com> Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ]
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index 49c22ddd9c41..1434fa60f3db 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -51,7 +51,6 @@ choice select MIPS_GIC select COMMON_CLK select CLKSRC_MIPS_GIC - select HAVE_PCI endchoice choice
The Linux does not support PCI on the SOC_MT7621, if it is selected the Linux build runs into a compile error. Remove HAVE_PCI from the SOC_MT7621 SoC. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- arch/mips/ralink/Kconfig | 1 - 1 file changed, 1 deletion(-)