diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-01 11:23:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-01 11:23:25 +0100 |
commit | 1100ee559ae81eadd68d129dc6e2ada616a28fd0 (patch) | |
tree | 1095f0e70e2f3e641ab976d83c0b5467daad5167 /target/x86_64 | |
parent | 858a50f6b5b13f2c7b20a5729b610c3b5c9fccc2 (diff) |
add support for desktop pc
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/sys-available/tarox-pc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/x86_64/sys-available/tarox-pc b/target/x86_64/sys-available/tarox-pc new file mode 100644 index 000000000..9c0c13c08 --- /dev/null +++ b/target/x86_64/sys-available/tarox-pc @@ -0,0 +1,14 @@ +config ADK_TARGET_SYSTEM_TAROX_PC + bool "Tarox PC" + select ADK_x86_64 + select ADK_tarox_pc + select ADK_LINUX_64 + select ADK_KERNEL_SMP + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_SATA + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_USB + select ADK_TARGET_WITH_USB_BOOT + help + Support for Tarox Business PC. |