xvidcore: update to 1.3.4
[openadk.git] / Config.in
blobb9db39c5b848b70a83c52cf5509f3db87327397d
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"
29 menu "Firmware configuration"
30         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
31 source "target/config/Config.in.rootfs"
32 endmenu
34 source "target/config/Config.in"
36 menu "Package selection"
37         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
38 source "package/Config.in.auto.global"
39 source "package/Config.in"
40 menu "Package options"
41 source "package/Config.in.options"
42 endmenu
43 endmenu
45 menu "Runtime configuration"
46         visible if ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
47 source "target/config/Config.in.runtime"
48 endmenu
50 menu "Linux Kernel configuration"
51         visible if ADK_TARGET_OS_LINUX
52 source "target/config/Config.in.kernelversion"
53 source "target/config/Config.in.kernelcfg"
54 source "target/config/Config.in.kernelcmd"
55 source "target/linux/config/Config.in.compression"
57 menu "Advanced Kernel configuration"
58         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
59 source "target/linux/Config.in"
60 endmenu
61 endmenu
63 menu "Toolchain settings"
64         visible if !ADK_TARGET_CHOOSE_ARCH
66 config ADK_VENDOR
67         string "Vendor name"
68         default "openadk"
69         help
70           Vendor string is used for toolchain.
72 source "target/config/Config.in.archopts"
73 source "target/config/Config.in.fpu"
74 source "target/config/Config.in.float"
75 source "target/config/Config.in.binfmt"
76 source "target/config/Config.in.libc"
77 source "target/config/Config.in.abi"
78 source "target/config/Config.in.binutils"
79 source "target/config/Config.in.compiler"
80 source "target/config/Config.in.gdb"
81 source "target/config/Config.in.toolchain"
82 endmenu
84 source "target/config/Config.in.adk"