···11-From de6299c1627d80ea6742a0bef15bdb6981e5cfd7 Mon Sep 17 00:00:00 2001
22-From: Nikolay Amiantov <ab@fmap.me>
33-Date: Fri, 25 Dec 2015 17:11:40 +0300
44-Subject: [PATCH 1/2] drivers_base: fix double Kconfig entry
55-66----
77- drivers/base/Kconfig | 24 ------------------------
88- 1 file changed, 24 deletions(-)
99-1010-diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
1111-index 946ced4..fc3405e1 100644
1212---- a/drivers/base/Kconfig
1313-+++ b/drivers/base/Kconfig
1414-@@ -163,30 +163,6 @@ config FW_LOADER_USER_HELPER
1515- no longer required unless you have a special firmware file that
1616- resides in a non-standard path.
1717-1818--config WANT_DEV_COREDUMP
1919-- bool
2020-- help
2121-- Drivers should "select" this option if they desire to use the
2222-- device coredump mechanism.
2323--
2424--config ALLOW_DEV_COREDUMP
2525-- bool "Allow device coredump" if EXPERT
2626-- default y
2727-- help
2828-- This option controls if the device coredump mechanism is available or
2929-- not; if disabled, the mechanism will be omitted even if drivers that
3030-- can use it are enabled.
3131-- Say 'N' for more sensitive systems or systems that don't want
3232-- to ever access the information to not have the code, nor keep any
3333-- data.
3434--
3535-- If unsure, say Y.
3636--
3737--config DEV_COREDUMP
3838-- bool
3939-- default y if WANT_DEV_COREDUMP
4040-- depends on ALLOW_DEV_COREDUMP
4141--
4242- config DEBUG_DRIVER
4343- bool "Driver Core verbose debug messages"
4444- depends on DEBUG_KERNEL
4545---
4646-2.6.3
4747-