Changeset 69146b93 in mainline for HelenOS.config
- Timestamp:
- 2012-11-26T19:02:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04552324
- Parents:
- 5d230a30 (diff), 7462674 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r5d230a30 r69146b93 65 65 @ "testarm" GXEmul Testarm 66 66 @ "integratorcp" Integratorcp 67 @ "beagleboardxm" BeogleBoard-xM 67 68 ! [PLATFORM=arm32] MACHINE (choice) 68 69 … … 86 87 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 87 88 89 % CPU type 90 @ "armv4" ARMv4 91 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=testarm)] PROCESSOR (choice) 92 93 % CPU type 94 @ "armv5" ARMv5 95 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice) 96 97 % CPU type 98 @ "armv7_a" ARMv7-A 99 ! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice) 100 101 88 102 % RAM disk format 89 103 @ "tmpfs" TMPFS image … … 411 425 % Output device class 412 426 @ "generic" Monitor or serial line 413 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp )] CONFIG_HID_OUT (choice)427 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm)] CONFIG_HID_OUT (choice) 414 428 415 429 % Output device class … … 471 485 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 472 486 487 % Support for TI AMDM37X on-chip UART 488 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n) 489 473 490 % Support for i8042 controller 474 491 ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y) … … 490 507 491 508 % Serial line input module 492 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM= ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)509 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_AMDM37X_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y) 493 510 494 511 % EGA support … … 526 543 @ "1920x1080" 527 544 @ "1920x1200" 528 ! [(PLATFORM=ia32|PLATFORM=amd64 )&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)545 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice) 529 546 530 547 % Default framebuffer depth … … 532 549 @ "16" 533 550 @ "24" 534 ! [(PLATFORM=ia32|PLATFORM=amd64 )&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)551 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice) 535 552 536 553 % Start AP processors by the loader … … 600 617 @ "efi" GRUB for UEFI 601 618 ! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice) 619 620 % uImage OS type 621 @ "2" NetBSD stage 2 boot loader 622 ! [PLATFORM=arm32&MACHINE=beagleboardxm] UIMAGE_OS (choice) 623 624 % uImage OS type 625 @ "5" Linux kernel 626 ! [PLATFORM=arm32&MACHINE!=beagleboardxm] UIMAGE_OS (choice)
Note:
See TracChangeset
for help on using the changeset viewer.