Add comments on what it the USB modules are. Add the usb module.

The USB module contains the OHCI and UHCI controllers as well.
Sticking them into separate modules might be possible after I have
untangled the mess.
This commit is contained in:
Nick Hibma 1999-11-22 04:08:37 +00:00
parent 8103624a82
commit 384781000e

View File

@ -161,11 +161,14 @@ xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
### USB modules ############################################
##############################################################
ugen_load="NO"
uhid_load="NO"
ukbd_load="NO"
ulpt_load="NO"
ums_load="NO"
usb_load="NO" # USB subsystem
ugen_load="NO" # USB generic device, if all else fails ...
uhid_load="NO" # Human Interface Devices
ukbd_load="NO" # Keyboard
ulpt_load="NO" # Printer
ums_load="NO" # Mouse
umass_load="NO" # Mass Storage Devices
##############################################################
### Other modules ##########################################