summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-07-03 21:03:26 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2002-07-03 21:03:26 -0700
commitd1aeca140f06a06211765224fddb140f6b241dda (patch)
treef76c83cc7b0d4d59d6253d36a79cc83c55ec691f /drivers/usb/host
parent55485613d98154b1f040a137eae39df4dc4b85fa (diff)
USB: picked a uhci driver to go forward with.
Removed usb-uhci-hcd.o from the list of UHCI drivers. This allowed the logic to be cleaned up. Removed CONFIG_EXPERIMENTAL dependancy, as it's no longer needed.
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/Config.in20
1 files changed, 3 insertions, 17 deletions
diff --git a/drivers/usb/host/Config.in b/drivers/usb/host/Config.in
index 806495da5726..dbfb819f8d33 100644
--- a/drivers/usb/host/Config.in
+++ b/drivers/usb/host/Config.in
@@ -2,23 +2,9 @@
# USB Host Controller Drivers
#
comment 'USB Host Controller Drivers'
-dep_tristate ' EHCI HCD (USB 2.0) support (EXPERIMENTAL)' CONFIG_USB_EHCI_HCD $CONFIG_USB $CONFIG_EXPERIMENTAL
-dep_tristate ' OHCI HCD support (EXPERIMENTAL)' CONFIG_USB_OHCI_HCD $CONFIG_USB $CONFIG_EXPERIMENTAL
-if [ "$CONFIG_USB_UHCI_HCD_ALT" != "y" ]; then
- dep_tristate ' UHCI HCD (most Intel and VIA) support (EXPERIMENTAL)' CONFIG_USB_UHCI_HCD $CONFIG_USB $CONFIG_EXPERIMENTAL
-fi
-if [ "$CONFIG_USB_UHCI_HCD" != "y" ]; then
- dep_tristate ' UHCI HCD Alternate (most Intel and VIA) support (EXPERIMENTAL)' CONFIG_USB_UHCI_HCD_ALT $CONFIG_USB $CONFIG_EXPERIMENTAL
-fi
-#if [ "$CONFIG_USB_UHCI_ALT" != "y" ]; then
-# dep_tristate ' UHCI (Intel PIIX4, VIA, ...) support' CONFIG_USB_UHCI $CONFIG_USB
-#fi
-#if [ "$CONFIG_USB_UHCI" != "y" ]; then
-# dep_tristate ' UHCI Alternate Driver (JE) support' CONFIG_USB_UHCI_ALT $CONFIG_USB
-#else
-# define_bool CONFIG_USB_UHCI_ALT n
-#fi
-#dep_tristate ' OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support' CONFIG_USB_OHCI $CONFIG_USB
+dep_tristate ' EHCI HCD (USB 2.0) support' CONFIG_USB_EHCI_HCD $CONFIG_USB
+dep_tristate ' OHCI HCD support' CONFIG_USB_OHCI_HCD $CONFIG_USB
+dep_tristate ' UHCI HCD (most Intel and VIA) support' CONFIG_USB_UHCI_HCD_ALT $CONFIG_USB
if [ "$CONFIG_ARM" = "y" ]; then
dep_tristate ' SA1111 OHCI-compatible host interface support' CONFIG_USB_OHCI_SA1111 $CONFIG_USB
dep_tristate ' SL811HS support' CONFIG_USB_SL811HS $CONFIG_USB