1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
6 option env="ADKVERSION"
12 config ADK_HAVE_DOT_CONFIG
16 mainmenu "OpenADK Configuration"
18 config ADK_CHOOSE_TARGET_SYSTEM
20 default y if ADK_CHOOSE_TARGET_SYSTEM_ARM
21 default y if ADK_CHOOSE_TARGET_SYSTEM_AVR32
22 default y if ADK_CHOOSE_TARGET_SYSTEM_CRIS
23 default y if ADK_CHOOSE_TARGET_SYSTEM_MIPS
24 default y if ADK_CHOOSE_TARGET_SYSTEM_PPC
25 default y if ADK_CHOOSE_TARGET_SYSTEM_PPC64
26 default y if ADK_CHOOSE_TARGET_SYSTEM_SPARC
27 default y if ADK_CHOOSE_TARGET_SYSTEM_SPARC64
28 default y if ADK_CHOOSE_TARGET_SYSTEM_SH
29 default y if ADK_CHOOSE_TARGET_SYSTEM_X86
30 default y if ADK_CHOOSE_TARGET_SYSTEM_X86_64
33 source "target/config/Config.in"
35 menu "Runtime configuration"
36 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_KERNEL && !ADK_CHOOSE_TARGET_SYSTEM
37 source "target/config/Config.in.runtime"
40 menu "Package collection"
41 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_KERNEL && !ADK_CHOOSE_TARGET_SYSTEM
42 source "target/packages/Config.in"
45 menu "Package selection"
46 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_KERNEL && !ADK_CHOOSE_TARGET_SYSTEM
48 config ADK_INSTALL_PACKAGE_INIT_SCRIPTS
49 boolean "ship custom init-scripts along with packages"
52 Turning this option to false will prevent the ADK from
53 installing init-scripts (i.e. files in /etc/init.d) for
54 certain daemons and daemon-like applications.
56 Note that without further customisation, turning this option
57 off will almost certainly render the resulting system unusable.
59 config ADK_INSTALL_PACKAGE_NETWORK_SCRIPTS
60 boolean "ship custom network-scripts along with packages"
63 Turning this option to false will prevent the ADK from
64 installing network-scripts (i.e. files in /etc/network/) for
65 packages providing any.
67 Note that without further customisation, turning this option
68 off will almost certainly render the resulting system unusable.
70 source "package/Config.in.auto.global"
71 source "package/Config.in.auto"
74 menu "Kernel configuration"
75 depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_KERNEL && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
78 prompt "Kernel Version"
79 config ADK_KERNEL_VERSION_2_6_39
83 config ADK_KERNEL_VERSION_3_0_4
89 source "target/linux/Config.in"
92 source "target/config/Config.in.adk"
93 source "toolchain/Config.in"