Changeset 31fb9a0 in mainline for defaults/mips32


Ignore:
Timestamp:
2009-03-08T13:38:22Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0af8bcd
Parents:
ec944b1
Message:

add support for predefined configuration profiles (and subprofiles, configuration can be nested)

Location:
defaults/mips32
Files:
2 added
2 moved

Legend:

Unmodified
Added
Removed
  • defaults/mips32/Makefile.config

    rec944b1 r31fb9a0  
    22PLATFORM = mips32
    33
    4 # Machine type
    5 MACHINE = lgxemul
    6 
    74# Ramdisk format
    8 RDFMT = tmpfs
     5RDFMT = fat
    96
    107# Compiler
     
    1411CONFIG_DEBUG = y
    1512
    16 # Lazy FPU context switching
    17 CONFIG_FPU_LAZY = y
     13# Deadlock detection support for spinlocks
     14CONFIG_DEBUG_SPINLOCK = y
     15
     16# Support for SMP
     17CONFIG_SMP = y
    1818
    1919# Support for userspace debuggers
    20 CONFIG_UDEBUG = n
     20CONFIG_UDEBUG = y
    2121
    2222# Kernel console support
     
    2626CONFIG_LOG = n
    2727
    28 # Save all interrupt registers
    29 CONFIG_DEBUG_ALLREGS = y
    30 
    3128# Compile kernel tests
    3229CONFIG_TEST = y
    3330
    34 # Framebuffer support
    35 CONFIG_FB = y
     31# Keyboard layout
     32KBD_LAYOUT = us_qwerty
Note: See TracChangeset for help on using the changeset viewer.