aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/Kconfig
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-02 08:22:06 -0400
committerRalf Baechle <ralf@linux-mips.org>2009-06-17 06:06:27 -0400
commit05f94eebd55ef69a354d3ea70179e40ea4c34de6 (patch)
treee97c73c3b3eeabcc888f8b5f21d97a2976eabc5c /arch/mips/sibyte/Kconfig
parent435f81f4a24206f82ce10d430fa6f312cee80669 (diff)
MIPS: Sibyte: Remove standalone kernel support
CFE is the only supported and used bootloader on the SiByte boards, the standalone kernel support has been never used outside Broadcom. Remove it and make the kernel use CFE by default. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/Kconfig')
-rw-r--r--arch/mips/sibyte/Kconfig24
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
79choice 81choice
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
139config 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
148config SIBYTE_CFE_CONSOLE 141config 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
156config SIBYTE_STANDALONE
157 bool
158 depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE
159 select SYS_HAS_EARLY_PRINTK
160 default y
161
162config SIBYTE_STANDALONE_RAM_SIZE
163 int "Memory size (in megabytes)"
164 depends on SIBYTE_STANDALONE
165 default "32"
166
167config SIBYTE_BUS_WATCHER 149config 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