Changeset ca2815e in mainline


Ignore:
Timestamp:
2011-07-13T11:13:48Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d36062
Parents:
eb212e7
Message:

config: Add OHCI roothub power switching defaults. Remove unused polling option.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    reb212e7 rca2815e  
    573573! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
    574574
    575 % Polling UHCI (no interrupts)
    576 ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_USBHC_NO_INTERRUPTS (n/y)
    577 
    578575% OHCI root hub port power switching
    579 @ "no"
    580 @ "ganged"
    581 @ "per_port"
    582 ! OHCI_POWER_SWITCH (choice)
     576@ "no" All root hub ports are always powered.
     577@ "ganged" Root hub ports are all powered or all off.
     578@ "per_port" Powered status of every root hub port is independent.
     579![PLATFORM=ia32|PLATFORM=amd64] OHCI_POWER_SWITCH (choice)
  • defaults/amd64/Makefile.config

    reb212e7 rca2815e  
    6565CONFIG_MOUNT_DATA = n
    6666
     67# OHCI root hub power switch, ganged is enough
     68OHCI_POWER_SWITCH = ganged
  • defaults/ia32/Makefile.config

    reb212e7 rca2815e  
    7171CONFIG_MOUNT_DATA = n
    7272
     73# OHCI root hub power switch, ganged is enough
     74OHCI_POWER_SWITCH = ganged
Note: See TracChangeset for help on using the changeset viewer.