diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-03-15 15:21:24 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-03-17 10:27:34 +0100 |
commit | 0345234720ca5601b59f20570f71139f5ad4d229 (patch) | |
tree | b6251d332402ee3fa8c36457c815055cd6816581 /arch/mips/sibyte | |
parent | a0136c28a2d8e03d0cb2f707cd1c837a8e0884e9 (diff) |
MIPS: sibyte: Replace BCM1125H with SB1250 option
SIBYTE_BCM1125H is identical to SIBYTE_SB1250, so remove one of them.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/sibyte')
-rw-r--r-- | arch/mips/sibyte/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
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 |