summaryrefslogtreecommitdiff
path: root/target/Config.in.x86_64
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_64
parentb47f6f464d38ad18716e4b270231812b123dcf67 (diff)
parentc6fa9771807b4438e35df864de9a01fb768d33d2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Config.in.x86_64')
-rw-r--r--target/Config.in.x86_6444
1 files changed, 44 insertions, 0 deletions
diff --git a/target/Config.in.x86_64 b/target/Config.in.x86_64
new file mode 100644
index 000000000..82b8f2686
--- /dev/null
+++ b/target/Config.in.x86_64
@@ -0,0 +1,44 @@
+choice
+depends on ADK_LINUX_X86_64
+prompt "Hardware model"
+
+config ADK_HARDWARE_GENERIC
+ bool "Generic x86_64/amd64 system"
+ help
+ Generic x86_64/amd64 system.
+
+config ADK_HARDWARE_SHUTTLE
+ bool "Shuttle PC"
+ select ADK_shuttle
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_PP
+ select ADK_KERNEL_INPUT_KEYBOARD
+ select ADK_KERNEL_SCSI
+ select ADK_KERNEL_NETDEVICES
+ select ADK_KERNEL_NET_PCI
+ select ADK_KERNEL_NET_ETHERNET
+ select ADK_KERNEL_SATA_AHCI if ADK_TARGET_ROOTFS_ARCHIVE
+ select ADK_KERNEL_BLK_DEV_SD if ADK_TARGET_ROOTFS_ARCHIVE
+ select ADK_KERNEL_BLK_DEV_MD if ADK_TARGET_ROOTFS_ARCHIVE
+ select ADK_KERNEL_MD_RAID0 if ADK_TARGET_ROOTFS_ARCHIVE
+ select ADK_KERNEL_MD_RAID1 if ADK_TARGET_ROOTFS_ARCHIVE
+ select ADK_KPACKAGE_KMOD_SATA_AHCI if ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
+ select ADK_KPACKAGE_KMOD_BLK_DEV_MD if ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
+ select ADK_KPACKAGE_KMOD_MD_RAID0 if ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
+ select ADK_KPACKAGE_KMOD_MD_RAID1 if ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
+ help
+ Support for a nice and fast shuttle xpc with AMD quad-core CPU.
+ Status: development
+
+
+config ADK_HARDWARE_GENERIC_X86_64_TOOLCHAIN
+ bool "x86_64 toolchain"
+ select ADK_TOOLCHAIN_ONLY
+ help
+ x86_64 toolchain.
+
+endchoice