Revision 9c6026994c2a18473c9ef9ed77e8cf8e344f4357 authored by Aristeu Rozanski on 16 October 2014, 15:49:49 UTC, committed by Greg Kroah-Hartman on 07 November 2014, 19:07:35 UTC
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 <josh@joshtriplett.org>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e4a60d1
History
File Mode Size
Kconfig -rw-r--r-- 667 bytes
Makefile -rw-r--r-- 209 bytes
aica.c -rw-r--r-- 18.4 KB
aica.h -rw-r--r-- 2.3 KB
sh_dac_audio.c -rw-r--r-- 10.6 KB

back to top