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
oss
seq
Kconfig -rw-r--r-- 6.2 KB
Makefile -rw-r--r-- 1.2 KB
compress_offload.c -rw-r--r-- 25.7 KB
control.c -rw-r--r-- 44.8 KB
control_compat.c -rw-r--r-- 11.5 KB
ctljack.c -rw-r--r-- 1.5 KB
device.c -rw-r--r-- 5.6 KB
hrtimer.c -rw-r--r-- 4.0 KB
hwdep.c -rw-r--r-- 13.8 KB
hwdep_compat.c -rw-r--r-- 2.3 KB
info.c -rw-r--r-- 22.7 KB
info_oss.c -rw-r--r-- 3.8 KB
init.c -rw-r--r-- 24.8 KB
isadma.c -rw-r--r-- 3.0 KB
jack.c -rw-r--r-- 6.6 KB
memalloc.c -rw-r--r-- 7.5 KB
memory.c -rw-r--r-- 2.5 KB
misc.c -rw-r--r-- 3.9 KB
pcm.c -rw-r--r-- 34.2 KB
pcm_compat.c -rw-r--r-- 15.3 KB
pcm_dmaengine.c -rw-r--r-- 11.2 KB
pcm_lib.c -rw-r--r-- 70.2 KB
pcm_memory.c -rw-r--r-- 13.5 KB
pcm_misc.c -rw-r--r-- 14.5 KB
pcm_native.c -rw-r--r-- 98.1 KB
pcm_timer.c -rw-r--r-- 3.7 KB
rawmidi.c -rw-r--r-- 48.1 KB
rawmidi_compat.c -rw-r--r-- 3.5 KB
rtctimer.c -rw-r--r-- 4.1 KB
sgbuf.c -rw-r--r-- 4.2 KB
sound.c -rw-r--r-- 12.0 KB
sound_oss.c -rw-r--r-- 7.5 KB
timer.c -rw-r--r-- 50.7 KB
timer_compat.c -rw-r--r-- 3.5 KB
vmaster.c -rw-r--r-- 12.7 KB

back to top