summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.cpu
diff options
context:
space:
mode:
authorwarhog <warhog@gmx.de>2011-08-27 17:34:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-27 20:14:53 +0200
commit5b264e378044b2de6541676d0c04d50e97c98f60 (patch)
tree69d08676139f93e9e54b4292f0ee75c789050b13 /target/linux/config/Config.in.cpu
parentb2e4d29ea9c3c2f5b99264bd270d4257439dfc3f (diff)
added intel atom target
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