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.system"
23 source "target/config/Config.in.systemopts"
24 source "target/config/Config.in.subsystem"
25 source "target/config/Config.in.qemuopts"
26 source "target/config/Config.in.cpu"
27 source "target/config/Config.in.addons"
29 comment "After you saved your configuration once, you shouldn't change anything above"
30 depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
32 source "target/config/Config.in.tasks"
34 menu "Firmware configuration"
35 visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
36 source "target/config/Config.in.rootfs"
39 source "target/config/Config.in"
41 menu "Package selection"
42 visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
43 source "package/Config.in.auto.global"
44 source "package/Config.in"
45 menu "Package options"
46 source "package/Config.in.options"
50 menu "Runtime configuration"
51 visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
52 source "target/config/Config.in.runtime"
55 menu "Linux Kernel configuration"
56 visible if ADK_TARGET_OS_LINUX && !ADK_TARGET_CHOOSE_ARCH
57 source "target/config/Config.in.kernelversion"
58 source "target/config/Config.in.kernelcfg"
59 source "target/config/Config.in.kernelcmd"
60 source "target/linux/config/Config.in.compression"
62 menu "Advanced Kernel configuration"
63 visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_KERNEL_USE_DEFCONFIG && !ADK_TARGET_KERNEL_USE_CUSTOMCONFIG
64 source "target/linux/Config.in"
68 menu "Frosted kernel configuration"
69 visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH
70 source "target/frosted/Config.in"
73 menu "Frosted application configuration"
74 visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH
75 source "target/frosted/Config.in.apps"
78 menu "Toolchain settings"
79 visible if !ADK_TARGET_CHOOSE_ARCH
85 Vendor string is used for toolchain.
87 source "target/config/Config.in.archopts"
88 source "target/config/Config.in.fpu"
89 source "target/config/Config.in.float"
90 source "target/config/Config.in.binfmt"
91 source "target/config/Config.in.libc"
92 source "target/config/Config.in.abi"
93 source "target/config/Config.in.binutils"
94 source "target/config/Config.in.compiler"
95 source "target/config/Config.in.gdb"
96 source "target/config/Config.in.toolchain"
99 source "target/config/Config.in.adk"