diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-11 13:38:47 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:56:10 +0900 |
commit | abeed884c589d329d45672da0e8a6e6ff0b87c5b (patch) | |
tree | aff1258750b9e371c16cae446f34d8e1f5616400 /drivers/usb | |
parent | 04946d3845bb0e7e7a222475e0264ef0c104d45a (diff) | |
download | linux-3.10-abeed884c589d329d45672da0e8a6e6ff0b87c5b.tar.gz linux-3.10-abeed884c589d329d45672da0e8a6e6ff0b87c5b.tar.bz2 linux-3.10-abeed884c589d329d45672da0e8a6e6ff0b87c5b.zip |
upstream: Kconfig: Remove useless "default N" lines
A number of Kconfig entries default to (uppercase) "N". It was clearly
intended to use "default n". But since (lowercase) "n" is the default
anyway, these lines might as well be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Conflicts:
drivers/misc/mic/Kconfig
drivers/staging/rtl8188eu/Kconfig
drivers/usb/host/Kconfig
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/Kconfig | 1 | ||||
-rw-r--r-- | drivers/usb/host/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index fed7f68d025..cb8e99156f5 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig @@ -10,7 +10,6 @@ config USB_DEBUG config USB_ANNOUNCE_NEW_DEVICES bool "USB announce new devices" - default N help Say Y here if you want the USB core to always announce the idVendor, idProduct, Manufacturer, Product, and SerialNumber diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 344d5e2f87d..f87c609a51a 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -336,7 +336,6 @@ config USB_ISP1760_HCD config USB_ISP1362_HCD tristate "ISP1362 HCD support" - default N ---help--- Supports the Philips ISP1362 chip as a host controller |