rework mini.config for rpi3
[openadk.git] / Config.in
blob3da2a5f9ff1e7fded017eecced913b9b3b4c00cf
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"
27 source "target/config/Config.in.tasks"
28 source "target/config/Config.in.rootfs"
29 source "target/config/Config.in"
31 menu "Package selection"
32         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
33 source "package/Config.in.auto.global"
34 source "package/Config.in"
35 menu "Package options"
36 source "package/Config.in.options"
37 endmenu
38 endmenu
40 menu "Runtime configuration"
41         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
42 source "target/config/Config.in.runtime"
43 endmenu
45 menu "Linux Kernel configuration"
46         visible if ADK_TARGET_OS_LINUX
47 source "target/config/Config.in.kernelversion"
48 source "target/config/Config.in.kernelcfg"
49 source "target/config/Config.in.kernelcmd"
50 source "target/linux/config/Config.in.compression"
52 menu "Advanced 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
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.archopts"
68 source "target/config/Config.in.fpu"
69 source "target/config/Config.in.float"
70 source "target/config/Config.in.binfmt"
71 source "target/config/Config.in.libc"
72 source "target/config/Config.in.abi"
73 source "target/config/Config.in.binutils"
74 source "target/config/Config.in.compiler"
75 source "target/config/Config.in.gdb"
76 source "target/config/Config.in.toolchain"
77 endmenu
79 source "target/config/Config.in.adk"