Changes in HelenOS.config [6bbe470:824208bf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r6bbe470 r824208bf 32 32 % Platform 33 33 @ "abs32le" abstract 32-bit little endian 34 @ "amd64" AMD64/ Intel EM64T(PC)34 @ "amd64" AMD64/EM64T 64-bit (PC) 35 35 @ "arm32" ARM 32-bit 36 @ "ia32" I ntel IA-32(PC)37 @ "ia64" I ntel IA-6436 @ "ia32" IA-32 32-bit (PC) 37 @ "ia64" IA-64 64-bit 38 38 @ "mips32" MIPS 32-bit 39 @ " mips64" MIPS 64-bit40 @ " ppc32" PowerPC 32-bit (iMac G4)41 @ "sparc64" S un UltraSPARC64-bit39 @ "ppc32" PowerPC 32-bit 40 @ "sparc32" SPARCv8 32-bit 41 @ "sparc64" SPARCv9 64-bit 42 42 ! PLATFORM (choice) 43 43 44 44 % Machine type 45 45 @ "msim" MSIM 46 @ "b gxemul" GXEmulbig endian47 @ "l gxemul" GXEmullittle endian46 @ "bmalta" MIPS Malta Development Board big endian 47 @ "lmalta" MIPS Malta Development Board little endian 48 48 ! [PLATFORM=mips32] MACHINE (choice) 49 50 % Machine type51 @ "msim" MSIM52 ! [PLATFORM=mips64] MACHINE (choice)53 49 54 50 % Machine type … … 62 58 63 59 % Machine type 60 @ "leon3" Gaisler Aeroflex LEON3 61 ! [PLATFORM=sparc32] MACHINE (choice) 62 63 % Machine type 64 64 @ "gta02" GTA02 / Neo FreeRunner 65 @ "testarm" GXEmul Testarm66 65 @ "integratorcp" Integratorcp 66 @ "beagleboardxm" BeagleBoard-xM 67 @ "beaglebone" BeagleBone 68 @ "raspberrypi" Raspberry Pi 67 69 ! [PLATFORM=arm32] MACHINE (choice) 68 70 … … 81 83 82 84 % CPU type 85 @ "leon3" Gaisler Aeroflex LEON3 86 ! [PLATFORM=sparc32&MACHINE=leon3] PROCESSOR (choice) 87 88 % CPU type 83 89 @ "us" UltraSPARC I-II subarchitecture 84 90 @ "us3" UltraSPARC III-IV subarchitecture 85 91 @ "sun4v" Niagara (sun4v) 86 92 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 93 94 % CPU type 95 @ "cortex_a8" ARM Cortex A-8 96 ! [PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] PROCESSOR (choice) 97 98 % CPU type 99 @ "arm920t" ARM920T 100 ! [PLATFORM=arm32&MACHINE=gta02] PROCESSOR (choice) 101 102 % CPU type 103 @ "arm926ej_s" ARM926EJ-S 104 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice) 105 106 % CPU type 107 @ "arm1176" ARM1176 108 ! [PLATFORM=arm32&MACHINE=raspberrypi] PROCESSOR (choice) 109 110 # Add more ARMv4 CPUs 111 % CPU arch 112 @ "armv4" ARMv4 113 ! [PLATFORM=arm32&(PROCESSOR=arm920t)] PROCESSOR_ARCH (choice) 114 115 # Add more ARMv5 CPUs 116 % CPU arch 117 @ "armv5" ARMv5 118 ! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice) 119 120 # Add more ARMv6 CPUs 121 % CPU arch 122 @ "armv6" ARMv6 123 ! [PLATFORM=arm32&(PROCESSOR=arm1176)] PROCESSOR_ARCH (choice) 124 125 # Add more ARMv7-A CPUs 126 % CPU arch 127 @ "armv7_a" ARMv7-A 128 ! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice) 129 130 % CPU type 131 @ "R4000" MIPS R4000 132 ! [PLATFORM=mips32&MACHINE=msim] PROCESSOR (choice) 133 134 % CPU type 135 @ "4Kc" MIPS 4Kc 136 ! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] PROCESSOR (choice) 87 137 88 138 % RAM disk format … … 124 174 125 175 % Kernel architecture 126 @ "mips64"127 ! [PLATFORM=mips64] KARCH (choice)128 129 % Kernel architecture130 176 @ "ppc32" 131 177 ! [PLATFORM=ppc32] KARCH (choice) … … 136 182 137 183 % Kernel architecture 184 @ "sparc32" 185 ! [PLATFORM=sparc32] KARCH (choice) 186 187 % Kernel architecture 138 188 @ "sparc64" 139 189 ! [PLATFORM=sparc64] KARCH (choice) … … 164 214 % User space architecture 165 215 @ "mips32" 166 ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=l gxemul)] UARCH (choice)216 ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lmalta)] UARCH (choice) 167 217 168 218 % User space architecture 169 219 @ "mips32eb" 170 ! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice) 171 172 % User space architecture 173 @ "mips64" 174 ! [PLATFORM=mips64] UARCH (choice) 220 ! [PLATFORM=mips32&MACHINE=bmalta] UARCH (choice) 175 221 176 222 % User space architecture … … 183 229 184 230 % User space architecture 231 @ "sparc32" 232 ! [PLATFORM=sparc32] UARCH (choice) 233 234 % User space architecture 185 235 @ "sparc64" 186 236 ! [PLATFORM=sparc64] UARCH (choice) … … 218 268 219 269 % Boot architecture 220 @ "mips64"221 ! [PLATFORM=mips64] BARCH (choice)222 223 % Boot architecture224 270 @ "ppc32" 225 271 ! [PLATFORM=ppc32] BARCH (choice) … … 228 274 @ "ppc64" 229 275 ! [PLATFORM=ppc64] BARCH (choice) 276 277 % Boot architecture 278 @ "sparc32" 279 ! [PLATFORM=sparc32] BARCH (choice) 230 280 231 281 % Boot architecture … … 241 291 242 292 % Image format 243 @ "ecoff" 244 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice) 245 246 % Image format 247 @ "binary" 248 ! [PLATFORM=mips64] IMAGE (choice) 293 @ "elf" 294 ! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] IMAGE (choice) 249 295 250 296 251 297 ## Compiler options 298 299 % Compiler 300 @ "gcc_cross" GNU C Compiler (cross-compiler) 301 @ "gcc_native" GNU C Compiler (native) 302 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 303 @ "icc" Intel C Compiler 304 @ "clang" Clang 305 ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice) 252 306 253 307 % Compiler … … 255 309 @ "gcc_native" GNU C Compiler (native) 256 310 @ "icc" Intel C Compiler 257 @ " clang" Clang258 ! [PLATFORM= amd64|PLATFORM=ia32] COMPILER (choice)311 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 312 ! [PLATFORM=ia64] COMPILER (choice) 259 313 260 314 % Compiler 261 315 @ "gcc_cross" GNU C Compiler (cross-compiler) 262 316 @ "gcc_native" GNU C Compiler (native) 263 @ " icc" Intel C Compiler264 ! [PLATFORM= ia64] COMPILER (choice)317 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 318 ! [PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 265 319 266 320 % Compiler 267 321 @ "gcc_cross" GNU C Compiler (cross-compiler) 268 322 @ "gcc_native" GNU C Compiler (native) 269 ! [PLATFORM=sparc64] COMPILER (choice) 270 271 % Compiler 272 @ "gcc_cross" GNU C Compiler (cross-compiler) 273 @ "gcc_native" GNU C Compiler (native) 274 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 275 276 % Compiler 277 @ "gcc_cross" GNU C Compiler (cross-compiler) 278 @ "gcc_native" GNU C Compiler (native) 323 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 279 324 @ "clang" Clang 280 ! [PLATFORM=abs32le ] COMPILER (choice)325 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc32|PLATFORM=sparc64] COMPILER (choice) 281 326 282 327 … … 287 332 @ "ia32" Intel IA-32 288 333 @ "mips32" MIPS 32-bit 289 ! [PLATFORM=abs32le& COMPILER=gcc_cross] CROSS_TARGET (choice)334 ! [PLATFORM=abs32le&(COMPILER=gcc_cross|COMPILER=gcc_helenos)] CROSS_TARGET (choice) 290 335 291 336 … … 301 346 ! [PLATFORM=amd64] CONFIG_FENCES_P4 (y) 302 347 348 % IOMAP bitmap support 349 ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_IOMAP_BITMAP (y) 350 351 % IOMAP dummy support 352 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_IOMAP_DUMMY (y) 353 303 354 % ACPI support 304 355 ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y) 305 356 306 357 % Hierarchical page tables support 307 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32 ] CONFIG_PAGE_PT (y)358 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32] CONFIG_PAGE_PT (y) 308 359 309 360 % Page hash table support 310 ! [PLATFORM=ia64|PLATFORM= mips64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)361 ! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y) 311 362 312 363 % Software integer division support 313 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32] CONFIG_SOFTINT (y)364 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32] CONFIG_SOFTINT (y) 314 365 315 366 % ASID support 316 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)367 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID (y) 317 368 318 369 % ASID FIFO support 319 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM= mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)370 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y) 320 371 321 372 % OpenFirmware tree support … … 332 383 333 384 % FPU support 334 ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y) 385 ! [PLATFORM=ppc32] CONFIG_FPU (n/y) 386 387 ## ARMv7 made FPU hardware compulsory 388 % FPU support 389 ! [PLATFORM=arm32&PROCESSOR_ARCH=armv7_a] CONFIG_FPU (y) 390 391 % FPU support 392 ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y) 335 393 336 394 … … 338 396 339 397 % Support for SMP 340 ! [(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)398 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n) 341 399 342 400 % Debug build … … 395 453 @ "generic" Keyboard or serial line 396 454 @ "none" No input device 397 ! [PLATFORM=ia32| (PLATFORM=arm32&MACHINE=testarm)|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)455 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice) 398 456 399 457 % Input device class … … 406 464 % Output device class 407 465 @ "generic" Monitor or serial line 408 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp )] CONFIG_HID_OUT (choice)466 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm|MACHINE=beaglebone|MACHINE=raspberrypi)] CONFIG_HID_OUT (choice) 409 467 410 468 % Output device class 411 469 @ "generic" Monitor or serial line 412 470 @ "none" No output device 413 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice) 414 415 % Output device class 416 @ "generic" Monitor or serial line 417 @ "monitor" Monitor 418 @ "serial" Serial line 419 @ "none" No output device 420 ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice) 421 422 % Output device class 423 @ "generic" Monitor or serial line 424 @ "monitor" Monitor 425 @ "serial" Serial line 426 @ "none" No output device 427 ! [PLATFORM=arm32&MACHINE=testarm] CONFIG_HID_OUT (choice) 471 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta))] CONFIG_HID_OUT (choice) 428 472 429 473 % PC keyboard support 430 ! [ (CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)474 ! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n) 431 475 432 476 % PC keyboard support … … 436 480 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n) 437 481 438 % Support for msim/GXemul keyboard 439 ! [CONFIG_HID_IN=generic&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_KBD (y/n) 440 441 % Support for msim/GXemul printer 442 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n) 443 444 % Support for GXemul keyboard 445 ! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_KBD (y/n) 446 447 % Support for GXemul printer 448 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_PRN (y/n) 482 % Support for msim keyboard 483 ! [CONFIG_HID_IN=generic&MACHINE=msim] CONFIG_MSIM_KBD (y/n) 484 485 % Support for msim printer 486 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&MACHINE=msim] CONFIG_MSIM_PRN (y/n) 449 487 450 488 % Support for VIA CUDA controller … … 457 495 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n) 458 496 459 % Support for NS16550 controller (kernel console) 460 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_NS16550_KCON (y/n) 461 462 % Use NS16550 controller as serial input (kernel console) 463 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_NS16550_KCON=y] CONFIG_NS16550 (y) 464 465 % Use NS16550 controller as dummy serial output (kernel console) 466 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_NS16550_KCON=y] CONFIG_NS16550_OUT (y) 467 468 % Support for ARM926 on-chip UART 469 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_ARM926_UART (y/n) 497 % Support for PL011 UART 498 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=integratorcp|MACHINE=raspberrypi)] CONFIG_PL011_UART (y/n) 470 499 471 500 % Support for Samsung S3C24XX on-chip UART … … 475 504 ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y) 476 505 506 % Support for TI AM335x timers support 507 ! [PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_TIMERS (y) 508 509 % Support for OMAP on-chip UART 510 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] CONFIG_OMAP_UART (y/n) 511 512 % Support for GRLIB UART 513 ! [PLATFORM=sparc32&MACHINE=leon3] CONFIG_GRLIB_UART (y) 514 515 % Support for GRLIB IRQMP 516 ! [PLATFORM=sparc32&MACHINE=leon3] CONFIG_GRLIB_IRQMP (y) 517 518 % Support for BCM2835 mailbox 519 ! [PLATFORM=arm32&MACHINE=raspberrypi] CONFIG_BCM2835_MAILBOX (y/n) 520 477 521 % Support for i8042 controller 478 522 ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y) … … 488 532 489 533 % Dummy serial line input 490 ! [CONFIG_M IPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)534 ! [CONFIG_MSIM_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y) 491 535 492 536 % Dummy serial line output 493 ! [CONFIG_M IPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)537 ! [CONFIG_MSIM_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y) 494 538 495 539 % Serial line input module 496 ! [CONFIG_DSRLNIN=y|(PLATFORM= arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)|(PLATFORM=ia32&CONFIG_NS16550=y)|(PLATFORM=amd64&CONFIG_NS16550=y)] CONFIG_SRLN (y)540 ! [CONFIG_DSRLNIN=y|(PLATFORM=sparc32)|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_PL011_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)|(PLATFORM=arm32&MACHINE=raspberrypi&CONFIG_PL011_UART=y)] CONFIG_SRLN (y) 497 541 498 542 % EGA support … … 504 548 % Framebuffer support 505 549 ! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n) 506 507 % Framebuffer support508 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)509 550 510 551 % Framebuffer support … … 530 571 @ "1920x1080" 531 572 @ "1920x1200" 532 ! [(PLATFORM=ia32|PLATFORM=amd64 )&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)573 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice) 533 574 534 575 % Default framebuffer depth … … 536 577 @ "16" 537 578 @ "24" 538 ! [(PLATFORM=ia32|PLATFORM=amd64 )&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)579 ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice) 539 580 540 581 % Start AP processors by the loader … … 556 597 ! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y) 557 598 558 % Load disk drivers on startup559 ! CONFIG_START_BD (n/y)560 561 % Mount /data on startup562 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)563 564 599 % Write core files 565 600 ! CONFIG_WRITE_CORE_FILES (n/y) 566 601 602 % Include userspace unit tests (PCUT) 603 ! CONFIG_PCUT_TESTS (n/y) 604 605 % Include PCUT self-tests 606 ! CONFIG_PCUT_SELF_TESTS (n/y) 607 567 608 % Include development files (headers, libraries) 568 609 ! CONFIG_DEVEL_FILES (n/y) … … 576 617 % Barebone build with essential binaries only 577 618 ! CONFIG_BAREBONE (n/y) 578 579 % Build pcc binaries580 ! CONFIG_PCC (n/y)581 582 % Build binutils binaries583 ! CONFIG_BINUTILS (n/y)584 585 % Build MSIM binary586 ! CONFIG_MSIM (n/y)587 619 588 620 % Line debugging information … … 604 636 @ "efi" GRUB for UEFI 605 637 ! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice) 638 639 % uImage OS type 640 @ "2" NetBSD stage 2 boot loader 641 ! [PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] UIMAGE_OS (choice) 642 643 % uImage OS type 644 @ "5" Linux kernel 645 ! [PLATFORM=arm32&MACHINE!=beagleboardxm&MACHINE!=beaglebone] UIMAGE_OS (choice) 646 647 % uImage OS type 648 @ "5" Linux kernel 649 ! [PLATFORM=sparc32] UIMAGE_OS (choice)
Note:
See TracChangeset
for help on using the changeset viewer.