source: mainline/defaults/special/Makefile.config@ 0a052b0

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0a052b0 was aae365bc, checked in by Jakub Jermar <jakub@…>, 7 years ago

Remove RCU and CHT support

  • Property mode set to 100644
File size: 545 bytes
RevLine 
[50fda24]1# RAM disk format
[d42a0bd]2RDFMT = ext4fs
[50fda24]3
4# Compiler
[5d618d8]5COMPILER = gcc_cross
[50fda24]6
[a0a273e]7# In case compiler is clang, whether or not to use its integrated assembler.
8INTEGRATED_AS = default
9
[d32358f]10# Support for SMP
11CONFIG_SMP = y
12
[50fda24]13# Debug build
14CONFIG_DEBUG = y
15
16# Support for userspace debuggers
17CONFIG_UDEBUG = y
18
19# Kernel console support
20CONFIG_KCONSOLE = y
21
22# Kernel symbol information
23CONFIG_SYMTAB = y
24
25# Detailed kernel logging
26CONFIG_LOG = n
27
[ad8f03d2]28# Kernel function tracing
29CONFIG_TRACE = n
30
[50fda24]31# Compile kernel tests
32CONFIG_TEST = y
33
[2c52073]34# Optimization level
35OPTIMIZATION = 3
Note: See TracBrowser for help on using the repository browser.