Changes in HelenOS.config [35c5d6b:44b2b78] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r35c5d6b r44b2b78 66 66 @ "beagleboardxm" BeagleBoard-xM 67 67 @ "beaglebone" BeagleBone 68 @ "raspberrypi" Raspberry Pi 68 69 ! [PLATFORM=arm32] MACHINE (choice) 69 70 … … 99 100 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice) 100 101 102 % CPU type 103 @ "arm1176" ARM1176 104 ! [PLATFORM=arm32&MACHINE=raspberrypi] PROCESSOR (choice) 101 105 102 106 # Add more ARMv4 CPUs … … 109 113 @ "armv5" ARMv5 110 114 ! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice) 115 116 # Add more ARMv6 CPUs 117 % CPU arch 118 @ "armv6" ARMv6 119 ! [PLATFORM=arm32&(PROCESSOR=arm1176)] PROCESSOR_ARCH (choice) 111 120 112 121 # Add more ARMv7-A CPUs … … 304 313 @ "gcc_cross" GNU C Compiler (cross-compiler) 305 314 @ "gcc_native" GNU C Compiler (native) 306 ! [PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 315 ! [PLATFORM=sparc64] COMPILER (choice) 316 317 % Compiler 318 @ "gcc_cross" GNU C Compiler (cross-compiler) 319 @ "gcc_native" GNU C Compiler (native) 320 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 307 321 308 322 % Compiler … … 310 324 @ "gcc_native" GNU C Compiler (native) 311 325 @ "clang" Clang 312 ! [PLATFORM=abs32le |PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice)326 ! [PLATFORM=abs32le] COMPILER (choice) 313 327 314 328 … … 442 456 % Output device class 443 457 @ "generic" Monitor or serial line 444 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm|MACHINE=beaglebone )] CONFIG_HID_OUT (choice)458 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm|MACHINE=beaglebone|MACHINE=raspberrypi)] CONFIG_HID_OUT (choice) 445 459 446 460 % Output device class … … 473 487 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n) 474 488 475 % Support for ARM926 on-chipUART476 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32& MACHINE=integratorcp] CONFIG_ARM926_UART (y/n)489 % Support for PL011 UART 490 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=integratorcp|MACHINE=raspberrypi)] CONFIG_PL011_UART (y/n) 477 491 478 492 % Support for Samsung S3C24XX on-chip UART … … 482 496 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 483 497 498 % Support for TI AM335x on-chip UART 499 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_UART (y/n) 500 484 501 % Support for TI AM335x timers support 485 502 ! [PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_TIMERS (y) 486 503 487 % Support for OMAP on-chip UART 488 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] CONFIG_OMAP_UART (y/n) 504 % Support for TI AMDM37x on-chip UART 505 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n) 506 507 % Support for BCM2835 mailbox 508 ! [PLATFORM=arm32&MACHINE=raspberrypi] CONFIG_BCM2835_MAILBOX (y/n) 489 509 490 510 % Support for i8042 controller … … 507 527 508 528 % Serial line input module 509 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beaglebone&CONFIG_OMAP_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_OMAP_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)529 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_PL011_UART=y)|(PLATFORM=arm32&MACHINE=beaglebone&CONFIG_AM335X_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)|(PLATFORM=arm32&MACHINE=raspberrypi&CONFIG_PL011_UART=y)] CONFIG_SRLN (y) 510 530 511 531 % EGA support
Note:
See TracChangeset
for help on using the changeset viewer.