gcc: update to 8.2.0
[openadk.git] / Config.in
blobeaf7f5692b061f846d6c0884d1c72d94971acbb8
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"
17 source "target/config/Config.in.os"
18 source "target/config/Config.in.hardware"
19 source "target/config/Config.in.boards"
20 source "target/config/Config.in.kernelfmt"
22 menu "Hardware configuration"
23 source "target/config/Config.in.arch"
24 source "target/config/Config.in.system"
25 source "target/config/Config.in.subsystem"
26 source "target/config/Config.in.qemuopts"
27 source "target/config/Config.in.endian"
28 source "target/config/Config.in.mmu"
29 source "target/config/Config.in.cpu"
30 source "target/config/Config.in.addons"
31 endmenu
33 menu "C Library configuration"
34         visible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_TARGET_CHOOSE_ARCH
35 source "target/config/Config.in.libc"
36 source "target/config/Config.in.threads"
37 source "target/config/Config.in.binfmt"
38 source "target/config/Config.in.instructions"
39 source "target/config/Config.in.fpu"
40 source "target/config/Config.in.float"
41 source "target/config/Config.in.abi"
42 source "target/config/Config.in.libs"
43 source "target/config/Config.in.uclibc-ng"
44 endmenu
46 comment "After you saved your configuration once, you shouldn't change anything above"
47         depends on (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
49 source "target/config/Config.in.tasks"
51 menu "Firmware configuration"
52         visible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
53 source "target/config/Config.in.rootfs"
54 endmenu
56 menu "Package selection"
57         visible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
58 source "package/Config.in.auto.global"
59 source "package/Config.in"
60 menu "Package options"
61 source "package/Config.in.options"
62 endmenu
63 endmenu
65 menu "Runtime configuration"
66         visible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
67 source "target/config/Config.in.runtime"
68 endmenu
70 menu "Linux Kernel configuration"
71         visible if ADK_TARGET_OS_LINUX && !ADK_TARGET_CHOOSE_ARCH
72 source "target/linux/Config.in.kernelversion"
73 source "target/linux/Config.in.kernelcfg"
74 source "target/linux/config/Config.in.compression"
75 source "target/config/Config.in.cmdline"
77 menu "Advanced Linux Kernel configuration"
78         visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_LINUX_KERNEL_USE_DEFCONFIG && !ADK_TARGET_LINUX_KERNEL_USE_CUSTOMCONFIG
79 source "target/linux/Config.in"
80 endmenu
81 endmenu
83 menu "Waldux Kernel configuration"
84         visible if ADK_TARGET_OS_WALDUX && !ADK_TARGET_CHOOSE_ARCH
85 source "target/waldux/Config.in.kernelversion"
86 source "target/waldux/Config.in.kernelcfg"
87 source "target/waldux/config/Config.in.compression"
88 source "target/config/Config.in.cmdline"
90 menu "Advanced Waldux Kernel configuration"
91         visible if ADK_TARGET_OS_WALDUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_WALDUX_KERNEL_USE_DEFCONFIG && !ADK_TARGET_WALDUX_KERNEL_USE_CUSTOMCONFIG
92 source "target/waldux/Config.in"
93 endmenu
94 endmenu
96 menu "Frosted kernel configuration"
97         visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH
98 source "target/frosted/Config.in"
99 endmenu
101 menu "Frosted application configuration"
102         visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH
103 source "target/frosted/Config.in.apps"
104 endmenu
106 menu "Toolchain settings"
107         visible if !ADK_TARGET_CHOOSE_ARCH
109 source "target/config/Config.in.binutils"
110 source "target/config/Config.in.compiler"
111 source "target/config/Config.in.gdb"
112 source "target/config/Config.in.toolchain"
113 endmenu
115 source "target/config/Config.in.adk"