Changeset 4d2dba7 in mainline for HelenOS.config


Ignore:
Timestamp:
2013-10-15T17:05:26Z (11 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f988a13
Parents:
a73ebf0
Message:

Implementation of IRQMP interrupt controller and UART drivers, part 2.
Modified kernel config files to reflect presence of new drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    ra73ebf0 r4d2dba7  
    6464% Machine type
    6565@ "leon3" Gaisler Aeroflex LEON3
    66 ! [PLATFORM=sarc32] MACHINE (choice)
     66! [PLATFORM=sparc32] MACHINE (choice)
    6767
    6868% Machine type
     
    504504% Support for OMAP on-chip UART
    505505! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] CONFIG_OMAP_UART (y/n)
     506
     507% Support for GRLIB UART
     508! [PLATFORM=sparc32&MACHINE=leon3] CONFIG_GRLIB_UART (y)
     509
     510% Support for GRLIB IRQMP
     511! [PLATFORM=sparc32&MACHINE=leon3] CONFIG_GRLIB_IRQMP (y)
    506512
    507513% Support for i8042 controller
     
    639645@ "5" Linux kernel
    640646! [PLATFORM=arm32&MACHINE!=beagleboardxm&MACHINE!=beaglebone] UIMAGE_OS (choice)
     647
     648% uImage OS type
     649@ "5" Linux kernel
     650! [PLATFORM=sparc32] UIMAGE_OS (choice)
Note: See TracChangeset for help on using the changeset viewer.