aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index c29d1600e90b..df04227d00cf 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -171,8 +171,8 @@ config WANT_DEV_COREDUMP
171 Drivers should "select" this option if they desire to use the 171 Drivers should "select" this option if they desire to use the
172 device coredump mechanism. 172 device coredump mechanism.
173 173
174config ENABLE_DEV_COREDUMP 174config ALLOW_DEV_COREDUMP
175 bool "Enable device coredump" if EXPERT 175 bool "Allow device coredump" if EXPERT
176 default y 176 default y
177 help 177 help
178 This option controls if the device coredump mechanism is available or 178 This option controls if the device coredump mechanism is available or
@@ -187,7 +187,7 @@ config ENABLE_DEV_COREDUMP
187config DEV_COREDUMP 187config DEV_COREDUMP
188 bool 188 bool
189 default y if WANT_DEV_COREDUMP 189 default y if WANT_DEV_COREDUMP
190 depends on ENABLE_DEV_COREDUMP 190 depends on ALLOW_DEV_COREDUMP
191 191
192config DEBUG_DRIVER 192config DEBUG_DRIVER
193 bool "Driver Core verbose debug messages" 193 bool "Driver Core verbose debug messages"