From 2ff878036044b856227caa4a53d2caf2736614ac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Nov 2010 18:00:52 +0100 Subject: convert qemu for x86/x86_64 to hardware profiles --- target/Config.in.x86_64 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/Config.in.x86_64') diff --git a/target/Config.in.x86_64 b/target/Config.in.x86_64 index 6410078d3..4f4cffc2c 100644 --- a/target/Config.in.x86_64 +++ b/target/Config.in.x86_64 @@ -31,6 +31,16 @@ config ADK_HARDWARE_SHUTTLE Support for a nice and fast shuttle xpc with AMD quad-core CPU. Status: development +config ADK_HARDWARE_QEMU_X86_64 + bool "Qemu x86_64" + select ADK_HARDWARE_QEMU + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_HDD + help + Qemu support for x86_64 architecture. + Status: stable config ADK_HARDWARE_GENERIC_X86_64_TOOLCHAIN bool "x86_64 toolchain" -- cgit v1.2.3 From 434f07ef1c5d536e9e94561b5e7a066f1d9cd954 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Nov 2010 20:12:49 +0100 Subject: optimize shuttle and ibmx40 hardware profile --- target/Config.in.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/Config.in.x86_64') diff --git a/target/Config.in.x86_64 b/target/Config.in.x86_64 index 4f4cffc2c..a464cd8b0 100644 --- a/target/Config.in.x86_64 +++ b/target/Config.in.x86_64 @@ -2,7 +2,7 @@ choice depends on ADK_LINUX_X86_64 prompt "Hardware model" -config ADK_HARDWARE_GENERIC +config ADK_HARDWARE_GENERIC_X86_64 bool "Generic x86_64/amd64 system" help Generic x86_64/amd64 system. -- cgit v1.2.3