[34722ee] | 1 | ## General configuration directives
|
---|
| 2 |
|
---|
[9371c30] | 3 | # Architecture
|
---|
[36e7b6c3] | 4 | @ "amd64" AMD64/Intel EM64T
|
---|
[fd8af4b] | 5 | @ "ia32" Intel IA-32
|
---|
[36e7b6c3] | 6 | @ "ia64" Intel IA-64
|
---|
[9371c30] | 7 | @ "mips32" MIPS 32-bit
|
---|
| 8 | @ "ppc32" PowerPC 32-bit
|
---|
[602c9101] | 9 | @ "ppc64" PowerPC 64-bit
|
---|
[36e7b6c3] | 10 | @ "sparc64" Sun UltraSPARC
|
---|
[9371c30] | 11 | ! ARCH (choice)
|
---|
| 12 |
|
---|
| 13 | # IA32 Compiler
|
---|
| 14 | @ "cross" Cross-compiler
|
---|
| 15 | @ "native" Native
|
---|
| 16 | ! [ARCH=ia32] IA32_COMPILER (choice)
|
---|
| 17 | % [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER
|
---|
| 18 |
|
---|
| 19 | # AMD64 Compiler
|
---|
| 20 | @ "cross" Cross-compiler
|
---|
| 21 | @ "native" Native
|
---|
| 22 | ! [ARCH=amd64] AMD64_COMPILER (choice)
|
---|
| 23 | % [ARCH=amd64] SAVEAS AMD64_COMPILER COMPILER
|
---|
| 24 |
|
---|
| 25 | # Compiler
|
---|
| 26 | @ "cross" Cross-compiler
|
---|
| 27 | @ "native" Native
|
---|
| 28 | ! [(ARCH!=amd64)&(ARCH!=ia32)] OTHER_COMPILER (choice)
|
---|
| 29 | % [(ARCH!=amd64)&(ARCH!=ia32)] SAVEAS OTHER_COMPILER COMPILER
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | # CPU type
|
---|
| 33 | @ "pentium4" Pentium 4
|
---|
| 34 | @ "pentium3" Pentium 3
|
---|
| 35 | @ "athlon-xp" Athlon XP
|
---|
| 36 | @ "athlon-mp" Athlon MP
|
---|
| 37 | @ "prescott" Prescott
|
---|
| 38 | ! [ARCH=ia32] IA32_CPU (choice)
|
---|
| 39 |
|
---|
| 40 | # MIPS Machine Type
|
---|
| 41 | @ "msim" MSIM Simulator
|
---|
| 42 | @ "simics" Virtutech Simics simulator
|
---|
| 43 | @ "lgxemul" GXEmul Little Endian
|
---|
| 44 | @ "bgxemul" GXEmul Big Endian
|
---|
| 45 | @ "indy" SGI Indy
|
---|
| 46 | ! [ARCH=mips32] MIPS_MACHINE (choice)
|
---|
| 47 |
|
---|
[bbf5657] | 48 | # Framebuffer support
|
---|
[22cf454d] | 49 | ! [(ARCH=mips32&MIPS_MACHINE=lgxemul)|(ARCH=mips32&MIPS_MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
|
---|
| 50 |
|
---|
| 51 | # Framebuffer width
|
---|
| 52 | @ "320"
|
---|
| 53 | @ "640"
|
---|
| 54 | @ "800"
|
---|
| 55 | @ "1024"
|
---|
| 56 | @ "1280"
|
---|
| 57 | @ "1600"
|
---|
| 58 | @ "2048"
|
---|
| 59 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
|
---|
| 60 |
|
---|
| 61 | # Framebuffer height
|
---|
| 62 | @ "200"
|
---|
| 63 | @ "240"
|
---|
| 64 | @ "400"
|
---|
| 65 | @ "480"
|
---|
| 66 | @ "600"
|
---|
| 67 | @ "768"
|
---|
| 68 | @ "1024"
|
---|
| 69 | @ "1200"
|
---|
| 70 | @ "1536"
|
---|
| 71 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
|
---|
| 72 |
|
---|
| 73 | # Framebuffer depth
|
---|
| 74 | @ "8"
|
---|
| 75 | @ "16"
|
---|
| 76 | @ "24"
|
---|
| 77 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
|
---|
| 78 |
|
---|
| 79 |
|
---|
[bbf5657] | 80 |
|
---|
[944b15c] | 81 | # Support for SMP
|
---|
| 82 | ! [ARCH=ia32|ARCH=amd64] CONFIG_SMP (y/n)
|
---|
| 83 |
|
---|
| 84 | # Improved support for hyperthreading
|
---|
| 85 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_HT (y/n)
|
---|
| 86 |
|
---|
[04225a7] | 87 | # Simics BIOS AP boot fix
|
---|
| 88 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
|
---|
| 89 |
|
---|
[944b15c] | 90 | # Lazy FPU context switching
|
---|
[9e1c942] | 91 | ! [(ARCH=mips32&MIPS_MACHINE!=msim&MIPS_MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64] CONFIG_FPU_LAZY (y/n)
|
---|
[944b15c] | 92 |
|
---|
[91d5ad6] | 93 | # Power off on halt
|
---|
| 94 | ! [ARCH=ppc32] CONFIG_POWEROFF (y/n)
|
---|
| 95 |
|
---|
[34722ee] | 96 | ## Debugging configuration directives
|
---|
| 97 |
|
---|
| 98 | # General debuging and assert checking
|
---|
| 99 | ! CONFIG_DEBUG (y/n)
|
---|
| 100 |
|
---|
| 101 | # Deadlock detection support for spinlocks
|
---|
[b4cad8b2] | 102 | ! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
|
---|
[34722ee] | 103 |
|
---|
[4e49572] | 104 | # Watchpoint on rewriting AS with zero
|
---|
[23d22eb] | 105 | ! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
|
---|
[4e49572] | 106 |
|
---|
[8d25b44] | 107 | # Save all interrupt registers
|
---|
[53f9821] | 108 | ! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32)] CONFIG_DEBUG_ALLREGS (y/n)
|
---|
[8d25b44] | 109 |
|
---|
[68091bd] | 110 | # Use VHPT
|
---|
| 111 | ! [ARCH=ia64] CONFIG_VHPT (y/n)
|
---|
| 112 |
|
---|
[34722ee] | 113 | ## Run-time configuration directives
|
---|
| 114 |
|
---|
| 115 | # Kernel test type
|
---|
| 116 | @ "" No test
|
---|
[9a2d6e1] | 117 | @ "atomic/atomic1" Test of atomic operations.
|
---|
[018d957e] | 118 | @ "btree/btree1" B-tree test.
|
---|
[34722ee] | 119 | @ "synch/rwlock1" Read write test 1
|
---|
| 120 | @ "synch/rwlock2" Read write test 2
|
---|
| 121 | @ "synch/rwlock3" Read write test 3
|
---|
| 122 | @ "synch/rwlock4" Read write test 4
|
---|
| 123 | @ "synch/rwlock5" Read write test 5
|
---|
| 124 | @ "synch/semaphore1" Semaphore test 1
|
---|
| 125 | @ "synch/semaphore2" Sempahore test 2
|
---|
[9e1c942] | 126 | @ [ARCH=ia32|ARCH=amd64|ARCH=ia64] "fpu/fpu1" Intel fpu test 1
|
---|
[795ff98] | 127 | @ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
|
---|
[a276c56] | 128 | @ [ARCH=mips32&MIPS_MACHINE!=msim&MIPS_MACHINE!=simics] "fpu/mips1" Mips FPU test 1
|
---|
[34722ee] | 129 | @ "print/print1" Printf test 1
|
---|
[3887b105] | 130 | @ "thread/thread1" Thread test 1
|
---|
[d43d2f7] | 131 | @ "mm/mapping1" Mapping test 1
|
---|
[f275cb3] | 132 | @ "mm/falloc1" Frame Allocation test 1
|
---|
[078a0a1] | 133 | @ "mm/falloc2" Frame Allocation test 2
|
---|
[4a5b2b0e] | 134 | @ "mm/slab1" SLAB test1 - No CPU-cache
|
---|
| 135 | @ "mm/slab2" SLAB test2 - SMP CPU cache
|
---|
[4a2b52f] | 136 | @ "fault/fault1" Write to NULL (maybe page fault)
|
---|
[2666daa] | 137 | @ "sysinfo" Sysinfo fill and dump test
|
---|
[bdab828] | 138 | @ [ARCH=ia64] "mm/purge1" Itanium TLB purge test
|
---|
[e07fe0c] | 139 | @ [ARCH=mips32] "debug/mips1" Mips breakpoint-debug test
|
---|
[34722ee] | 140 | ! CONFIG_TEST (choice)
|
---|