[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1324341747-5922-7-git-send-email-felipe.contreras@gmail.com>
Date: Tue, 20 Dec 2011 02:42:23 +0200
From: Felipe Contreras <felipe.contreras@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>, Felipe Balbi <balbi@...com>,
Vladimir Zapolskiy <vz@...ia.com>,
Felipe Contreras <felipe.contreras@...il.com>,
Greg Kroah-Hartman <gregkh@...e.de> (supporter:USB SUBSYSTEM),
Jiri Kosina <trivial@...nel.org> (maintainer:TRIVIAL PATCHES),
David Woodhouse <david.woodhouse@...el.com> (commit_signer:1/2=50%),
Andrew Morton <akpm@...ux-foundation.org> (commit_signer:1/2=50%),
Ingo Molnar <mingo@...e.hu> (commit_signer:1/2=50%),
David Rientjes <rientjes@...gle.com> (commit_signer:1/2=50%),
linux-usb@...r.kernel.org (open list:USB SUBSYSTEM)
Subject: [PATCH 06/10] usb: core: trivial Kconfig cleanups
The default is 'n', so specifying it is a no-op.
Signed-off-by: Felipe Contreras <felipe.contreras@...il.com>
---
drivers/usb/core/Kconfig | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index 18d02e3..1b1d371 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -12,7 +12,6 @@ config USB_DEBUG
config USB_ANNOUNCE_NEW_DEVICES
bool "USB announce new devices"
depends on USB
- default N
help
Say Y here if you want the USB core to always announce the
idVendor, idProduct, Manufacturer, Product, and SerialNumber
@@ -110,7 +109,6 @@ config USB_OTG
bool "OTG support"
depends on USB && EXPERIMENTAL
depends on USB_SUSPEND
- default n
help
The most notable feature of USB OTG is support for a
"Dual-Role" device, which can act as either a device
@@ -125,7 +123,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
@@ -147,4 +144,3 @@ config USB_OTG_BLACKLIST_HUB
external hubs. OTG hosts are allowed to reduce hardware
and software costs by not supporting external hubs. So
are "Embedded Hosts" that don't offer OTG support.
-
--
1.7.8.rc1.14.g248db
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists