Changeset 960ff451 in mainline


Ignore:
Timestamp:
2011-02-06T21:58:56Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0397e5a4, 5d4193c, cd50486, f82cc1a8
Parents:
e29e09cf
Message:

Launch of virtual USB HC configurable

It is possible to specify whether to launch virtual USB host controller
in the main config menu of HelenOS (make config).

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    re29e09cf r960ff451  
    549549! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y)
    550550
     551% Start virtual USB host controller
     552! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
     553
  • uspace/drv/rootvirt/devices.def

    re29e09cf r960ff451  
    2222},
    2323#endif
     24#ifdef CONFIG_RUN_VIRTUAL_USB_HC
    2425/* Virtual USB host controller. */
    25 /*
    2626{
    2727        .name = "usbhc",
    2828        .match_id = "usb&hc=vhc"
    2929},
    30 */
     30#endif
Note: See TracChangeset for help on using the changeset viewer.