diff options
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index 4ded38bb7..5e28b449e 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -129,6 +129,10 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN bool "vmlinux.bin" depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64 +config BR2_LINUX_KERNEL_VMLINUX + bool "vmlinux" + depends on BR2_mips || BR2_mipsel + endchoice endif # BR2_LINUX_KERNEL |