tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMP
The ENABLE_DEV_COREDUMP option is misleading as it implies that it gets the framework enabled, this isn't true it just allows it to get enabled if a driver needs it. Rename it to ALLOW_DEV_COREDUMP to better capture its semantics. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Acked-by: Aristeu Rozanski <aris@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9c6026994c
commit
cd3d9ea142
1 changed files with 3 additions and 3 deletions
|
@ -171,8 +171,8 @@ config WANT_DEV_COREDUMP
|
||||||
Drivers should "select" this option if they desire to use the
|
Drivers should "select" this option if they desire to use the
|
||||||
device coredump mechanism.
|
device coredump mechanism.
|
||||||
|
|
||||||
config ENABLE_DEV_COREDUMP
|
config ALLOW_DEV_COREDUMP
|
||||||
bool "Enable device coredump" if EXPERT
|
bool "Allow device coredump" if EXPERT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option controls if the device coredump mechanism is available or
|
This option controls if the device coredump mechanism is available or
|
||||||
|
@ -187,7 +187,7 @@ config ENABLE_DEV_COREDUMP
|
||||||
config DEV_COREDUMP
|
config DEV_COREDUMP
|
||||||
bool
|
bool
|
||||||
default y if WANT_DEV_COREDUMP
|
default y if WANT_DEV_COREDUMP
|
||||||
depends on ENABLE_DEV_COREDUMP
|
depends on ALLOW_DEV_COREDUMP
|
||||||
|
|
||||||
config DEBUG_DRIVER
|
config DEBUG_DRIVER
|
||||||
bool "Driver Core verbose debug messages"
|
bool "Driver Core verbose debug messages"
|
||||||
|
|
Loading…
Add table
Reference in a new issue