Changes in HelenOS.config [6353d0fd:6c1c1f7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r6353d0fd r6c1c1f7 37 37 @ "ia64" IA-64 64-bit 38 38 @ "mips32" MIPS 32-bit 39 @ "mips64" MIPS 64-bit40 39 @ "ppc32" PowerPC 32-bit 41 40 @ "sparc32" SPARCv8 32-bit … … 48 47 @ "lmalta" MIPS Malta Development Board little endian 49 48 ! [PLATFORM=mips32] MACHINE (choice) 50 51 % Machine type52 @ "msim" MSIM53 ! [PLATFORM=mips64] MACHINE (choice)54 49 55 50 % Machine type … … 179 174 180 175 % Kernel architecture 181 @ "mips64"182 ! [PLATFORM=mips64] KARCH (choice)183 184 % Kernel architecture185 176 @ "ppc32" 186 177 ! [PLATFORM=ppc32] KARCH (choice) … … 230 221 231 222 % User space architecture 232 @ "mips64"233 ! [PLATFORM=mips64] UARCH (choice)234 235 % User space architecture236 223 @ "ppc32" 237 224 ! [PLATFORM=ppc32] UARCH (choice) … … 279 266 @ "mips32" 280 267 ! [PLATFORM=mips32] BARCH (choice) 281 282 % Boot architecture283 @ "mips64"284 ! [PLATFORM=mips64] BARCH (choice)285 268 286 269 % Boot architecture … … 310 293 @ "elf" 311 294 ! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] IMAGE (choice) 312 313 % Image format314 @ "binary"315 ! [PLATFORM=mips64] IMAGE (choice)316 295 317 296 … … 337 316 @ "gcc_native" GNU C Compiler (native) 338 317 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 339 ! [PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32] COMPILER (choice)318 ! [PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 340 319 341 320 % Compiler … … 374 353 375 354 % Page hash table support 376 ! [PLATFORM=ia64|PLATFORM= mips64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)355 ! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y) 377 356 378 357 % Software integer division support 379 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32|PLATFORM=sparc32] CONFIG_SOFTINT (y)358 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32] CONFIG_SOFTINT (y) 380 359 381 360 % ASID support 382 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID (y)361 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID (y) 383 362 384 363 % ASID FIFO support 385 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)364 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y) 386 365 387 366 % OpenFirmware tree support … … 396 375 % FPU support 397 376 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y) 377 378 % FPU support 379 ! [PLATFORM=ppc32] CONFIG_FPU (n/y) 398 380 399 381 ## ARMv7 made FPU hardware compulsory … … 408 390 409 391 % Support for SMP 410 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)| (PLATFORM=mips64&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)392 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n) 411 393 412 394 % Debug build … … 465 447 @ "generic" Keyboard or serial line 466 448 @ "none" No input device 467 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)449 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice) 468 450 469 451 % Input device class … … 481 463 @ "generic" Monitor or serial line 482 464 @ "none" No output device 483 ! [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)465 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta))] CONFIG_HID_OUT (choice) 484 466 485 467 % PC keyboard support
Note:
See TracChangeset
for help on using the changeset viewer.