Changeset 8d6c1f1 in mainline for HelenOS.config


Ignore:
Timestamp:
2011-06-07T21:31:35Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75608143
Parents:
ff4f073 (diff), eb522e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge USB support.

Changes from bzr://helenos-usb.bzr.sourceforge.net/bzrroot/helenos-usb/mainline:

  • replaced '-' with '_' in new driver names
  • USB libs are built for each architecture
  • devman starts early
  • sys_thread_udelay() uses generic delay()
  • sys_as_create_area() now creates cacheable areas by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rff4f073 r8d6c1f1  
    537537! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
    538538
    539 % Run devman on startup
    540 ! CONFIG_START_DEVMAN (y/n)
    541 
    542539% Launch (devman) test drivers
    543540! [CONFIG_START_DEVMAN=y&CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (y/n)
     
    563560% Line debugging information
    564561! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
     562
     563# USB settings
     564
     565% USB release build (less logging)
     566! CONFIG_USB_RELEASE_BUILD (y/n)
     567
     568% Start virtual USB host controller
     569! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
     570
     571% Polling UHCI & OHCI (no interrupts)
     572! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_USBHC_NO_INTERRUPTS (n/y)
     573
Note: See TracChangeset for help on using the changeset viewer.