Changeset 0ab362c in mainline for HelenOS.config
- Timestamp:
- 2012-11-22T14:36:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e32720ff
- Parents:
- 1f7753a (diff), 0f2c80a (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
r1f7753a r0ab362c 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=gxemul)] 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 … … 406 420 % Output device class 407 421 @ "generic" Monitor or serial line 408 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp )] CONFIG_HID_OUT (choice)422 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm)] CONFIG_HID_OUT (choice) 409 423 410 424 % Output device class … … 466 480 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 467 481 482 % Support for TI AMDM37X on-chip UART 483 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n) 484 468 485 % Support for i8042 controller 469 486 ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y) … … 485 502 486 503 % Serial line input module 487 ! [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)504 ! [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) 488 505 489 506 % EGA support … … 521 538 @ "1920x1080" 522 539 @ "1920x1200" 523 ! [(PLATFORM=ia32|PLATFORM=amd64 )&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)540 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice) 524 541 525 542 % Default framebuffer depth … … 527 544 @ "16" 528 545 @ "24" 529 ! [(PLATFORM=ia32|PLATFORM=amd64 )&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)546 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice) 530 547 531 548 % Start AP processors by the loader … … 595 612 @ "efi" GRUB for UEFI 596 613 ! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice) 614 615 % uImage OS type 616 @ "2" NetBSD stage 2 boot loader 617 ! [PLATFORM=arm32&MACHINE=beagleboardxm] UIMAGE_OS (choice) 618 619 % uImage OS type 620 @ "5" Linux kernel 621 ! [PLATFORM=arm32&MACHINE!=beagleboardxm] UIMAGE_OS (choice)
Note:
See TracChangeset
for help on using the changeset viewer.