summaryrefslogtreecommitdiff
path: root/target/Config.in.x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-17 19:13:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-17 19:13:37 +0100
commit53d22bb88e82c1d8dd19db418ca12c664e341ba4 (patch)
treee1f35a46f56d1c8c0f8e8bc63b43dc8da63e4d2a /target/Config.in.x86
parentb47f6f464d38ad18716e4b270231812b123dcf67 (diff)
parentc6fa9771807b4438e35df864de9a01fb768d33d2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Config.in.x86')
-rw-r--r--target/Config.in.x8634
1 files changed, 34 insertions, 0 deletions
diff --git a/target/Config.in.x86 b/target/Config.in.x86
new file mode 100644
index 000000000..86591f1f7
--- /dev/null
+++ b/target/Config.in.x86
@@ -0,0 +1,34 @@
+choice
+depends on ADK_LINUX_X86
+prompt "Hardware model"
+
+config ADK_HARDWARE_GENERIC
+ bool "Generic x86 system"
+ help
+ Generic x86 system.
+
+config ADK_HARDWARE_IBMX40
+ bool "IBM X40 laptop"
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_WITH_HDD
+ select ADK_KERNEL_NLS
+ select ADK_KERNEL_EXT2_FS
+ select ADK_KERNEL_SCSI
+ select ADK_KERNEL_ATA
+ select ADK_KERNEL_BLK_DEV_SD
+ select ADK_KERNEL_INPUT_KEYBOARD
+ select ADK_KERNEL_SWAP
+ help
+ Hardware profile for IBM X40 laptop's.
+
+config ADK_HARDWARE_GENERIC_X86_TOOLCHAIN
+ bool "x86 toolchain"
+ select ADK_TOOLCHAIN_ONLY
+ help
+ x86 toolchain.
+
+endchoice