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>
This commit is contained in:
parent
0686a1fab0
commit
1b0159bab9
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ config USB_OTG_WHITELIST
|
||||||
bool "Rely on OTG Targeted Peripherals List"
|
bool "Rely on OTG Targeted Peripherals List"
|
||||||
depends on USB_OTG || EXPERT
|
depends on USB_OTG || EXPERT
|
||||||
default y if USB_OTG
|
default y if USB_OTG
|
||||||
default n if EXPERT
|
|
||||||
help
|
help
|
||||||
If you say Y here, the "otg_whitelist.h" file will be used as a
|
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
|
product whitelist, so USB peripherals not listed there will be
|
||||||
|
|
Loading…
Reference in a new issue