From: Aristeu Rozanski Date: Thu, 16 Oct 2014 15:49:49 +0000 (-0400) Subject: tiny: reverse logic for DISABLE_DEV_COREDUMP X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~141^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6026994c2a18473c9ef9ed77e8cf8e344f4357;p=pandora-kernel.git tiny: reverse logic for DISABLE_DEV_COREDUMP It's desirable for allnconfig and tinyconfig targets to result in the least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to switch off DEV_COREDUMP regardless if any drivers select WANT_DEV_COREDUMP. This patch renames the option to ENABLE_DEV_COREDUMP and setting it to 'n' (as in allnconfig or tinyconfig) will effectively disable device coredump. Cc: Josh Triplett Reviewed-by: Josh Triplett Signed-off-by: Aristeu Rozanski Reviewed-by: Johannes Berg Acked-by: Johannes Berg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed