All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: ralink: deactivate PCI support for SOC_MT7621
@ 2019-09-04 21:33 Hauke Mehrtens
  2019-09-06 15:45 ` Paul Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Hauke Mehrtens @ 2019-09-04 21:33 UTC (permalink / raw)
  To: ralf, paul.burton, jhogan; +Cc: john, linux-mips, Hauke Mehrtens

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(-)

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
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: ralink: deactivate PCI support for SOC_MT7621
  2019-09-04 21:33 [PATCH] MIPS: ralink: deactivate PCI support for SOC_MT7621 Hauke Mehrtens
@ 2019-09-06 15:45 ` Paul Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Burton @ 2019-09-06 15:45 UTC (permalink / raw)
  To: Hauke Mehrtens
  Cc: ralf, Paul Burton, jhogan, john, linux-mips, Hauke Mehrtens, linux-mips

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. ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-06 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 21:33 [PATCH] MIPS: ralink: deactivate PCI support for SOC_MT7621 Hauke Mehrtens
2019-09-06 15:45 ` Paul Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.