提交 ea17c7c6 编写于 作者: P Paul Bolle 提交者: Greg Kroah-Hartman

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: NPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 275200b3
...@@ -584,7 +584,6 @@ config FHCI_DEBUG ...@@ -584,7 +584,6 @@ config FHCI_DEBUG
config USB_U132_HCD config USB_U132_HCD
tristate "Elan U132 Adapter Host Controller" tristate "Elan U132 Adapter Host Controller"
depends on USB_FTDI_ELAN depends on USB_FTDI_ELAN
default M
help help
The U132 adapter is a USB to CardBus adapter specifically designed The U132 adapter is a USB to CardBus adapter specifically designed
for PC cards that contain an OHCI host controller. Typical PC cards for PC cards that contain an OHCI host controller. Typical PC cards
......
...@@ -128,7 +128,6 @@ config USB_IDMOUSE ...@@ -128,7 +128,6 @@ config USB_IDMOUSE
config USB_FTDI_ELAN config USB_FTDI_ELAN
tristate "Elan PCMCIA CardBus Adapter USB Client" tristate "Elan PCMCIA CardBus Adapter USB Client"
default M
help help
ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters. ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters.
Currently only the U132 adapter is available. Currently only the U132 adapter is available.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册