|
@@ -1,40 +1,24 @@
|
|
# This file is part of the OpenADK project. OpenADK is copyrighted
|
|
# This file is part of the OpenADK project. OpenADK is copyrighted
|
|
# material, please see the LICENCE file in the top-level directory.
|
|
# material, please see the LICENCE file in the top-level directory.
|
|
|
|
|
|
-config ADK_TARGET_KERNEL_VMLINUZ
|
|
+choice
|
|
- bool
|
|
+prompt "Kernel configuration"
|
|
|
|
|
|
-config ADK_TARGET_KERNEL_ZIMAGE
|
|
+config ADK_TARGET_KERNEL_USE_MINICONFIG
|
|
- bool
|
|
+ bool "Use mini.config from OpenADK"
|
|
|
|
|
|
-config ADK_TARGET_KERNEL_LINUXBIN
|
|
+config ADK_TARGET_KERNEL_USE_DEFCONFIG
|
|
- bool
|
|
+ bool "Use defconfig from Linux kernel"
|
|
|
|
|
|
-config ADK_TARGET_KERNEL_IMAGE
|
|
+endchoice
|
|
- bool
|
|
|
|
|
|
|
|
-config ADK_TARGET_KERNEL_UIMAGE
|
|
+config ADK_TARGET_KERNEL_DEFCONFIG
|
|
- bool
|
|
|
|
-
|
|
|
|
-config ADK_TARGET_KERNEL_BZIMAGE
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
-config ADK_TARGET_KERNEL_VMLINUX_AOUT
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
-config ADK_TARGET_KERNEL
|
|
|
|
string
|
|
string
|
|
- default "uImage" if ADK_TARGET_KERNEL_UIMAGE
|
|
+ depends on ADK_TARGET_KERNEL_USE_DEFCONFIG
|
|
- default "zImage" if ADK_TARGET_KERNEL_ZIMAGE
|
|
|
|
- default "Image" if ADK_TARGET_KERNEL_IMAGE
|
|
|
|
- default "linux.bin" if ADK_TARGET_KERNEL_LINUXBIN
|
|
|
|
- default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ
|
|
|
|
- default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE
|
|
|
|
- default "vmlinux.aout" if ADK_TARGET_KERNEL_VMLINUX_AOUT
|
|
|
|
- default "vmlinux"
|
|
|
|
|
|
|
|
config ADK_TARGET_KERNEL_MINICONFIG
|
|
config ADK_TARGET_KERNEL_MINICONFIG
|
|
string
|
|
string
|
|
|
|
+ depends on ADK_TARGET_KERNEL_USE_MINICONFIG
|
|
default "arm-fm" if ADK_TARGET_SYSTEM_ARM_FM
|
|
default "arm-fm" if ADK_TARGET_SYSTEM_ARM_FM
|
|
default "qemu-cris" if ADK_TARGET_SYSTEM_QEMU_CRIS
|
|
default "qemu-cris" if ADK_TARGET_SYSTEM_QEMU_CRIS
|
|
default "qemu-microblaze-s3adsp1800" if ADK_TARGET_QEMU_MICROBLAZE_MODEL_S3ADSP1800
|
|
default "qemu-microblaze-s3adsp1800" if ADK_TARGET_QEMU_MICROBLAZE_MODEL_S3ADSP1800
|