1 [PATCH] Remove SiByte simulator option
3 This patch removes the SiByte simulation Kconfig option, which only
6 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
8 --- a/arch/mips/sibyte/Kconfig
9 +++ b/arch/mips/sibyte/Kconfig
10 @@ -128,13 +128,6 @@ config SIBYTE_ENABLE_LDT_IF_PCI
12 select SIBYTE_HAS_LDT if PCI
15 - bool "Running under simulation"
16 - depends on SIBYTE_SB1xxx_SOC
18 - Build a kernel suitable for running under the GDB simulator.
19 - Primarily adjusts the kernel's notion of time.
21 config SB1_CEX_ALWAYS_FATAL
22 bool "All cache exceptions considered fatal (no recovery attempted)"
23 depends on SIBYTE_SB1xxx_SOC
24 --- a/arch/mips/sibyte/swarm/setup.c
25 +++ b/arch/mips/sibyte/swarm/setup.c
26 @@ -137,11 +137,7 @@ void __init plat_mem_setup(void)
27 swarm_rtc_type = RTC_M4LT81;
29 printk("This kernel optimized for "
30 -#ifdef CONFIG_SIMULATION
36 #ifdef CONFIG_SIBYTE_CFE