1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 mainmenu "OpenADK Configuration"
12 config ADK_HAVE_DOT_CONFIG
16 source "target/config/Config.in.os"
17 source "target/config/Config.in.hardware"
18 source "target/config/Config.in.boards"
19 source "target/config/Config.in.kernelfmt"
20 source "target/config/Config.in.arch"
21 source "target/config/Config.in.endian"
22 source "target/config/Config.in.archopts"
25 source "target/config/Config.in.system"
26 source "target/config/Config.in.systemopts"
27 source "target/config/Config.in.subsystem"
28 source "target/config/Config.in.qemuopts"
29 source "target/config/Config.in.cpu"
30 source "target/config/Config.in.tasks"
31 source "target/config/Config.in.rootfs"
32 source "target/config/Config.in.target"
33 source "target/config/Config.in"
35 menu "Package selection"
36 visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
37 source "package/Config.in.auto.global"
38 source "package/Config.in"
39 menu "Package options"
40 source "package/Config.in.options"
44 menu "Runtime configuration"
45 visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
46 source "target/config/Config.in.runtime"
49 source "target/config/Config.in.kernelversion"
50 source "target/config/Config.in.kernelcfg"
51 source "target/linux/config/Config.in.compression"
53 menu "Kernel configuration"
54 visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_KERNEL_USE_DEFCONFIG
55 source "target/linux/Config.in"
58 menu "Toolchain settings"
59 visible if !ADK_TARGET_CHOOSE_ARCH
65 Vendor string is used for toolchain.
67 source "target/config/Config.in.fpu"
68 source "target/config/Config.in.float"
69 source "target/config/Config.in.binfmt"
70 source "target/config/Config.in.libc"
71 source "target/config/Config.in.abi"
72 source "target/config/Config.in.binutils"
73 source "target/config/Config.in.compiler"
74 source "target/config/Config.in.gdb"
75 source "target/config/Config.in.toolchain"
78 source "target/config/Config.in.adk"