* [PATCH] USB: ELAN: Remove useless "default M" lines
@ 2014-02-11 12:23 Paul Bolle
0 siblings, 0 replies; only message in thread
From: Paul Bolle @ 2014-02-11 12:23 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Martin Walch, Richard Weinberger, linux-usb, linux-kernel
The Kconfig entries for USB_U132_HCD and USB_FTDI_ELAN default to
(uppercase) "M". But in Kconfig (lowercase) "m" is a magic symbol. "M"
is an ordinary symbol. As "M" is never set these Kconfig symbols will
also not be set by default.
Since I'm not aware of a reason why these driver should be set by
default, let's just drop these lines (that basically do nothing).
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
This patch deserves a
Reported-by: Martin Walch <walch.martin@web.de>
line, but that apparently requires Martin's permission.
drivers/usb/host/Kconfig | 1 -
drivers/usb/misc/Kconfig | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index a9707da..e22b826 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -584,7 +584,6 @@ config FHCI_DEBUG
config USB_U132_HCD
tristate "Elan U132 Adapter Host Controller"
depends on USB_FTDI_ELAN
- default M
help
The U132 adapter is a USB to CardBus adapter specifically designed
for PC cards that contain an OHCI host controller. Typical PC cards
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index ba5f70f..1bca274 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -128,7 +128,6 @@ config USB_IDMOUSE
config USB_FTDI_ELAN
tristate "Elan PCMCIA CardBus Adapter USB Client"
- default M
help
ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters.
Currently only the U132 adapter is available.
--
1.8.5.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-11 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 12:23 [PATCH] USB: ELAN: Remove useless "default M" lines Paul Bolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox