aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 520f33b83bfc..a9534c21c306 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -40,6 +40,10 @@ config CLOCKSOURCE_WATCHDOG
40 bool 40 bool
41 default y 41 default y
42 42
43config GENERIC_CLOCKEVENTS_MIGR
44 bool
45 default y
46
43config ZONE_DMA32 47config ZONE_DMA32
44 bool 48 bool
45 default y 49 default y
@@ -134,6 +138,8 @@ source "init/Kconfig"
134 138
135menu "Processor type and features" 139menu "Processor type and features"
136 140
141source "kernel/time/Kconfig"
142
137choice 143choice
138 prompt "Subarchitecture Type" 144 prompt "Subarchitecture Type"
139 default X86_PC 145 default X86_PC