readline: Pass -ltinfo
[openadk.git] / Config.in
blob2dc00961ce097b940695788a0be7497b764ab961
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_BAREMETAL && !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_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_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_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_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 "Toolchain settings"
84         visible if !ADK_TARGET_CHOOSE_ARCH
86 source "target/config/Config.in.binutils"
87 source "target/config/Config.in.compiler"
88 source "target/config/Config.in.gdb"
89 source "target/config/Config.in.toolchain"
90 endmenu
92 source "target/config/Config.in.adk"