add stub for config-prepare if mini.config is not choosen
[openadk.git] / Config.in
blobbc6d180ee4a3c70478f4926e8c57c778e2e7a177
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"
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"
28 comment "After you saved your configuration once, you shouldn't change anything above"
29         depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
31 source "target/config/Config.in.tasks"
33 menu "Firmware configuration"
34         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
35 source "target/config/Config.in.rootfs"
36 endmenu
38 source "target/config/Config.in"
40 menu "Package selection"
41         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
42 source "package/Config.in.auto.global"
43 source "package/Config.in"
44 menu "Package options"
45 source "package/Config.in.options"
46 endmenu
47 endmenu
49 menu "Runtime configuration"
50         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
51 source "target/config/Config.in.runtime"
52 endmenu
54 menu "Linux Kernel configuration"
55         visible if ADK_TARGET_OS_LINUX
56 source "target/config/Config.in.kernelversion"
57 source "target/config/Config.in.kernelcfg"
58 source "target/config/Config.in.kernelcmd"
59 source "target/linux/config/Config.in.compression"
61 menu "Advanced Kernel configuration"
62         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
63 source "target/linux/Config.in"
64 endmenu
65 endmenu
67 menu "Toolchain settings"
68         visible if !ADK_TARGET_CHOOSE_ARCH
70 config ADK_VENDOR
71         string "Vendor name"
72         default "openadk"
73         help
74           Vendor string is used for toolchain.
76 source "target/config/Config.in.archopts"
77 source "target/config/Config.in.fpu"
78 source "target/config/Config.in.float"
79 source "target/config/Config.in.binfmt"
80 source "target/config/Config.in.libc"
81 source "target/config/Config.in.abi"
82 source "target/config/Config.in.binutils"
83 source "target/config/Config.in.compiler"
84 source "target/config/Config.in.gdb"
85 source "target/config/Config.in.toolchain"
86 endmenu
88 source "target/config/Config.in.adk"