arc: update gcc/binutils to arc-2016.09-rc2
[openadk.git] / Config.in
blob355b96e909a0afc980057d65c5e1f0775fe723ce
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"
33 menu "Package selection"
34         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
35 source "package/Config.in.auto.global"
36 source "package/Config.in"
37 menu "Package options"
38 source "package/Config.in.options"
39 endmenu
40 endmenu
42 menu "Runtime configuration"
43         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
44 source "target/config/Config.in.runtime"
45 endmenu
47 menu "Linux Kernel configuration"
48 source "target/config/Config.in.kernelversion"
49 source "target/config/Config.in.kernelcfg"
50 source "target/config/Config.in.kernelcmd"
51 source "target/linux/config/Config.in.compression"
53 menu "Advanced 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 && !ADK_TARGET_KERNEL_USE_CUSTOMCONFIG
55 source "target/linux/Config.in"
56 endmenu
57 endmenu
59 menu "Toolchain settings"
60         visible if !ADK_TARGET_CHOOSE_ARCH
62 config ADK_VENDOR
63         string "Vendor name"
64         default "openadk"
65         help
66           Vendor string is used for toolchain.
68 source "target/config/Config.in.archopts"
69 source "target/config/Config.in.fpu"
70 source "target/config/Config.in.float"
71 source "target/config/Config.in.binfmt"
72 source "target/config/Config.in.libc"
73 source "target/config/Config.in.abi"
74 source "target/config/Config.in.binutils"
75 source "target/config/Config.in.compiler"
76 source "target/config/Config.in.gdb"
77 source "target/config/Config.in.toolchain"
78 endmenu
80 source "target/config/Config.in.adk"