source: mainline/kernel/kernel.config@ 0fa6044

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0fa6044 was 8b4be29, checked in by Jakub Jermar <jakub@…>, 19 years ago

Add an option to compile the sparc64 kernel for Ultra 5 or Enterprise E6500.
Basic keyboard support (polling) based on ns16550 serial port (deployed on Ultra).

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[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
[41f7564]10@ "sparc64" Sun UltraSPARC 64-bit
[910372a]11@ "xen32" Xen 32-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
[41f7564]25! [ARCH=ia32|ARCH=xen32] MACHINE (choice)
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
[8b4be29]39# Machine type
40@ "ultra" Sun Ultra 5
41@ "enterprise" Sun Enterprise E6500
42! [ARCH=sparc64] MACHINE (choice)
43
[bbf5657]44# Framebuffer support
[aecf79f]45! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
[22cf454d]46
47# Framebuffer width
48@ "640"
49@ "800"
50@ "1024"
[b0f8c84]51@ "1152"
[22cf454d]52@ "1280"
[b0f8c84]53@ "1400"
54@ "1440"
[22cf454d]55@ "1600"
56@ "2048"
[aecf79f]57! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
[22cf454d]58
59# Framebuffer height
60@ "480"
61@ "600"
62@ "768"
[b0f8c84]63@ "852"
64@ "900"
65@ "960"
[22cf454d]66@ "1024"
[b0f8c84]67@ "1050"
[22cf454d]68@ "1200"
69@ "1536"
[aecf79f]70! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
[22cf454d]71
72# Framebuffer depth
73@ "8"
74@ "16"
75@ "24"
[aecf79f]76! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
[22cf454d]77
[944b15c]78# Support for SMP
[910372a]79! [ARCH=ia32|ARCH=amd64|ARCH=xen32] CONFIG_SMP (y/n)
[944b15c]80
81# Improved support for hyperthreading
[910372a]82! [(ARCH=ia32|ARCH=amd64|ARCH=xen32)&CONFIG_SMP=y] CONFIG_HT (y/n)
[944b15c]83
[04225a7]84# Simics BIOS AP boot fix
[a0c12f5]85! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
[04225a7]86
[944b15c]87# Lazy FPU context switching
[41f7564]88! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=xen32] CONFIG_FPU_LAZY (y/n)
[944b15c]89
[91d5ad6]90# Power off on halt
[898d9f8]91! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
[91d5ad6]92
[34722ee]93## Debugging configuration directives
94
95# General debuging and assert checking
96! CONFIG_DEBUG (y/n)
97
98# Deadlock detection support for spinlocks
[b4cad8b2]99! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
[34722ee]100
[4e49572]101# Watchpoint on rewriting AS with zero
[910372a]102! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=xen32)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
[4e49572]103
[8d25b44]104# Save all interrupt registers
[910372a]105! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=xen32)] CONFIG_DEBUG_ALLREGS (y/n)
[8d25b44]106
[68091bd]107# Use VHPT
[41f7564]108! [ARCH=ia64] CONFIG_VHPT (n/y)
[68091bd]109
[34722ee]110## Run-time configuration directives
111
112# Kernel test type
113@ "" No test
[9a2d6e1]114@ "atomic/atomic1" Test of atomic operations.
[018d957e]115@ "btree/btree1" B-tree test.
[34722ee]116@ "synch/rwlock1" Read write test 1
117@ "synch/rwlock2" Read write test 2
118@ "synch/rwlock3" Read write test 3
119@ "synch/rwlock4" Read write test 4
120@ "synch/rwlock5" Read write test 5
121@ "synch/semaphore1" Semaphore test 1
122@ "synch/semaphore2" Sempahore test 2
[aecf79f]123@ [ARCH=ia32|ARCH=amd64|ARCH=ia64|ARCH=xen32] "fpu/fpu1" Intel FPU test 1
124@ [ARCH=ia32|ARCH=amd64|ARCH=xen32] "fpu/sse1" Intel SSE test 1
[41f7564]125@ [ARCH=mips32&MACHINE!=msim&MACHINE!=simics] "fpu/mips1" MIPS FPU test 1
[34722ee]126@ "print/print1" Printf test 1
[3887b105]127@ "thread/thread1" Thread test 1
[d43d2f7]128@ "mm/mapping1" Mapping test 1
[f275cb3]129@ "mm/falloc1" Frame Allocation test 1
[078a0a1]130@ "mm/falloc2" Frame Allocation test 2
[41f7564]131@ "mm/slab1" SLAB test1 - No CPU cache
[4a5b2b0e]132@ "mm/slab2" SLAB test2 - SMP CPU cache
[4a2b52f]133@ "fault/fault1" Write to NULL (maybe page fault)
[2666daa]134@ "sysinfo" Sysinfo fill and dump test
[bdab828]135@ [ARCH=ia64] "mm/purge1" Itanium TLB purge test
[41f7564]136@ [ARCH=mips32] "debug/mips1" MIPS breakpoint-debug test
[34722ee]137! CONFIG_TEST (choice)
Note: See TracBrowser for help on using the repository browser.