source: mainline/kernel/kernel.config@ 99373fe

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 99373fe was 1e847fb, checked in by Jakub Jermar <jakub@…>, 18 years ago

sscc → suncc

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