blob: b892f1455d6f94b5822c6cf9e36ca4758adbc53b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
config ADK_KERNEL_MATOM
boolean
config ADK_KERNEL_MPENTIUMM
boolean
config ADK_KERNEL_MGEODE_LX
boolean
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
config ADK_KERNEL_VFP
boolean
|