the optional host-tool detection support is still broken :(
[openadk.git] / Config.in
blob14128b39b5596dceac5547e85384ae2d869cf9c9
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"
6 # enable tristate
7 config ADK_MODULES
8         bool
9         option modules
10         default y
12 config ADK_HAVE_DOT_CONFIG
13         bool
14         default y
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"
24 source "target/config/Config.in.system"
25 source "target/config/Config.in.systemopts"
26 source "target/config/Config.in.subsystem"
27 source "target/config/Config.in.qemuopts"
28 source "target/config/Config.in.cpu"
29 source "target/config/Config.in.tasks"
30 source "target/config/Config.in.rootfs"
31 source "target/config/Config.in.target"
32 source "target/config/Config.in"
34 menu "Package selection"
35         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
36 source "package/Config.in.auto.global"
37 source "package/Config.in"
38 menu "Package options"
39 source "package/Config.in.options"
40 endmenu
41 endmenu
43 menu "Runtime configuration"
44         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
45 source "target/config/Config.in.runtime"
46 endmenu
48 source "target/config/Config.in.kernelversion"
49 source "target/config/Config.in.kernelcfg"
50 source "target/linux/config/Config.in.compression"
52 menu "Kernel configuration"
53         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
54 source "target/linux/Config.in"
55 endmenu
57 menu "Toolchain settings"
58         visible if !ADK_TARGET_CHOOSE_ARCH
60 config ADK_VENDOR
61         string "Vendor name"
62         default "openadk"
63         help
64           Vendor string is used for toolchain.
66 source "target/config/Config.in.archopts"
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"
76 endmenu
78 source "target/config/Config.in.adk"