source: mainline/kernel/kernel.config@ bd1deed

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

experimental support for Objective C
(disabled by default)

  • Property mode set to 100644
File size: 2.8 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# Machine type
40@ "ski" Ski ia64 simulator
41@ "i460GX" i460GX chipset machine
42! [ARCH=ia64] MACHINE (choice)
43
44# Framebuffer support
45! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
46
47# Framebuffer width
48@ "640"
49@ "800"
50@ "1024"
51@ "1152"
52@ "1280"
53@ "1400"
54@ "1440"
55@ "1600"
56@ "2048"
57! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
58
59# Framebuffer height
60@ "480"
61@ "600"
62@ "768"
63@ "852"
64@ "900"
65@ "960"
66@ "1024"
67@ "1050"
68@ "1200"
69@ "1536"
70! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
71
72# Framebuffer depth
73@ "8"
74@ "16"
75@ "24"
76! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
77
78# Support for SMP
79! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
80
81# Improved support for hyperthreading
82! [(ARCH=ia32|ARCH=amd64|ARCH=ia32xen)&CONFIG_SMP=y] CONFIG_HT (y/n)
83
84# Simics BIOS AP boot fix
85! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
86
87# Lazy FPU context switching
88! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=sparc64|ARCH=ia32xen] CONFIG_FPU_LAZY (y/n)
89
90# Power off on halt
91! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
92
93# Use VHPT
94! [ARCH=ia64] CONFIG_VHPT (n/y)
95
96# Use TSB
97! [ARCH=sparc64] CONFIG_TSB (y/n)
98
99# Support for Z8530 serial port
100! [ARCH=sparc64] CONFIG_Z8530 (y/n)
101
102# Support for NS16550 serial port
103! [ARCH=sparc64] CONFIG_NS16550 (y/n)
104
105# Virtually indexed D-cache support
106! [ARCH=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
107
108
109## Debugging configuration directives
110
111# General debuging and assert checking
112! CONFIG_DEBUG (y/n)
113
114# Deadlock detection support for spinlocks
115! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
116
117# Watchpoint on rewriting AS with zero
118! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
119
120# Save all interrupt registers
121! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_ALLREGS (y/n)
122
123
124## Run-time configuration directives
125
126# Compile kernel tests
127! CONFIG_TEST (y/n)
128
129
130## Experimental features
131
132# Enable experimental features
133! CONFIG_EXPERIMENTAL (n/y)
Note: See TracBrowser for help on using the repository browser.