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

[PATCH] USB: Remove modules.txt drivers_usb_host_Kconfig

parent 86077e3f
...@@ -26,10 +26,8 @@ config USB_EHCI_HCD ...@@ -26,10 +26,8 @@ config USB_EHCI_HCD
You may want to read <file:Documentation/usb/ehci.txt>. You may want to read <file:Documentation/usb/ehci.txt>.
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 ehci-hcd.
The module will be called ehci-hcd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_OHCI_HCD config USB_OHCI_HCD
tristate "OHCI HCD support" tristate "OHCI HCD support"
...@@ -44,10 +42,8 @@ config USB_OHCI_HCD ...@@ -44,10 +42,8 @@ config USB_OHCI_HCD
based system where you're not sure, the "lspci -v" entry will list the based system where you're not sure, the "lspci -v" entry will list the
right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
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 ohci-hcd.
The module will be called ohci-hcd. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_UHCI_HCD config USB_UHCI_HCD
tristate "UHCI HCD (most Intel and VIA) support" tristate "UHCI HCD (most Intel and VIA) support"
...@@ -62,10 +58,8 @@ config USB_UHCI_HCD ...@@ -62,10 +58,8 @@ config USB_UHCI_HCD
(like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
133). If unsure, say Y. 133). If unsure, say Y.
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 uhci-hcd.
The module will be called uhci-hcd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config USB_SL811HS config USB_SL811HS
tristate "SL811HS support" tristate "SL811HS support"
...@@ -75,8 +69,6 @@ config USB_SL811HS ...@@ -75,8 +69,6 @@ config USB_SL811HS
If you do not know what this is, please say N. If you do not know what this is, please say N.
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 hc_sl811.
The module will be called hc_sl811. 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