summaryrefslogtreecommitdiff
path: root/target/Config.in.x86_64
diff options
context:
space:
mode:
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"