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:
parent
d8abfe2e0a
commit
3966edc4dc
@ -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 ##########################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user