summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/kernel/asus-p5bvm7
-rw-r--r--target/x86_64/systems/asus-p5bvm26
2 files changed, 33 insertions, 0 deletions
diff --git a/target/x86_64/kernel/asus-p5bvm b/target/x86_64/kernel/asus-p5bvm
new file mode 100644
index 000000000..b17b6e256
--- /dev/null
+++ b/target/x86_64/kernel/asus-p5bvm
@@ -0,0 +1,7 @@
+CONFIG_X86=y
+CONFIG_X86_64=y
+CONFIG_X86_X32=y
+CONFIG_GENERIC_CPU=y
+CONFIG_PROCESSOR_SELECT=y
+CONFIG_CPU_SUP_INTEL=y
+CONFIG_CPU_SUP_AMD=y
diff --git a/target/x86_64/systems/asus-p5bvm b/target/x86_64/systems/asus-p5bvm
new file mode 100644
index 000000000..790d05957
--- /dev/null
+++ b/target/x86_64/systems/asus-p5bvm
@@ -0,0 +1,26 @@
+config ADK_TARGET_SYSTEM_ASUS_P5BVM
+ bool "ASUS P5B-VM SE motherboard"
+ select ADK_TARGET_CPU_WITH_MTRR
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_CPU_FREQ
+ select ADK_TARGET_WITH_USB_BOOT
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_PATA
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_WITH_HDD
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_ACPI
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_IOMMU
+ select ADK_KERNEL_PCI_MSI
+ select ADK_TARGET_WITH_SMP
+ select ADK_TARGET_KERNEL_BZIMAGE
+ select ADK_TARGET_WITH_SATA
+ select ADK_PACKAGE_GRUB
+ help
+ System profile for ASUS P5B-VM SE motherboard.
+