From 1b0159bab9f1948856915a6cb1f509fe5d8679df Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 13 May 2012 18:07:08 +0200 Subject: [PATCH] usb: Kconfig: remove unneeded default value If no default value is specified, then 'n' is used so the default value used here is not needed. Furthermore, we should never change default values depending on EXPERT mode. EXPERT mode should only make options visible, not change them. Cc: Greg Kroah-Hartman Signed-off-by: David Herrmann Signed-off-by: Greg Kroah-Hartman --- drivers/usb/core/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index fe46fc09defc..9981984b365b 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig @@ -73,7 +73,6 @@ config USB_OTG_WHITELIST bool "Rely on OTG Targeted Peripherals List" depends on USB_OTG || EXPERT default y if USB_OTG - default n if EXPERT help If you say Y here, the "otg_whitelist.h" file will be used as a product whitelist, so USB peripherals not listed there will be