Changes in HelenOS.config [95c4776:50fda24] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r95c4776 r50fda24 77 77 @ "us" UltraSPARC I-II subarchitecture 78 78 @ "us3" UltraSPARC III-IV subarchitecture 79 @ "sun4v" Niagara (sun4v)80 79 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 81 80 … … 258 257 259 258 % Compiler 260 @ "gcc_cross" GNU C Compiler (cross-compiler)261 259 @ "gcc_native" GNU C Compiler (native) 262 260 @ "clang" Clang … … 264 262 265 263 266 ## Cross-compiler target for abstract architecture267 268 % Cross-compiler target269 @ "arm32" ARM 32-bit270 @ "ia32" Intel IA-32271 @ "mips32" MIPS 32-bit272 ! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)273 274 275 264 ## Kernel configuration 276 265 … … 294 283 295 284 % Software integer division support 296 ! [PLATFORM= abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)285 ! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y) 297 286 298 287 % ASID support … … 321 310 322 311 % Support for SMP 323 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim) |PLATFORM=abs32le] CONFIG_SMP (y/n)312 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n) 324 313 325 314 % Debug build … … 343 332 % Virtually indexed D-cache support 344 333 ! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n) 345 346 % Simics SMP Hack347 ! [PROCESSOR=sun4v] CONFIG_SIMICS_SMP_HACK (y/n)348 334 349 335 % Support for userspace debuggers … … 459 445 460 446 % Serial line input module 461 ! [CONFIG_DSRLNIN=y|(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)447 ! [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) 462 448 463 449 % EGA support … … 519 505 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y) 520 506 521 % Write core files 522 ! CONFIG_WRITE_CORE_FILES (n/y) 523 524 % Networking architecture 525 @ "none" No networking 526 @ "modular" Modular 527 @ "module" One module 528 ! NETWORKING (choice) 529 530 % DP8390 (NE2k) network interface 531 ! [NETWORKING=modular|NETWORKING=module] CONFIG_NETIF_DP8390 (y/n) 532 507 % Verbose task dumps 508 ! CONFIG_VERBOSE_DUMPS (n/y)
Note:
See TracChangeset
for help on using the changeset viewer.