summaryrefslogtreecommitdiff
path: root/target/x86/sys-available/intel-atom
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-29 10:38:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-29 10:38:53 +0200
commit57ab7c72776b41369d951bf4eb99d900c7ec5f6c (patch)
tree44ff8b93f79454f59ba46dc41558801488f13edd /target/x86/sys-available/intel-atom
parent61104736912c7811abf505418c8202262e3cd0ac (diff)
parentee4ae7d878da34b9f45df1c5704d31646e1e323b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86/sys-available/intel-atom')
-rw-r--r--target/x86/sys-available/intel-atom28
1 files changed, 28 insertions, 0 deletions
diff --git a/target/x86/sys-available/intel-atom b/target/x86/sys-available/intel-atom
new file mode 100644
index 000000000..392a74d64
--- /dev/null
+++ b/target/x86/sys-available/intel-atom
@@ -0,0 +1,28 @@
+config ADK_TARGET_SYSTEM_INTEL_ATOM
+ bool "Intel Atom (NM10)"
+ select ADK_x86
+ select ADK_intel_atom
+ select ADK_CPU_ATOM
+ select ADK_KERNEL_MATOM
+ select ADK_KERNEL_MII
+ select ADK_TARGET_CPU_WITH_MMX
+ select ADK_TARGET_CPU_WITH_SSE
+ select ADK_TARGET_CPU_WITH_SSE2
+ select ADK_TARGET_CPU_WITH_SSE3
+ select ADK_TARGET_CPU_WITH_SSSE3
+ select ADK_TARGET_CPU_WITH_HT
+ select ADK_TARGET_CPU_WITH_MTRR
+ select ADK_TARGET_WITH_USB_BOOT
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_WITH_CF
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_HDD
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_ACPI
+ select ADK_TARGET_WITH_SATA
+ help
+ System profile for Intel Atom.
+