Changeset 31fb9a0 in mainline for defaults/arm32/Makefile.config


Ignore:
Timestamp:
2009-03-08T13:38:22Z (15 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)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • defaults/arm32/Makefile.config

    rec944b1 r31fb9a0  
    33
    44# Ramdisk format
    5 RDFMT = tmpfs
     5RDFMT = fat
    66
    77# Compiler
     
    1212
    1313# Support for userspace debuggers
    14 CONFIG_UDEBUG = n
     14CONFIG_UDEBUG = y
    1515
    1616# Kernel console support
     
    2323CONFIG_TEST = y
    2424
     25# What is your input device?
     26CONFIG_HID_IN = keyboard
     27
     28# What is your output device?
     29CONFIG_HID_OUT = monitor
     30
    2531# Framebuffer support
    2632CONFIG_FB = y
     33
     34# Keyboard layout
     35KBD_LAYOUT = us_qwerty
Note: See TracChangeset for help on using the changeset viewer.