Kconfig (026477c1141b67e98e3bd8bdedb7d4b88a3ecd09) Kconfig (36a885306fdf7bb557c773309c993bfb2d0d693c)
1config SIBYTE_SB1250
2 bool
3 select HW_HAS_PCI
4 select SIBYTE_HAS_LDT
5 select SIBYTE_SB1xxx_SOC
6 select SYS_SUPPORTS_SMP
7
8config SIBYTE_BCM1120

--- 102 unchanged lines hidden (view full) ---

111
112config SB1_CERR_STALL
113 bool "Stall (rather than panic) on fatal cache error"
114 depends on SIBYTE_SB1xxx_SOC
115
116config SIBYTE_CFE
117 bool "Booting from CFE"
118 depends on SIBYTE_SB1xxx_SOC
1config SIBYTE_SB1250
2 bool
3 select HW_HAS_PCI
4 select SIBYTE_HAS_LDT
5 select SIBYTE_SB1xxx_SOC
6 select SYS_SUPPORTS_SMP
7
8config SIBYTE_BCM1120

--- 102 unchanged lines hidden (view full) ---

111
112config SB1_CERR_STALL
113 bool "Stall (rather than panic) on fatal cache error"
114 depends on SIBYTE_SB1xxx_SOC
115
116config SIBYTE_CFE
117 bool "Booting from CFE"
118 depends on SIBYTE_SB1xxx_SOC
119 select SYS_HAS_EARLY_PRINTK
119 help
120 Make use of the CFE API for enumerating available memory,
121 controlling secondary CPUs, and possibly console output.
122
123config SIBYTE_CFE_CONSOLE
124 bool "Use firmware console"
125 depends on SIBYTE_CFE
126 help
127 Use the CFE API's console write routines during boot. Other console
128 options (VT console, sb1250 duart console, etc.) should not be
129 configured.
130
131config SIBYTE_STANDALONE
132 bool
133 depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE
120 help
121 Make use of the CFE API for enumerating available memory,
122 controlling secondary CPUs, and possibly console output.
123
124config SIBYTE_CFE_CONSOLE
125 bool "Use firmware console"
126 depends on SIBYTE_CFE
127 help
128 Use the CFE API's console write routines during boot. Other console
129 options (VT console, sb1250 duart console, etc.) should not be
130 configured.
131
132config SIBYTE_STANDALONE
133 bool
134 depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE
135 select SYS_HAS_EARLY_PRINTK
134 default y
135
136config SIBYTE_STANDALONE_RAM_SIZE
137 int "Memory size (in megabytes)"
138 depends on SIBYTE_STANDALONE
139 default "32"
140
141config SIBYTE_BUS_WATCHER

--- 23 unchanged lines hidden ---
136 default y
137
138config SIBYTE_STANDALONE_RAM_SIZE
139 int "Memory size (in megabytes)"
140 depends on SIBYTE_STANDALONE
141 default "32"
142
143config SIBYTE_BUS_WATCHER

--- 23 unchanged lines hidden ---