source: mainline/contrib/default/ia64/Makefile.config@ 0fcfa48

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0fcfa48 was 76bcaaf, checked in by Martin Decky <martin@…>, 17 years ago

default configs for other platforms

  • Property mode set to 100644
File size: 707 bytes
Line 
1# Platform
2PLATFORM = ia64
3
4# Machine type
5MACHINE = i460GX
6
7# Ramdisk format
8RDFMT = tmpfs
9
10# Compiler
11COMPILER = gcc_cross
12
13# Debug build
14CONFIG_DEBUG = y
15
16# Support for SMP
17CONFIG_SMP = y
18
19# Lazy FPU context switching
20CONFIG_FPU_LAZY = y
21
22# Use VHPT
23CONFIG_VHPT = n
24
25# Support for NS16550 serial port
26CONFIG_NS16550 = y
27
28# IOSapic on default address support
29CONFIG_IOSAPIC = y
30
31# Interrupt-driven driver for NS16550?
32CONFIG_NS16550_INTERRUPT_DRIVEN = y
33
34# Support for userspace debuggers
35CONFIG_UDEBUG = n
36
37# Kernel console support
38CONFIG_KCONSOLE = y
39
40# Detailed kernel logging
41CONFIG_LOG = n
42
43# Deadlock detection support for spinlocks
44CONFIG_DEBUG_SPINLOCK = y
45
46# Compile kernel tests
47CONFIG_TEST = y
Note: See TracBrowser for help on using the repository browser.