diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 3 | ||||
-rw-r--r-- | arch/x86/Kconfig | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index a62965d057f6..550cce4dd648 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -313,4 +313,7 @@ config HAVE_IRQ_TIME_ACCOUNTING | |||
313 | Archs need to ensure they use a high enough resolution clock to | 313 | Archs need to ensure they use a high enough resolution clock to |
314 | support irq time accounting and then call enable_sched_clock_irqtime(). | 314 | support irq time accounting and then call enable_sched_clock_irqtime(). |
315 | 315 | ||
316 | config HAVE_ARCH_TRANSPARENT_HUGEPAGE | ||
317 | bool | ||
318 | |||
316 | source "kernel/gcov/Kconfig" | 319 | source "kernel/gcov/Kconfig" |
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6119d6c7002e..1ae94bcae5d9 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -88,6 +88,7 @@ config X86 | |||
88 | select IRQ_FORCED_THREADING | 88 | select IRQ_FORCED_THREADING |
89 | select USE_GENERIC_SMP_HELPERS if SMP | 89 | select USE_GENERIC_SMP_HELPERS if SMP |
90 | select HAVE_BPF_JIT if X86_64 | 90 | select HAVE_BPF_JIT if X86_64 |
91 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE | ||
91 | select CLKEVT_I8253 | 92 | select CLKEVT_I8253 |
92 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 93 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
93 | select GENERIC_IOMAP | 94 | select GENERIC_IOMAP |