diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 55bced17dc95..b3a1a5d77d92 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -41,6 +41,7 @@ config X86 | |||
41 | select ARCH_USE_CMPXCHG_LOCKREF if X86_64 | 41 | select ARCH_USE_CMPXCHG_LOCKREF if X86_64 |
42 | select ARCH_USE_QUEUED_RWLOCKS | 42 | select ARCH_USE_QUEUED_RWLOCKS |
43 | select ARCH_USE_QUEUED_SPINLOCKS | 43 | select ARCH_USE_QUEUED_SPINLOCKS |
44 | select ARCH_WANTS_DYNAMIC_TASK_STRUCT | ||
44 | select ARCH_WANT_FRAME_POINTERS | 45 | select ARCH_WANT_FRAME_POINTERS |
45 | select ARCH_WANT_IPC_PARSE_VERSION if X86_32 | 46 | select ARCH_WANT_IPC_PARSE_VERSION if X86_32 |
46 | select ARCH_WANT_OPTIONAL_GPIOLIB | 47 | select ARCH_WANT_OPTIONAL_GPIOLIB |
@@ -254,6 +255,11 @@ config ARCH_SUPPORTS_OPTIMIZED_INLINING | |||
254 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | 255 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
255 | def_bool y | 256 | def_bool y |
256 | 257 | ||
258 | config KASAN_SHADOW_OFFSET | ||
259 | hex | ||
260 | depends on KASAN | ||
261 | default 0xdffffc0000000000 | ||
262 | |||
257 | config HAVE_INTEL_TXT | 263 | config HAVE_INTEL_TXT |
258 | def_bool y | 264 | def_bool y |
259 | depends on INTEL_IOMMU && ACPI | 265 | depends on INTEL_IOMMU && ACPI |
@@ -2015,7 +2021,7 @@ config CMDLINE_BOOL | |||
2015 | 2021 | ||
2016 | To compile command line arguments into the kernel, | 2022 | To compile command line arguments into the kernel, |
2017 | set this option to 'Y', then fill in the | 2023 | set this option to 'Y', then fill in the |
2018 | the boot arguments in CONFIG_CMDLINE. | 2024 | boot arguments in CONFIG_CMDLINE. |
2019 | 2025 | ||
2020 | Systems with fully functional boot loaders (i.e. non-embedded) | 2026 | Systems with fully functional boot loaders (i.e. non-embedded) |
2021 | should leave this option set to 'N'. | 2027 | should leave this option set to 'N'. |