[34722ee] | 1 | ## General configuration directives
|
---|
| 2 |
|
---|
[9371c30] | 3 | # Architecture
|
---|
[36e7b6c3] | 4 | @ "amd64" AMD64/Intel EM64T
|
---|
[fd8af4b] | 5 | @ "ia32" Intel IA-32
|
---|
[57ce359] | 6 | @ "ia32xen" Intel IA-32 on Xen hypervisor
|
---|
[36e7b6c3] | 7 | @ "ia64" Intel IA-64
|
---|
[9371c30] | 8 | @ "mips32" MIPS 32-bit
|
---|
| 9 | @ "ppc32" PowerPC 32-bit
|
---|
[602c9101] | 10 | @ "ppc64" PowerPC 64-bit
|
---|
[41f7564] | 11 | @ "sparc64" Sun UltraSPARC 64-bit
|
---|
[9371c30] | 12 | ! ARCH (choice)
|
---|
| 13 |
|
---|
| 14 | # Compiler
|
---|
| 15 | @ "cross" Cross-compiler
|
---|
| 16 | @ "native" Native
|
---|
[41f7564] | 17 | ! COMPILER (choice)
|
---|
[9371c30] | 18 |
|
---|
| 19 | # CPU type
|
---|
| 20 | @ "pentium4" Pentium 4
|
---|
| 21 | @ "pentium3" Pentium 3
|
---|
| 22 | @ "athlon-xp" Athlon XP
|
---|
| 23 | @ "athlon-mp" Athlon MP
|
---|
| 24 | @ "prescott" Prescott
|
---|
[57ce359] | 25 | ! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice)
|
---|
[41f7564] | 26 |
|
---|
| 27 | # CPU type
|
---|
| 28 | @ "opteron" Opteron
|
---|
| 29 | ! [ARCH=amd64] MACHINE (choice)
|
---|
[9371c30] | 30 |
|
---|
[41f7564] | 31 | # Machine type
|
---|
[9371c30] | 32 | @ "msim" MSIM Simulator
|
---|
| 33 | @ "simics" Virtutech Simics simulator
|
---|
| 34 | @ "lgxemul" GXEmul Little Endian
|
---|
| 35 | @ "bgxemul" GXEmul Big Endian
|
---|
| 36 | @ "indy" SGI Indy
|
---|
[41f7564] | 37 | ! [ARCH=mips32] MACHINE (choice)
|
---|
[9371c30] | 38 |
|
---|
[49319ac] | 39 | # Machine type
|
---|
| 40 | @ "ski" Ski ia64 simulator
|
---|
[6dbe6844] | 41 | @ "i460GX" i460GX chipset machine
|
---|
[49319ac] | 42 | ! [ARCH=ia64] MACHINE (choice)
|
---|
| 43 |
|
---|
| 44 |
|
---|
[bbf5657] | 45 | # Framebuffer support
|
---|
[aecf79f] | 46 | ! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
|
---|
[22cf454d] | 47 |
|
---|
| 48 | # Framebuffer width
|
---|
| 49 | @ "640"
|
---|
| 50 | @ "800"
|
---|
| 51 | @ "1024"
|
---|
[b0f8c84] | 52 | @ "1152"
|
---|
[22cf454d] | 53 | @ "1280"
|
---|
[b0f8c84] | 54 | @ "1400"
|
---|
| 55 | @ "1440"
|
---|
[22cf454d] | 56 | @ "1600"
|
---|
| 57 | @ "2048"
|
---|
[aecf79f] | 58 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
|
---|
[22cf454d] | 59 |
|
---|
| 60 | # Framebuffer height
|
---|
| 61 | @ "480"
|
---|
| 62 | @ "600"
|
---|
| 63 | @ "768"
|
---|
[b0f8c84] | 64 | @ "852"
|
---|
| 65 | @ "900"
|
---|
| 66 | @ "960"
|
---|
[22cf454d] | 67 | @ "1024"
|
---|
[b0f8c84] | 68 | @ "1050"
|
---|
[22cf454d] | 69 | @ "1200"
|
---|
| 70 | @ "1536"
|
---|
[aecf79f] | 71 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
|
---|
[22cf454d] | 72 |
|
---|
| 73 | # Framebuffer depth
|
---|
| 74 | @ "8"
|
---|
| 75 | @ "16"
|
---|
| 76 | @ "24"
|
---|
[aecf79f] | 77 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
|
---|
[22cf454d] | 78 |
|
---|
[944b15c] | 79 | # Support for SMP
|
---|
[57ce359] | 80 | ! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
|
---|
[944b15c] | 81 |
|
---|
| 82 | # Improved support for hyperthreading
|
---|
[57ce359] | 83 | ! [(ARCH=ia32|ARCH=amd64|ARCH=ia32xen)&CONFIG_SMP=y] CONFIG_HT (y/n)
|
---|
[944b15c] | 84 |
|
---|
[04225a7] | 85 | # Simics BIOS AP boot fix
|
---|
[a0c12f5] | 86 | ! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
|
---|
[04225a7] | 87 |
|
---|
[944b15c] | 88 | # Lazy FPU context switching
|
---|
[57ce359] | 89 | ! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=sparc64|ARCH=ia32xen] CONFIG_FPU_LAZY (y/n)
|
---|
[944b15c] | 90 |
|
---|
[91d5ad6] | 91 | # Power off on halt
|
---|
[898d9f8] | 92 | ! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
|
---|
[91d5ad6] | 93 |
|
---|
[eb353b3] | 94 | # Use VHPT
|
---|
| 95 | ! [ARCH=ia64] CONFIG_VHPT (n/y)
|
---|
| 96 |
|
---|
| 97 | # Use TSB
|
---|
| 98 | ! [ARCH=sparc64] CONFIG_TSB (y/n)
|
---|
| 99 |
|
---|
| 100 | # Support for Z8530 serial port
|
---|
| 101 | ! [ARCH=sparc64] CONFIG_Z8530 (y/n)
|
---|
| 102 |
|
---|
| 103 | # Support for NS16550 serial port
|
---|
| 104 | ! [ARCH=sparc64] CONFIG_NS16550 (y/n)
|
---|
| 105 |
|
---|
[92778f2] | 106 | # Virtually indexed D-cache support
|
---|
| 107 | ! [ARCH=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
|
---|
[eb353b3] | 108 |
|
---|
| 109 |
|
---|
[34722ee] | 110 | ## Debugging configuration directives
|
---|
| 111 |
|
---|
| 112 | # General debuging and assert checking
|
---|
| 113 | ! CONFIG_DEBUG (y/n)
|
---|
| 114 |
|
---|
| 115 | # Deadlock detection support for spinlocks
|
---|
[b4cad8b2] | 116 | ! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
|
---|
[34722ee] | 117 |
|
---|
[4e49572] | 118 | # Watchpoint on rewriting AS with zero
|
---|
[57ce359] | 119 | ! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
|
---|
[4e49572] | 120 |
|
---|
[8d25b44] | 121 | # Save all interrupt registers
|
---|
[57ce359] | 122 | ! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_ALLREGS (y/n)
|
---|
[8d25b44] | 123 |
|
---|
[28ecadb] | 124 |
|
---|
[34722ee] | 125 | ## Run-time configuration directives
|
---|
| 126 |
|
---|
[319e60e] | 127 | # Compile kernel tests
|
---|
| 128 | ! CONFIG_TEST (y/n)
|
---|