summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/kernel/pcengines-alix4
-rw-r--r--target/x86/systems/pcengines-alix14
2 files changed, 18 insertions, 0 deletions
diff --git a/target/x86/kernel/pcengines-alix b/target/x86/kernel/pcengines-alix
new file mode 100644
index 000000000..849852a65
--- /dev/null
+++ b/target/x86/kernel/pcengines-alix
@@ -0,0 +1,4 @@
+CONFIG_X86=y
+CONFIG_X86_32=y
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
diff --git a/target/x86/systems/pcengines-alix b/target/x86/systems/pcengines-alix
new file mode 100644
index 000000000..bfc6150fb
--- /dev/null
+++ b/target/x86/systems/pcengines-alix
@@ -0,0 +1,14 @@
+config ADK_TARGET_SYSTEM_PCENGINES_ALIX
+ bool "PCengines ALIX"
+ select ADK_CPU_GEODE
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_PATA
+ select ADK_TARGET_WITH_GEODE_CRYPTO
+ select ADK_TARGET_WITH_WATCHDOG
+ select ADK_TARGET_KERNEL_BZIMAGE
+ select ADK_PACKAGE_GRUB
+ help
+ Support for PCengines ALIX Boards.
+