libpthread is used on non-NPTL systems for test suite runs. like atmel ngw100
[openadk.git] / Config.in
blob3b6f269559e4469a6023a825477518d77e5866a6
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         boolean
14         default y
16 source "target/config/Config.in.appliances"
18 menu "Target configuration"
19         visible if !ADK_CHOOSE_APPLIANCE
21 source "target/config/Config.in.cpu"
22 source "target/config/Config.in.hardware"
23 source "target/config/Config.in.kernel"
24 source "target/config/Config.in.arch"
25 source "target/config/Config.in.system"
26 source "target/config/Config.in.endian"
27 source "target/config/Config.in.arm"
28 source "target/config/Config.in.cris"
29 source "target/config/Config.in.x86"
30 source "target/config/Config.in.qemu"
31 source "target/config/Config.in.qemuopts"
32 source "target/config/Config.in.kernelversion"
33 source "target/config/Config.in.libc"
34 source "target/config/Config.in.abi"
35 source "target/config/Config.in.binfmt"
36 source "target/config/Config.in.target"
38 endmenu
40 source "target/config/Config.in"
42 menu "Package selection"
43         visible if !ADK_CHOOSE_APPLIANCE
45 source "package/Config.in.auto.global"
46 source "package/Config.in"
48 menu "Package options"
49         visible if !ADK_CHOOSE_APPLIANCE
51 config ADK_LEAVE_ETC_ALONE
52         boolean "do not install anything into /etc"
53         default n
54         help
55           Enabling this option will prevent the ADK from installing anything
56           into /etc. This is useful for highly customised setups with custom
57           base-files packages.
59           Package Makefiles can override this setting by passing "force_etc" to
60           the package-template.  to a non-empty value. This is useful for
61           packages traditionally installing non-config stuff into /etc, like
62           e.g. ca-certificates.
64           Note that without further customisation, turning this option
65           on will almost certainly render the resulting system unusable.
67 config ADK_INSTALL_PACKAGE_INIT_SCRIPTS
68         boolean "ship custom init-scripts along with packages"
69         default y
70         depends on !ADK_LEAVE_ETC_ALONE
71         help
72           Turning this option to false will prevent the ADK from
73           installing init-scripts (i.e. files in /etc/init.d) for
74           certain daemons and daemon-like applications.
76           Note that without further customisation, turning this option
77           off will almost certainly render the resulting system unusable.
79 config ADK_INSTALL_PACKAGE_NETWORK_SCRIPTS
80         boolean "ship custom network-scripts along with packages"
81         default y
82         depends on !ADK_LEAVE_ETC_ALONE
83         help
84           Turning this option to false will prevent the ADK from
85           installing network-scripts (i.e. files in /etc/network/) for
86           packages providing any.
88           Note that without further customisation, turning this option
89           off will almost certainly render the resulting system unusable.
91 endmenu
92 endmenu
94 menu "Runtime configuration"
95         visible if !ADK_CHOOSE_APPLIANCE
96 source "target/config/Config.in.runtime"
97 endmenu
99 menu "Kernel configuration"
100         visible if !ADK_CHOOSE_APPLIANCE
101 source "target/linux/Config.in"
102 endmenu
104 source "target/config/Config.in.toolchain"
105 source "target/config/Config.in.adk"