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


Ignore:
Timestamp:
2009-03-08T13:38:22Z (16 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/ia64/Makefile.config

    rec944b1 r31fb9a0  
    22PLATFORM = ia64
    33
    4 # Machine type
    5 MACHINE = i460GX
    6 
    74# Ramdisk format
    8 RDFMT = tmpfs
     5RDFMT = fat
    96
    107# Compiler
     
    1310# Debug build
    1411CONFIG_DEBUG = y
     12
     13# Deadlock detection support for spinlocks
     14CONFIG_DEBUG_SPINLOCK = y
    1515
    1616# Support for SMP
     
    2121
    2222# Use VHPT
    23 CONFIG_VHPT = n
    24 
    25 # Support for NS16550 serial port
    26 CONFIG_NS16550 = y
    27 
    28 # IOSapic on default address support
    29 CONFIG_IOSAPIC = y
    30 
    31 # Interrupt-driven driver for NS16550?
    32 CONFIG_NS16550_INTERRUPT_DRIVEN = y
     23CONFIG_VHPT = y
    3324
    3425# Support for userspace debuggers
    35 CONFIG_UDEBUG = n
     26CONFIG_UDEBUG = y
    3627
    3728# Kernel console support
     
    4132CONFIG_LOG = n
    4233
    43 # Deadlock detection support for spinlocks
    44 CONFIG_DEBUG_SPINLOCK = y
    45 
    4634# Compile kernel tests
    4735CONFIG_TEST = y
     36
     37# Keyboard layout
     38KBD_LAYOUT = us_qwerty
Note: See TracChangeset for help on using the changeset viewer.