diff options
Diffstat (limited to 'arch/mips/sibyte/Kconfig')
-rw-r--r-- | arch/mips/sibyte/Kconfig | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig index 989d1a90a8e3..3e639bda43f7 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig | |||
@@ -75,6 +75,8 @@ config SIBYTE_SB1xxx_SOC | |||
75 | select SWAP_IO_SPACE | 75 | select SWAP_IO_SPACE |
76 | select SYS_SUPPORTS_32BIT_KERNEL | 76 | select SYS_SUPPORTS_32BIT_KERNEL |
77 | select SYS_SUPPORTS_64BIT_KERNEL | 77 | select SYS_SUPPORTS_64BIT_KERNEL |
78 | select CFE | ||
79 | select SYS_HAS_EARLY_PRINTK | ||
78 | 80 | ||
79 | choice | 81 | choice |
80 | prompt "SiByte SOC Stepping" | 82 | prompt "SiByte SOC Stepping" |
@@ -136,34 +138,14 @@ config SB1_CERR_STALL | |||
136 | bool "Stall (rather than panic) on fatal cache error" | 138 | bool "Stall (rather than panic) on fatal cache error" |
137 | depends on SIBYTE_SB1xxx_SOC | 139 | depends on SIBYTE_SB1xxx_SOC |
138 | 140 | ||
139 | config SIBYTE_CFE | ||
140 | bool "Booting from CFE" | ||
141 | depends on SIBYTE_SB1xxx_SOC | ||
142 | select CFE | ||
143 | select SYS_HAS_EARLY_PRINTK | ||
144 | help | ||
145 | Make use of the CFE API for enumerating available memory, | ||
146 | controlling secondary CPUs, and possibly console output. | ||
147 | |||
148 | config SIBYTE_CFE_CONSOLE | 141 | config SIBYTE_CFE_CONSOLE |
149 | bool "Use firmware console" | 142 | bool "Use firmware console" |
150 | depends on SIBYTE_CFE | 143 | depends on SIBYTE_SB1xxx_SOC |
151 | help | 144 | help |
152 | Use the CFE API's console write routines during boot. Other console | 145 | Use the CFE API's console write routines during boot. Other console |
153 | options (VT console, sb1250 duart console, etc.) should not be | 146 | options (VT console, sb1250 duart console, etc.) should not be |
154 | configured. | 147 | configured. |
155 | 148 | ||
156 | config SIBYTE_STANDALONE | ||
157 | bool | ||
158 | depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE | ||
159 | select SYS_HAS_EARLY_PRINTK | ||
160 | default y | ||
161 | |||
162 | config SIBYTE_STANDALONE_RAM_SIZE | ||
163 | int "Memory size (in megabytes)" | ||
164 | depends on SIBYTE_STANDALONE | ||
165 | default "32" | ||
166 | |||
167 | config SIBYTE_BUS_WATCHER | 149 | config SIBYTE_BUS_WATCHER |
168 | bool "Support for Bus Watcher statistics" | 150 | bool "Support for Bus Watcher statistics" |
169 | depends on SIBYTE_SB1xxx_SOC | 151 | depends on SIBYTE_SB1xxx_SOC |