summaryrefslogtreecommitdiff
path: root/target/Config.in.x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-17 20:43:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-17 20:43:59 +0100
commit4934009fea220a1935c0b40241c90e9a0782097f (patch)
tree4376f6e228d7636ec96372ffc3fc137f78cdd16b /target/Config.in.x86
parent53d22bb88e82c1d8dd19db418ca12c664e341ba4 (diff)
optimize build for hardware profile (x86/x86_64), optimize chroot installer script
Diffstat (limited to 'target/Config.in.x86')
-rw-r--r--target/Config.in.x864
1 files changed, 3 insertions, 1 deletions
diff --git a/target/Config.in.x86 b/target/Config.in.x86
index 86591f1f7..3f5103962 100644
--- a/target/Config.in.x86
+++ b/target/Config.in.x86
@@ -3,12 +3,14 @@ depends on ADK_LINUX_X86
prompt "Hardware model"
config ADK_HARDWARE_GENERIC
- bool "Generic x86 system"
+ bool "Generic x86 system (i686)"
+ select ADK_CPU_I686
help
Generic x86 system.
config ADK_HARDWARE_IBMX40
bool "IBM X40 laptop"
+ select ADK_CPU_PENTIUM_M
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_PCI
select ADK_TARGET_WITH_VGA