aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/Kconfig
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-05-13 12:07:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-14 11:49:50 -0400
commit1b0159bab9f1948856915a6cb1f509fe5d8679df (patch)
treecb7331dda770ff9e6a972b646f4d2e45e35a55c1 /drivers/usb/core/Kconfig
parent0686a1fab07ecd1ec42e7bc6b0dd2f567378da30 (diff)
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 <gregkh@linuxfoundation.org> Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/Kconfig')
-rw-r--r--drivers/usb/core/Kconfig1
1 files changed, 0 insertions, 1 deletions
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
73 bool "Rely on OTG Targeted Peripherals List" 73 bool "Rely on OTG Targeted Peripherals List"
74 depends on USB_OTG || EXPERT 74 depends on USB_OTG || EXPERT
75 default y if USB_OTG 75 default y if USB_OTG
76 default n if EXPERT
77 help 76 help
78 If you say Y here, the "otg_whitelist.h" file will be used as a 77 If you say Y here, the "otg_whitelist.h" file will be used as a
79 product whitelist, so USB peripherals not listed there will be 78 product whitelist, so USB peripherals not listed there will be