Commit b507e1a6 authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Greg Kroah-Hartman

[PATCH] USB: Remove modules.txt drivers_usb_class_Kconfig

parent 044a2869
...@@ -11,10 +11,8 @@ config USB_AUDIO ...@@ -11,10 +11,8 @@ config USB_AUDIO
Say Y here if you want to connect USB audio equipment such as Say Y here if you want to connect USB audio equipment such as
speakers to your computer's USB port. speakers to your computer's USB port.
This code is also available as a module ( = code which can be To compile this driver as a module, choose M here: the
inserted in and removed from the running kernel whenever you want). module will be called audio.
The module will be called audio. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem" comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem"
depends on USB && BT depends on USB && BT
...@@ -36,10 +34,8 @@ config USB_BLUETOOTH_TTY ...@@ -36,10 +34,8 @@ config USB_BLUETOOTH_TTY
If in doubt, say N here. If in doubt, say N here.
This code is also available as a module ( = code which can be To compile this driver as a module, choose M here: the
inserted in and removed from the running kernel whenever you want). module will be called bluetty.
The module will be called bluetty. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config USB_MIDI config USB_MIDI
tristate "USB MIDI support" tristate "USB MIDI support"
...@@ -59,10 +55,8 @@ config USB_MIDI ...@@ -59,10 +55,8 @@ config USB_MIDI
* Roland UA-100 * Roland UA-100
* Yamaha MU1000 * Yamaha MU1000
This code is also available as a module ( = code which can be To compile this driver as a module, choose M here: the
inserted in and removed from the running kernel whenever you want). module will be called usb-midi.
The module will be called usb-midi. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_ACM config USB_ACM
tristate "USB Modem (CDC ACM) support" tristate "USB Modem (CDC ACM) support"
...@@ -76,10 +70,8 @@ config USB_ACM ...@@ -76,10 +70,8 @@ config USB_ACM
/proc/bus/usb/devices, then your modem will not work with this /proc/bus/usb/devices, then your modem will not work with this
driver. driver.
This code is also available as a module ( = code which can be To compile this driver as a module, choose M here: the
inserted in and removed from the running kernel whenever you want). module will be called acm.
The module will be called acm. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_PRINTER config USB_PRINTER
tristate "USB Printer support" tristate "USB Printer support"
...@@ -88,8 +80,6 @@ config USB_PRINTER ...@@ -88,8 +80,6 @@ config USB_PRINTER
Say Y here if you want to connect a USB printer to your computer's Say Y here if you want to connect a USB printer to your computer's
USB port. USB port.
This code is also available as a module ( = code which can be To compile this driver as a module, choose M here: the
inserted in and removed from the running kernel whenever you want). module will be called usblp.
The module will be called usblp. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment