Changes in HelenOS.config [af8e565:42be09b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
raf8e565 r42be09b 31 31 32 32 % Platform 33 @ "abs32le" abstract 32-bit little endian 33 34 @ "amd64" AMD64/Intel EM64T (PC) 34 35 @ "arm32" ARM 32-bit … … 57 58 58 59 % Machine type 60 @ "gta02" GTA02 / Neo FreeRunner 59 61 @ "testarm" GXEmul Testarm 60 62 @ "integratorcp" Integratorcp … … 76 78 @ "us" UltraSPARC I-II subarchitecture 77 79 @ "us3" UltraSPARC III-IV subarchitecture 80 @ "sun4v" Niagara (sun4v) 78 81 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 79 82 … … 91 94 92 95 % Kernel architecture 96 @ "abs32le" 97 ! [PLATFORM=abs32le] KARCH (choice) 98 99 % Kernel architecture 93 100 @ "amd64" 94 101 ! [PLATFORM=amd64] KARCH (choice) … … 130 137 131 138 % User space architecture 139 @ "abs32le" 140 ! [PLATFORM=abs32le] UARCH (choice) 141 142 % User space architecture 132 143 @ "amd64" 133 144 ! [PLATFORM=amd64] UARCH (choice) … … 167 178 168 179 ## Mapping between platform and boot architecture 180 181 % Boot architecture 182 @ "abs32le" 183 ! [PLATFORM=abs32le] BARCH (choice) 169 184 170 185 % Boot architecture … … 219 234 220 235 % Compiler 221 @ "gcc_cross" GCC Cross-compiler 222 @ "gcc_native" GCC Native 223 @ "icc_native" ICC Native 224 @ "suncc_native" Sun Studio C Compiler 236 @ "gcc_cross" GNU C Compiler (cross-compiler) 237 @ "gcc_native" GNU C Compiler (native) 238 @ "icc" Intel C Compiler 239 @ "suncc" Sun Studio C Compiler 240 @ "clang" Clang 225 241 ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice) 226 242 227 243 % Compiler 228 @ "gcc_cross" G CC Cross-compiler229 @ "gcc_native" G CC Native230 @ "icc _native" ICC Native244 @ "gcc_cross" GNU C Compiler (cross-compiler) 245 @ "gcc_native" GNU C Compiler (native) 246 @ "icc" Intel C Compiler 231 247 ! [PLATFORM=ia64] COMPILER (choice) 232 248 233 249 % Compiler 234 @ "gcc_cross" G CC Cross-compiler235 @ "gcc_native" G CC Native236 @ "suncc _native" Sun Studio C Compiler250 @ "gcc_cross" GNU C Compiler (cross-compiler) 251 @ "gcc_native" GNU C Compiler (native) 252 @ "suncc" Sun Studio C Compiler 237 253 ! [PLATFORM=sparc64] COMPILER (choice) 238 254 239 255 % Compiler 240 @ "gcc_cross" G CC Cross-compiler241 @ "gcc_native" G CC Native256 @ "gcc_cross" GNU C Compiler (cross-compiler) 257 @ "gcc_native" GNU C Compiler (native) 242 258 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 259 260 % Compiler 261 @ "gcc_cross" GNU C Compiler (cross-compiler) 262 @ "gcc_native" GNU C Compiler (native) 263 @ "clang" Clang 264 ! [PLATFORM=abs32le] COMPILER (choice) 265 266 267 ## Cross-compiler target for abstract architecture 268 269 % Cross-compiler target 270 @ "arm32" ARM 32-bit 271 @ "ia32" Intel IA-32 272 @ "mips32" MIPS 32-bit 273 ! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice) 243 274 244 275 … … 258 289 259 290 % Hierarchical page tables support 260 ! [PLATFORM= ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)291 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y) 261 292 262 293 % Page hash table support … … 264 295 265 296 % Software integer division support 266 ! [PLATFORM= ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)297 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y) 267 298 268 299 % ASID support … … 291 322 292 323 % Support for SMP 293 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim) ] CONFIG_SMP (y/n)324 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n) 294 325 295 326 % Debug build … … 314 345 ! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n) 315 346 347 % Simics SMP Hack 348 ! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y) 349 316 350 % Support for userspace debuggers 317 351 ! CONFIG_UDEBUG (y/n) … … 326 360 ! CONFIG_LOG (n/y) 327 361 362 % Kernel function tracing 363 ! CONFIG_TRACE (n/y) 364 328 365 % Compile kernel tests 329 366 ! CONFIG_TEST (y/n) 367 368 % Use link-time optimization 369 ! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y) 330 370 331 371 … … 350 390 % Output device class 351 391 @ "generic" Monitor or serial line 352 ! [PLATFORM=arm32& MACHINE=integratorcp] CONFIG_HID_OUT (choice)392 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp)] CONFIG_HID_OUT (choice) 353 393 354 394 % Output device class … … 398 438 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n) 399 439 440 % Support for Samsung S3C24XX on-chip UART 441 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n) 442 443 % Support for Samsung S3C24XX on-chip interrupt controller 444 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 445 400 446 % Support for Z8530 controller 401 447 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_Z8530 (y/n) … … 426 472 427 473 % Serial line input module 428 ! [CONFIG_DSRLNIN=y|(PLATFORM= ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y)] CONFIG_SRLN (y)474 ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y) 429 475 430 476 % EGA support … … 452 498 @ "1152x720" 453 499 @ "1152x864" 500 @ "1280x720" 501 @ "1280x800" 454 502 @ "1280x960" 455 503 @ "1280x1024" … … 477 525 ! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y) 478 526 479 % External RAM disk480 ! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)481 482 527 % Load disk drivers on startup 483 528 ! CONFIG_START_BD (n/y) … … 485 530 % Mount /data on startup 486 531 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y) 532 533 % Write core files 534 ! CONFIG_WRITE_CORE_FILES (n/y) 535 536 % Strip binaries 537 ! CONFIG_STRIP_BINARIES (n/y) 538 539 % Optimize for size 540 ! CONFIG_OPTIMIZE_FOR_SIZE (n/y) 541 542 % Barebone build with essential binaries only 543 ! CONFIG_BAREBONE (n/y) 544 545 % Line debugging information 546 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) 547 548 % Launch (devman) test drivers 549 ! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (y/n) 550
Note:
See TracChangeset
for help on using the changeset viewer.