bump version to 0.5.0 in preparation for a release
[helenos.git] / defaults / sparc64 / Makefile.config
blob236e3107966e95ad8b3119072c1eb5f9b1c3dde0
1 # Platform
2 PLATFORM = sparc64
4 # Ramdisk format
5 RDFMT = fat
7 # Compiler
8 COMPILER = gcc_cross
10 # Support for SMP
11 CONFIG_SMP = y
13 # Debug build
14 CONFIG_DEBUG = y
16 # Deadlock detection support for spinlocks
17 CONFIG_DEBUG_SPINLOCK = y
19 # Lazy FPU context switching
20 CONFIG_FPU_LAZY = y
22 # Use TSB
23 CONFIG_TSB = y
25 # Virtually indexed D-cache support
26 CONFIG_VIRT_IDX_DCACHE = y
28 # Support for userspace debuggers
29 CONFIG_UDEBUG = y
31 # Kernel console support
32 CONFIG_KCONSOLE = y
34 # Kernel symbol information
35 CONFIG_SYMTAB = y
37 # Detailed kernel logging
38 CONFIG_LOG = n
40 # Kernel function tracing
41 CONFIG_TRACE = n
43 # Compile kernel tests
44 CONFIG_TEST = y
46 # Input device class
47 CONFIG_HID_IN = generic
49 # Output device class
50 CONFIG_HID_OUT = generic
52 # Start AP processors by the loader
53 CONFIG_AP = y
55 # Load disk drivers on startup
56 CONFIG_START_BD = n
58 # Mount /data on startup
59 CONFIG_MOUNT_DATA = n