Skip to content
Snippets Groups Projects
Commit 74991891 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

x86: disable crashlog


It could cause crashes with some forms of virtualization, and it is
unlikely to work properly with most systems.
It's safer to just disable it.

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent e38fd1ec
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ config KERNEL_PRINTK
config KERNEL_CRASHLOG
bool "Crash logging"
depends on !(arm || powerpc || sparc || TARGET_uml)
depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64)
default y
config KERNEL_SWAP
......
......@@ -79,6 +79,7 @@ CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
# CONFIG_CRASHLOG is not set
CONFIG_CRC16=y
CONFIG_CRYPTO_AES_586=y
CONFIG_CRYPTO_CRC32C=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment