Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca6f5494 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Sibyte: Do not allow enabling LDT support if PCI is disabled.

parent 30fbc9f7
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
config SIBYTE_SB1250
	bool
	select HW_HAS_PCI
	select SIBYTE_HAS_LDT
	select SIBYTE_ENABLE_LDT_IF_PCI
	select SIBYTE_SB1xxx_SOC
	select SYS_SUPPORTS_SMP

@@ -20,7 +20,7 @@ config SIBYTE_BCM1125H
	bool
	select HW_HAS_PCI
	select SIBYTE_BCM112X
	select SIBYTE_HAS_LDT
	select SIBYTE_ENABLE_LDT_IF_PCI
	select SIBYTE_SB1xxx_SOC

config SIBYTE_BCM112X
@@ -95,8 +95,10 @@ config CPU_SB1_PASS_2

config SIBYTE_HAS_LDT
	bool
	depends on PCI && (SIBYTE_SB1250 || SIBYTE_BCM1125H)
	default y

config SIBYTE_ENABLE_LDT_IF_PCI
	bool
	select SIBYTE_HAS_LDT if PCI

config SIMULATION
	bool "Running under simulation"