Changeset b9bbaad in mainline


Ignore:
Timestamp:
2012-02-24T16:29:06Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a208110
Parents:
65e6fe3
Message:

config: Allow setting ohci rh power mode for ppc32.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r65e6fe3 rb9bbaad  
    588588@ "ganged" Root hub ports are all powered or all off.
    589589@ "per_port" Powered status of every root hub port is independent.
    590 ! [PLATFORM=ia32|PLATFORM=amd64] OHCI_POWER_SWITCH (choice)
     590! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32] OHCI_POWER_SWITCH (choice)
    591591
    592592% GRUB boot loader architecture
  • defaults/ppc32/Makefile.config

    r65e6fe3 rb9bbaad  
    4444CONFIG_MOUNT_DATA = n
    4545
     46# OHCI root hub power switch, ganged is enough
     47OHCI_POWER_SWITCH = ganged
     48
Note: See TracChangeset for help on using the changeset viewer.