diff options
author | LluĂs Batlle i Rossell <viric@viric.name> | 2012-03-30 10:48:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-23 08:56:21 -0400 |
commit | f9c9affc5799b9243d57b86fefda0dffbce3a32e (patch) | |
tree | da0e421ed52a9d4e8420cd931591de54af6c69c0 /arch/mips/Kconfig | |
parent | ea3952e01c47ac76d71857099cbfc2f487f507d2 (diff) |
MIPS: Enable vmlinuz for JZ4740
This patch adds support for building a compressed kernel for the JZ4740
architecture.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Cc: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3563/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b3e10fdd3898..debdb6e83409 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -209,6 +209,7 @@ config MACH_JZ4740 | |||
209 | select SYS_HAS_CPU_MIPS32_R1 | 209 | select SYS_HAS_CPU_MIPS32_R1 |
210 | select SYS_SUPPORTS_32BIT_KERNEL | 210 | select SYS_SUPPORTS_32BIT_KERNEL |
211 | select SYS_SUPPORTS_LITTLE_ENDIAN | 211 | select SYS_SUPPORTS_LITTLE_ENDIAN |
212 | select SYS_SUPPORTS_ZBOOT_UART16550 | ||
212 | select DMA_NONCOHERENT | 213 | select DMA_NONCOHERENT |
213 | select IRQ_CPU | 214 | select IRQ_CPU |
214 | select GENERIC_GPIO | 215 | select GENERIC_GPIO |