Changeset 6ac14a70 in mainline for HelenOS.config


Ignore:
Timestamp:
2009-07-28T12:47:31Z (15 years ago)
Author:
Vineeth Pillai <vineethrp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e73815
Parents:
7038f55
Message:

ARM port for development board integratorcp(ARM926EJ core module).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r7038f55 r6ac14a70  
    5656! [PLATFORM=sparc64] MACHINE (choice)
    5757
     58% Machine type
     59@ "testarm" Gxemul Testarm
     60@ "integratorcp"        Integratorcp
     61! [PLATFORM=arm32] MACHINE (choice)
     62
    5863% CPU type
    5964@ "pentium4" Pentium 4
     
    326331% Input device class
    327332@ "generic" Keyboard or serial line
     333! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_IN (choice)
     334
     335% Input device class
     336@ "generic" Keyboard or serial line
    328337@ "none" No input device
    329 ! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
     338! [PLATFORM=ia32|(PLATFORM=arm32&MACHINE=testarm)|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
    330339
    331340% Input device class
     
    338347% Output device class
    339348@ "generic" Monitor or serial line
     349! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_OUT (choice)
     350
     351% Output device class
     352@ "generic" Monitor or serial line
    340353@ "none" No output device
    341354! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)] CONFIG_HID_OUT (choice)
     
    353366@ "serial" Serial line
    354367@ "none" No output device
    355 ! [PLATFORM=arm32] CONFIG_HID_OUT (choice)
     368! [PLATFORM=arm32&MACHINE=testarm] CONFIG_HID_OUT (choice)
    356369
    357370% PC keyboard support
     
    368381
    369382% Support for GXemul keyboard
    370 ! [CONFIG_HID_IN=generic&PLATFORM=arm32] CONFIG_ARM_KBD (y/n)
     383! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_KBD (y/n)
    371384
    372385% Support for GXemul printer
    373 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32] CONFIG_ARM_PRN (y/n)
     386! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_PRN (y/n)
    374387
    375388% Support for VIA CUDA controller
     
    393406% i8042 controller support
    394407! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
     408
     409% pl050 controller support
     410! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PL050 (y)
    395411
    396412% Sun keyboard support
Note: See TracChangeset for help on using the changeset viewer.