From e64f122023518a83f3ac2bceef9f8abb3de39653 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 12 Jun 2014 11:34:44 +0000 Subject: Disable crashlog for UML SVN-Revision: 41153 --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a4a45b4..06788d6 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -10,7 +10,7 @@ config KERNEL_PRINTK config KERNEL_CRASHLOG bool "Crash logging" - depends on !(arm || powerpc || sparc) + depends on !(arm || powerpc || sparc || TARGET_uml) default y config KERNEL_SWAP -- cgit v1.1