|
@@ -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
|
|
|
|