diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 14:48:25 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-13 15:15:09 +0100 |
commit | 749918911d35613f8bf7852d2a91f78ff625739e (patch) | |
tree | 3f01c8172fa0c35209d275ee350608b3c139a99c /config/Config-kernel.in | |
parent | e38fd1eced6d2035f9f8d65eacbb69fd7d008158 (diff) | |
download | upstream-749918911d35613f8bf7852d2a91f78ff625739e.tar.gz upstream-749918911d35613f8bf7852d2a91f78ff625739e.tar.bz2 upstream-749918911d35613f8bf7852d2a91f78ff625739e.zip |
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: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 3f30013845..a4c46f55ae 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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 |