diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5e2919c0ff92..469f3450bf81 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -40,6 +40,9 @@ config X86 | |||
40 | select HAVE_GENERIC_DMA_COHERENT if X86_32 | 40 | select HAVE_GENERIC_DMA_COHERENT if X86_32 |
41 | select HAVE_EFFICIENT_UNALIGNED_ACCESS | 41 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
42 | select USER_STACKTRACE_SUPPORT | 42 | select USER_STACKTRACE_SUPPORT |
43 | select HAVE_KERNEL_GZIP | ||
44 | select HAVE_KERNEL_BZIP2 | ||
45 | select HAVE_KERNEL_LZMA | ||
43 | 46 | ||
44 | config ARCH_DEFCONFIG | 47 | config ARCH_DEFCONFIG |
45 | string | 48 | string |
@@ -1822,7 +1825,7 @@ config DMAR | |||
1822 | remapping devices. | 1825 | remapping devices. |
1823 | 1826 | ||
1824 | config DMAR_DEFAULT_ON | 1827 | config DMAR_DEFAULT_ON |
1825 | def_bool n | 1828 | def_bool y |
1826 | prompt "Enable DMA Remapping Devices by default" | 1829 | prompt "Enable DMA Remapping Devices by default" |
1827 | depends on DMAR | 1830 | depends on DMAR |
1828 | help | 1831 | help |