Subversion Repositories HelenOS

Rev

Rev 3807 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3807 decky 1
# Platform
2
PLATFORM = sparc64
3
 
4
# CPU type
5
MACHINE = us
6
 
7
# Ramdisk format
8
RDFMT = tmpfs
9
 
10
# Compiler
11
COMPILER = gcc_cross
12
 
13
# Debug build
14
CONFIG_DEBUG = y
15
 
16
# Support for SMP
17
CONFIG_SMP = y
18
 
19
# Lazy FPU context switching
20
CONFIG_FPU_LAZY = y
21
 
22
# Use TSB
23
CONFIG_TSB = y
24
 
25
# Support for Z8530 serial port
26
CONFIG_Z8530 = y
27
 
28
# Support for NS16550 serial port
29
CONFIG_NS16550 = y
30
 
31
# Support for Serengeti console
32
CONFIG_SGCN = y
33
 
34
# Interrupt-driven driver for NS16550?
35
CONFIG_NS16550_INTERRUPT_DRIVEN = y
36
 
37
# Virtually indexed D-cache support
38
CONFIG_VIRT_IDX_DCACHE = y
39
 
40
# Support for userspace debuggers
41
CONFIG_UDEBUG = n
42
 
43
# Kernel console support
44
CONFIG_KCONSOLE = y
45
 
46
# Detailed kernel logging
47
CONFIG_LOG = n
48
 
49
# Deadlock detection support for spinlocks
50
CONFIG_DEBUG_SPINLOCK = y
51
 
52
# Compile kernel tests
53
CONFIG_TEST = y
54
 
55
# Start AP processors by the loader
3808 decky 56
CONFIG_AP = y
3807 decky 57
 
58
# Preserve A.OUT header in isofs.b
59
CONFIG_AOUT_ISOFS_B = y
60
 
61
# External ramdisk
62
CONFIG_RD_EXTERNAL = n