source: mainline/contrib/default/mips32/Makefile.config@ 5d8d71e

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

default configs for other platforms

  • Property mode set to 100644
File size: 485 bytes
Line 
1# Platform
2PLATFORM = mips32
3
4# Machine type
5MACHINE = lgxemul
6
7# Ramdisk format
8RDFMT = tmpfs
9
10# Compiler
11COMPILER = gcc_cross
12
13# Debug build
14CONFIG_DEBUG = y
15
16# Lazy FPU context switching
17CONFIG_FPU_LAZY = y
18
19# Support for userspace debuggers
20CONFIG_UDEBUG = n
21
22# Kernel console support
23CONFIG_KCONSOLE = y
24
25# Detailed kernel logging
26CONFIG_LOG = n
27
28# Save all interrupt registers
29CONFIG_DEBUG_ALLREGS = y
30
31# Compile kernel tests
32CONFIG_TEST = y
33
34# Framebuffer support
35CONFIG_FB = y
Note: See TracBrowser for help on using the repository browser.