summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.cpu
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/linux/config/Config.in.cpu
parent61104736912c7811abf505418c8202262e3cd0ac (diff)
parentee4ae7d878da34b9f45df1c5704d31646e1e323b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.cpu')
-rw-r--r--target/linux/config/Config.in.cpu21
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.cpu b/target/linux/config/Config.in.cpu
index 64d9e9f3f..5be6dacfc 100644
--- a/target/linux/config/Config.in.cpu
+++ b/target/linux/config/Config.in.cpu
@@ -11,3 +11,24 @@ config ADK_KERNEL_MTRR
boolean
default y if ADK_TARGET_CPU_WITH_MTRR
default n
+
+# hyper threading
+config ADK_KERNEL_PM_SLEEP_SMP
+ boolean
+ default y if ADK_TARGET_CPU_WITH_HT
+ default n
+
+config ADK_KERNEL_SMP
+ boolean
+ default y if ADK_TARGET_CPU_WITH_HT
+ default n
+
+config ADK_KERNEL_X86_HT
+ boolean
+ default y if ADK_TARGET_CPU_WITH_HT
+ default n
+
+config ADK_KERNEL_USE_GENERIC_SMP_HELPERS
+ boolean
+ default y if ADK_TARGET_CPU_WITH_HT
+ default n