source: mainline/defaults/arm32/gta02/Makefile.config@ 6250c37

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 6250c37 was 21ee6ad4, checked in by Jiri Svoboda <jiri@…>, 15 years ago

Add gta0 configuration preset.

  • Property mode set to 100644
File size: 354 bytes
Line 
1# Machine type
2MACHINE = gta02
3
4# RAM disk format
5RDFMT = tmpfs
6
7# Support for userspace debuggers
8CONFIG_UDEBUG = n
9
10# Kernel console support
11CONFIG_KCONSOLE = n
12
13# Kernel symbol information
14CONFIG_SYMTAB = n
15
16# Compile kernel tests
17CONFIG_TEST = n
18
19# Framebuffer support
20CONFIG_FB = n
21
22# Barebone build with essential binaries only
23CONFIG_BAREBONE = y
Note: See TracBrowser for help on using the repository browser.