Changeset 58775d30 in mainline for defaults/ppc32/Makefile.config


Ignore:
Timestamp:
2015-03-16T16:07:21Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2003739
Parents:
6069061 (diff), 795e2bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/ppc32/Makefile.config

    r6069061 r58775d30  
    77# Compiler
    88COMPILER = gcc_cross
     9
     10# Lazy FPU context switching
     11CONFIG_FPU_LAZY = n
    912
    1013# Debug build
     
    2932CONFIG_TEST = y
    3033
     34# Kernel RCU implementation
     35RCU = PREEMPT_A
     36
    3137# Input device class
    3238CONFIG_HID_IN = generic
     
    4046# OHCI root hub power switch, ganged is enough
    4147OHCI_POWER_SWITCH = ganged
    42 
    43 # Barebone build with essential binaries only
    44 CONFIG_BAREBONE = y
Note: See TracChangeset for help on using the changeset viewer.