Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Greg Kroah-Hartman
ea17c7c6 275200b3

-2
-1
drivers/usb/host/Kconfig
··· 584 584 config USB_U132_HCD 585 585 tristate "Elan U132 Adapter Host Controller" 586 586 depends on USB_FTDI_ELAN 587 - default M 588 587 help 589 588 The U132 adapter is a USB to CardBus adapter specifically designed 590 589 for PC cards that contain an OHCI host controller. Typical PC cards
-1
drivers/usb/misc/Kconfig
··· 128 128 129 129 config USB_FTDI_ELAN 130 130 tristate "Elan PCMCIA CardBus Adapter USB Client" 131 - default M 132 131 help 133 132 ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters. 134 133 Currently only the U132 adapter is available.