linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: sibyte: Replace BCM1125H with SB1250 option
@ 2023-03-15 14:21 Thomas Bogendoerfer
  2023-03-17 10:23 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bogendoerfer @ 2023-03-15 14:21 UTC (permalink / raw)
  To: linux-mips, linux-kernel

SIBYTE_BCM1125H is identical to SIBYTE_SB1250, so remove one of them.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
 arch/mips/Kconfig        |  2 +-
 arch/mips/sibyte/Kconfig | 11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 277daaab1b0d..e1e67b1eae3e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -808,7 +808,7 @@ config SIBYTE_CRHONE
 config SIBYTE_RHONE
 	bool "Sibyte BCM91125E-Rhone"
 	select BOOT_ELF32
-	select SIBYTE_BCM1125H
+	select SIBYTE_SB1250
 	select SWAP_IO_SPACE
 	select SYS_HAS_CPU_SB1
 	select SYS_SUPPORTS_BIG_ENDIAN
diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig
index c4596d49edf1..5fb92fe84149 100644
--- a/arch/mips/sibyte/Kconfig
+++ b/arch/mips/sibyte/Kconfig
@@ -20,17 +20,6 @@ config SIBYTE_BCM1125
 	select SIBYTE_HAS_ZBUS_PROFILING
 	select SIBYTE_SB1xxx_SOC
 
-config SIBYTE_BCM1125H
-	bool
-	select CEVT_SB1250
-	select CSRC_SB1250
-	select HAVE_PCI
-	select IRQ_MIPS_CPU
-	select SIBYTE_BCM112X
-	select SIBYTE_ENABLE_LDT_IF_PCI
-	select SIBYTE_HAS_ZBUS_PROFILING
-	select SIBYTE_SB1xxx_SOC
-
 config SIBYTE_BCM112X
 	bool
 	select CEVT_SB1250
-- 
2.35.3


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

* Re: [PATCH] MIPS: sibyte: Replace BCM1125H with SB1250 option
  2023-03-15 14:21 [PATCH] MIPS: sibyte: Replace BCM1125H with SB1250 option Thomas Bogendoerfer
@ 2023-03-17 10:23 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2023-03-17 10:23 UTC (permalink / raw)
  To: linux-mips, linux-kernel

On Wed, Mar 15, 2023 at 03:21:24PM +0100, Thomas Bogendoerfer wrote:
> SIBYTE_BCM1125H is identical to SIBYTE_SB1250, so remove one of them.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
>  arch/mips/Kconfig        |  2 +-
>  arch/mips/sibyte/Kconfig | 11 -----------
>  2 files changed, 1 insertion(+), 12 deletions(-)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

end of thread, other threads:[~2023-03-17 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 14:21 [PATCH] MIPS: sibyte: Replace BCM1125H with SB1250 option Thomas Bogendoerfer
2023-03-17 10:23 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).