summaryrefslogtreecommitdiff
path: root/target/Config.in.x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-18 21:36:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-18 21:36:54 +0100
commite2bff9d3ecca84e5688b9a3e9762a22046c042ca (patch)
tree1ad3d0de27b805dff260a50d93e0162af4190363 /target/Config.in.x86_64
parent0373afa7a5f3f5eb9c0e84bb2594f727a9b05b81 (diff)
parent434f07ef1c5d536e9e94561b5e7a066f1d9cd954 (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_6412
1 files changed, 11 insertions, 1 deletions
diff --git a/target/Config.in.x86_64 b/target/Config.in.x86_64
index 6410078d3..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.
@@ -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"