Changes in HelenOS.config [6db5d4b:f9ab562] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r6db5d4b rf9ab562 44 44 % Machine type 45 45 @ "msim" MSIM 46 @ "b malta" MIPS Malta Development Boardbig endian47 @ "l malta" MIPS Malta Development Boardlittle endian46 @ "bgxemul" GXEmul big endian 47 @ "lgxemul" GXEmul little endian 48 48 ! [PLATFORM=mips32] MACHINE (choice) 49 49 … … 64 64 @ "gta02" GTA02 / Neo FreeRunner 65 65 @ "integratorcp" Integratorcp 66 @ "beagleboardxm" BeagleBoard-xM 67 @ "beaglebone" BeagleBone 66 @ "beagleboardxm" BeogleBoard-xM 68 67 ! [PLATFORM=arm32] MACHINE (choice) 69 68 … … 88 87 89 88 % CPU type 90 @ " cortex_a8" ARM Cortex A-891 ! [PLATFORM=arm32&(MACHINE= beagleboardxm|MACHINE=beaglebone)] PROCESSOR (choice)89 @ "armv4" ARMv4 90 ! [PLATFORM=arm32&(MACHINE=gta02)] PROCESSOR (choice) 92 91 93 92 % CPU type 94 @ "arm 920t" ARM920T95 ! [PLATFORM=arm32&MACHINE= gta02] PROCESSOR (choice)93 @ "armv5" ARMv5 94 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice) 96 95 97 96 % CPU type 98 @ "arm926ej_s" ARM926EJ-S99 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)100 101 102 # Add more ARMv4 CPUs103 % CPU arch104 @ "armv4" ARMv4105 ! [PLATFORM=arm32&(PROCESSOR=arm920t)] PROCESSOR_ARCH (choice)106 107 # Add more ARMv5 CPUs108 % CPU arch109 @ "armv5" ARMv5110 ! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice)111 112 # Add more ARMv7-A CPUs113 % CPU arch114 97 @ "armv7_a" ARMv7-A 115 ! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice) 116 117 % CPU type 118 @ "R4000" MIPS R4000 119 ! [PLATFORM=mips32&MACHINE=msim] PROCESSOR (choice) 120 121 % CPU type 122 @ "4Kc" MIPS 4Kc 123 ! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] PROCESSOR (choice) 98 ! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice) 124 99 125 100 % RAM disk format … … 201 176 % User space architecture 202 177 @ "mips32" 203 ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=l malta)] UARCH (choice)178 ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice) 204 179 205 180 % User space architecture 206 181 @ "mips32eb" 207 ! [PLATFORM=mips32&MACHINE=b malta] UARCH (choice)182 ! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice) 208 183 209 184 % User space architecture … … 278 253 279 254 % Image format 280 @ "e lf"281 ! [PLATFORM=mips32&(MACHINE=b malta|MACHINE=lmalta)] IMAGE (choice)255 @ "ecoff" 256 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice) 282 257 283 258 % Image format … … 304 279 @ "gcc_cross" GNU C Compiler (cross-compiler) 305 280 @ "gcc_native" GNU C Compiler (native) 306 ! [PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 281 ! [PLATFORM=sparc64] COMPILER (choice) 282 283 % Compiler 284 @ "gcc_cross" GNU C Compiler (cross-compiler) 285 @ "gcc_native" GNU C Compiler (native) 286 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 307 287 308 288 % Compiler … … 310 290 @ "gcc_native" GNU C Compiler (native) 311 291 @ "clang" Clang 312 ! [PLATFORM=abs32le |PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice)292 ! [PLATFORM=abs32le] COMPILER (choice) 313 293 314 294 … … 363 343 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y) 364 344 345 % FPU support 346 ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y) 347 365 348 ## armv7 made fpu hardware compulsory 366 349 % FPU support 367 ! [PLATFORM=arm32&PROCESSOR _ARCH=armv7_a] CONFIG_FPU (y)350 ! [PLATFORM=arm32&PROCESSOR=armv7_a] CONFIG_FPU (y) 368 351 369 352 % FPU support … … 442 425 % Output device class 443 426 @ "generic" Monitor or serial line 444 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm |MACHINE=beaglebone)] CONFIG_HID_OUT (choice)427 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm)] CONFIG_HID_OUT (choice) 445 428 446 429 % Output device class 447 430 @ "generic" Monitor or serial line 448 431 @ "none" No output device 449 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta))|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice) 432 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice) 433 434 % Output device class 435 @ "generic" Monitor or serial line 436 @ "monitor" Monitor 437 @ "serial" Serial line 438 @ "none" No output device 439 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) 450 440 451 441 % PC keyboard support … … 458 448 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n) 459 449 460 % Support for msim keyboard461 ! [CONFIG_HID_IN=generic& MACHINE=msim] CONFIG_MSIM_KBD (y/n)462 463 % Support for msim printer464 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)& MACHINE=msim] CONFIG_MSIM_PRN (y/n)450 % Support for msim/GXemul keyboard 451 ! [CONFIG_HID_IN=generic&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_KBD (y/n) 452 453 % Support for msim/GXemul printer 454 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n) 465 455 466 456 % Support for VIA CUDA controller … … 482 472 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 483 473 484 % Support for TI AM335x timers support 485 ! [PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_TIMERS (y) 486 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) 474 % Support for TI AMDM37X on-chip UART 475 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n) 489 476 490 477 % Support for i8042 controller … … 501 488 502 489 % Dummy serial line input 503 ! [CONFIG_M SIM_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)490 ! [CONFIG_MIPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y) 504 491 505 492 % Dummy serial line output 506 ! [CONFIG_M SIM_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)493 ! [CONFIG_MIPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y) 507 494 508 495 % Serial line input module 509 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beaglebo ne&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)496 ! [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) 510 497 511 498 % EGA support … … 517 504 % Framebuffer support 518 505 ! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n) 506 507 % Framebuffer support 508 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n) 519 509 520 510 % Framebuffer support … … 617 607 % uImage OS type 618 608 @ "2" NetBSD stage 2 boot loader 619 ! [PLATFORM=arm32& (MACHINE=beagleboardxm|MACHINE=beaglebone)] UIMAGE_OS (choice)609 ! [PLATFORM=arm32&MACHINE=beagleboardxm] UIMAGE_OS (choice) 620 610 621 611 % uImage OS type 622 612 @ "5" Linux kernel 623 ! [PLATFORM=arm32&MACHINE!=beagleboardxm &MACHINE!=beaglebone] UIMAGE_OS (choice)613 ! [PLATFORM=arm32&MACHINE!=beagleboardxm] UIMAGE_OS (choice)
Note:
See TracChangeset
for help on using the changeset viewer.