summaryrefslogtreecommitdiff
path: root/target/Config.in.x86_64
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_64
parent53d22bb88e82c1d8dd19db418ca12c664e341ba4 (diff)
optimize build for hardware profile (x86/x86_64), optimize chroot installer script
Diffstat (limited to 'target/Config.in.x86_64')
-rw-r--r--target/Config.in.x86_6415
1 files changed, 6 insertions, 9 deletions
diff --git a/target/Config.in.x86_64 b/target/Config.in.x86_64
index 82b8f2686..6410078d3 100644
--- a/target/Config.in.x86_64
+++ b/target/Config.in.x86_64
@@ -10,6 +10,7 @@ config ADK_HARDWARE_GENERIC
config ADK_HARDWARE_SHUTTLE
bool "Shuttle PC"
select ADK_shuttle
+ select ADK_CPU_AMDFAM10
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_VGA
select ADK_TARGET_WITH_PCI
@@ -21,15 +22,11 @@ config ADK_HARDWARE_SHUTTLE
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
+ select ADK_KERNEL_SATA_AHCI
+ select ADK_KERNEL_BLK_DEV_SD
+ select ADK_KERNEL_BLK_DEV_MD
+ select ADK_KERNEL_MD_RAID0
+ select ADK_KERNEL_MD_RAID1
help
Support for a nice and fast shuttle xpc with AMD quad-core CPU.
Status: development