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