summaryrefslogtreecommitdiffstats
path: root/linux/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-29 12:36:07 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-29 12:36:07 +0200
commit0a7f1bf51a32f4d9c6d6b49d2d4f6d6bf6dfcb08 (patch)
treec56b3a03d69d89d61fed2123efd2707215d698ce /linux/Config.in
parent3f1d79d379aaf1a0d1e6431575539043a777d160 (diff)
parent96652637ccfd94442224019c54341bf86094366a (diff)
downloadbuildroot-novena-0a7f1bf51a32f4d9c6d6b49d2d4f6d6bf6dfcb08.tar.gz
buildroot-novena-0a7f1bf51a32f4d9c6d6b49d2d4f6d6bf6dfcb08.zip
Merge branch 'for-2010.11/kernel-image-formats' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/linux/Config.in b/linux/Config.in
index a7109a507..1e015b7fc 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -111,20 +111,22 @@ config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
choice
prompt "Kernel binary format"
- default BR2_LINUX_KERNEL_UIMAGE if !BR2_i386 && !BR2_x86_64
- default BR2_LINUX_KERNEL_BZIMAGE if BR2_i386 || BR2_x86_64
config BR2_LINUX_KERNEL_UIMAGE
bool "uImage"
+ depends on BR2_arm || BR2_armeb || BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
config BR2_LINUX_KERNEL_BZIMAGE
bool "bzImage"
+ depends on BR2_i386 || BR2_x86_64
config BR2_LINUX_KERNEL_ZIMAGE
bool "zImage"
+ depends on BR2_arm || BR2_armeb || BR2_powerpc || BR2_sparc || BR2_sh || BR2_sh64 || BR2_xtensa
-config BR2_LINUX_KERNEL_VMLINUX
- bool "vmlinux"
+config BR2_LINUX_KERNEL_VMLINUX_BIN
+ bool "vmlinux.bin"
+ depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64
endchoice