Explorar o código

Disable crashlog for UML

SVN-Revision: 41153
Steven Barth %!s(int64=11) %!d(string=hai) anos
pai
achega
e64f122023
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/Config-kernel.in

+ 1 - 1
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