aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index fd7620f025fa..f6f3b990d837 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -22,6 +22,7 @@ choice
22 22
23config MACH_ALCHEMY 23config MACH_ALCHEMY
24 bool "Alchemy processor based machines" 24 bool "Alchemy processor based machines"
25 select SYS_SUPPORTS_ZBOOT
25 26
26config AR7 27config AR7
27 bool "Texas Instruments AR7" 28 bool "Texas Instruments AR7"
@@ -36,6 +37,7 @@ config AR7
36 select SYS_HAS_EARLY_PRINTK 37 select SYS_HAS_EARLY_PRINTK
37 select SYS_SUPPORTS_32BIT_KERNEL 38 select SYS_SUPPORTS_32BIT_KERNEL
38 select SYS_SUPPORTS_LITTLE_ENDIAN 39 select SYS_SUPPORTS_LITTLE_ENDIAN
40 select SYS_SUPPORTS_ZBOOT_UART16550
39 select GENERIC_GPIO 41 select GENERIC_GPIO
40 select GCD 42 select GCD
41 select VLYNQ 43 select VLYNQ
@@ -192,6 +194,7 @@ config LASAT
192 194
193config MACH_LOONGSON 195config MACH_LOONGSON
194 bool "Loongson family of machines" 196 bool "Loongson family of machines"
197 select SYS_SUPPORTS_ZBOOT_UART16550
195 help 198 help
196 This enables the support of Loongson family of machines. 199 This enables the support of Loongson family of machines.
197 200
@@ -233,6 +236,7 @@ config MIPS_MALTA
233 select SYS_SUPPORTS_MIPS_CMP 236 select SYS_SUPPORTS_MIPS_CMP
234 select SYS_SUPPORTS_MULTITHREADING 237 select SYS_SUPPORTS_MULTITHREADING
235 select SYS_SUPPORTS_SMARTMIPS 238 select SYS_SUPPORTS_SMARTMIPS
239 select SYS_SUPPORTS_ZBOOT
236 help 240 help
237 This enables support for the MIPS Technologies Malta evaluation 241 This enables support for the MIPS Technologies Malta evaluation
238 board. 242 board.
@@ -1294,6 +1298,16 @@ config CPU_CAVIUM_OCTEON
1294 1298
1295endchoice 1299endchoice
1296 1300
1301config SYS_SUPPORTS_ZBOOT
1302 bool
1303 select HAVE_KERNEL_GZIP
1304 select HAVE_KERNEL_BZIP2
1305 select HAVE_KERNEL_LZMA
1306
1307config SYS_SUPPORTS_ZBOOT_UART16550
1308 bool
1309 select SYS_SUPPORTS_ZBOOT
1310
1297config CPU_LOONGSON2 1311config CPU_LOONGSON2
1298 bool 1312 bool
1299 select CPU_SUPPORTS_32BIT_KERNEL 1313 select CPU_SUPPORTS_32BIT_KERNEL