source: mainline/kernel/kernel.config@ cce6acf

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since cce6acf was cce6acf, checked in by Martin Decky <martin@…>, 19 years ago

thread CPU cycles accounting

  • Property mode set to 100644
File size: 2.7 KB
Line 
1## General configuration directives
2
3# Architecture
4@ "amd64" AMD64/Intel EM64T
5@ "ia32" Intel IA-32
6@ "ia32xen" Intel IA-32 on Xen hypervisor
7@ "ia64" Intel IA-64
8@ "mips32" MIPS 32-bit
9@ "ppc32" PowerPC 32-bit
10@ "ppc64" PowerPC 64-bit
11@ "sparc64" Sun UltraSPARC 64-bit
12! ARCH (choice)
13
14# Compiler
15@ "cross" Cross-compiler
16@ "native" Native
17! COMPILER (choice)
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
25! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice)
26
27# CPU type
28@ "opteron" Opteron
29! [ARCH=amd64] MACHINE (choice)
30
31# Machine type
32@ "msim" MSIM Simulator
33@ "simics" Virtutech Simics simulator
34@ "lgxemul" GXEmul Little Endian
35@ "bgxemul" GXEmul Big Endian
36@ "indy" SGI Indy
37! [ARCH=mips32] MACHINE (choice)
38
39# Framebuffer support
40! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
41
42# Framebuffer width
43@ "640"
44@ "800"
45@ "1024"
46@ "1152"
47@ "1280"
48@ "1400"
49@ "1440"
50@ "1600"
51@ "2048"
52! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
53
54# Framebuffer height
55@ "480"
56@ "600"
57@ "768"
58@ "852"
59@ "900"
60@ "960"
61@ "1024"
62@ "1050"
63@ "1200"
64@ "1536"
65! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
66
67# Framebuffer depth
68@ "8"
69@ "16"
70@ "24"
71! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
72
73# Support for SMP
74! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
75
76# Improved support for hyperthreading
77! [(ARCH=ia32|ARCH=amd64|ARCH=ia32xen)&CONFIG_SMP=y] CONFIG_HT (y/n)
78
79# Simics BIOS AP boot fix
80! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
81
82# Lazy FPU context switching
83! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=sparc64|ARCH=ia32xen] CONFIG_FPU_LAZY (y/n)
84
85# Power off on halt
86! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
87
88# Use VHPT
89! [ARCH=ia64] CONFIG_VHPT (n/y)
90
91# Use TSB
92! [ARCH=sparc64] CONFIG_TSB (y/n)
93
94# Support for Z8530 serial port
95! [ARCH=sparc64] CONFIG_Z8530 (y/n)
96
97# Support for NS16550 serial port
98! [ARCH=sparc64] CONFIG_NS16550 (y/n)
99
100# Virtually indexed D-cache support
101! [ARCH=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
102
103
104## Debugging configuration directives
105
106# General debuging and assert checking
107! CONFIG_DEBUG (y/n)
108
109# Deadlock detection support for spinlocks
110! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
111
112# Watchpoint on rewriting AS with zero
113! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
114
115# Save all interrupt registers
116! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_ALLREGS (y/n)
117
118
119## Run-time configuration directives
120
121# Compile kernel tests
122! CONFIG_TEST (y/n)
Note: See TracBrowser for help on using the repository browser.