coreutils: update to 9.5
[openadk.git] / target / config / Config.in
blob77fc1022fca8707dcc89c9317ce8fb51ba619f1a
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 # global symbols
5 config ADK_LINUX_64
6         bool
8 config ADK_TARGET_KERNEL_64
9         bool
11 config ADK_TARGET_GENERIC
12         bool
13         select ADK_TARGET_WITH_NET
14         select ADK_TARGET_WITH_NETDEVICE
16 config ADK_TARGET_UCLINUX
17         bool
19 config ADK_TARGET_SIM
20         bool
21         select ADK_TOOLCHAIN_WITH_GDB
23 config ADK_TARGET_QEMU
24         bool
25         select ADK_TARGET_WITH_NET
26         select ADK_TARGET_WITH_NETDEVICE
28 # the inverse of ADK_TARGET_KERNEL_CUSTOMISING,
29 # allows for selecting it off (i.e., to disable it)
30 config ADK_TARGET_FIXED_KERNEL
31         bool
33 config ADK_TARGET_KERNEL_CUSTOMISING
34         bool
35         depends on !ADK_TARGET_FIXED_KERNEL
36         default y
38 source "target/config/Config.in.tools"