summaryrefslogtreecommitdiff
path: root/target/x86_64/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-04 15:15:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-04 15:15:21 +0200
commitf5332c1a325054bec10a11a42b6f0456ad2dea27 (patch)
treeee4a74436579b3a1f05a255c7635192edc342fd4 /target/x86_64/systems
parent59ccb3fb41cb82bab1631c8685c9d6d2545a16fd (diff)
add apu system and kernel file. apu device sponsored by Joerg Seitter.
Diffstat (limited to 'target/x86_64/systems')
-rw-r--r--target/x86_64/systems/pcengines-apu16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/x86_64/systems/pcengines-apu b/target/x86_64/systems/pcengines-apu
new file mode 100644
index 000000000..9546f6d7b
--- /dev/null
+++ b/target/x86_64/systems/pcengines-apu
@@ -0,0 +1,16 @@
+config ADK_TARGET_SYSTEM_PCENGINES_APU
+ bool "PC Engines APU"
+ select ADK_x86_64
+ select ADK_pcengines_apu
+ select ADK_CPU_X86_64
+ select ADK_LINUX_64
+ select ADK_TARGET_KERNEL_BZIMAGE
+ select ADK_TARGET_WITH_MINIPCI
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_USB_BOOT
+ select ADK_TARGET_WITH_ACPI
+ select ADK_PACKAGE_GRUB
+ help
+ Support for PC Engines APU, see
+ http://www.pcengines.ch/apu.htm
+