linux: update to 3.14.72, add working solidrun patch
[openadk.git] / Config.in
blob14efbc4dc676c8cb85c09bc67c73e24b4e63da04
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.archopts"
25 source "target/config/Config.in.system"
26 source "target/config/Config.in.systemopts"
27 source "target/config/Config.in.subsystem"
28 source "target/config/Config.in.qemuopts"
29 source "target/config/Config.in.cpu"
30 source "target/config/Config.in.tasks"
31 source "target/config/Config.in.rootfs"
32 source "target/config/Config.in.target"
33 source "target/config/Config.in"
35 menu "Package selection"
36         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
37 source "package/Config.in.auto.global"
38 source "package/Config.in"
39 menu "Package options"
40 source "package/Config.in.options"
41 endmenu
42 endmenu
44 menu "Runtime configuration"
45         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
46 source "target/config/Config.in.runtime"
47 endmenu
49 source "target/config/Config.in.kernelversion"
50 source "target/config/Config.in.kernelcfg"
51 source "target/linux/config/Config.in.compression"
53 menu "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
55 source "target/linux/Config.in"
56 endmenu
58 menu "Toolchain settings"
59         visible if !ADK_TARGET_CHOOSE_ARCH
61 config ADK_VENDOR
62         string "Vendor name"
63         default "openadk"
64         help
65           Vendor string is used for toolchain.
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"