diff options
-rw-r--r-- | drivers/base/Kconfig | 6 |
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 | ||
174 | config ENABLE_DEV_COREDUMP | 174 | config 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 | |||
187 | config DEV_COREDUMP | 187 | config 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 | ||
192 | config DEBUG_DRIVER | 192 | config DEBUG_DRIVER |
193 | bool "Driver Core verbose debug messages" | 193 | bool "Driver Core verbose debug messages" |