Changeset ca2815e in mainline for HelenOS.config


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.

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.