aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-02-11 07:23:07 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-11 16:47:13 -0500
commitea17c7c6ad3176fede61b07d5dc6a9abe665fa1a (patch)
treeee7012409e0d99f5ee240f74d6193438e4776545
parent275200b38d7f996c7a658e62ca38b0a788dfc489 (diff)
USB: ELAN: Remove useless "default M" lines
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/host/Kconfig1
-rw-r--r--drivers/usb/misc/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index a9707da7da0b..e22b82660831 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -584,7 +584,6 @@ config FHCI_DEBUG
584config USB_U132_HCD 584config USB_U132_HCD
585 tristate "Elan U132 Adapter Host Controller" 585 tristate "Elan U132 Adapter Host Controller"
586 depends on USB_FTDI_ELAN 586 depends on USB_FTDI_ELAN
587 default M
588 help 587 help
589 The U132 adapter is a USB to CardBus adapter specifically designed 588 The U132 adapter is a USB to CardBus adapter specifically designed
590 for PC cards that contain an OHCI host controller. Typical PC cards 589 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 ba5f70f92888..1bca274dc3b5 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -128,7 +128,6 @@ config USB_IDMOUSE
128 128
129config USB_FTDI_ELAN 129config USB_FTDI_ELAN
130 tristate "Elan PCMCIA CardBus Adapter USB Client" 130 tristate "Elan PCMCIA CardBus Adapter USB Client"
131 default M
132 help 131 help
133 ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters. 132 ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters.
134 Currently only the U132 adapter is available. 133 Currently only the U132 adapter is available.