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
|
|---|
| 2 | PLATFORM = ia64
|
|---|
| 3 |
|
|---|
| 4 | # Machine type
|
|---|
| 5 | MACHINE = i460GX
|
|---|
| 6 |
|
|---|
| 7 | # Ramdisk format
|
|---|
| 8 | RDFMT = tmpfs
|
|---|
| 9 |
|
|---|
| 10 | # Compiler
|
|---|
| 11 | COMPILER = gcc_cross
|
|---|
| 12 |
|
|---|
| 13 | # Debug build
|
|---|
| 14 | CONFIG_DEBUG = y
|
|---|
| 15 |
|
|---|
| 16 | # Support for SMP
|
|---|
| 17 | CONFIG_SMP = y
|
|---|
| 18 |
|
|---|
| 19 | # Lazy FPU context switching
|
|---|
| 20 | CONFIG_FPU_LAZY = y
|
|---|
| 21 |
|
|---|
| 22 | # 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
|
|---|
| 33 |
|
|---|
| 34 | # Support for userspace debuggers
|
|---|
| 35 | CONFIG_UDEBUG = n
|
|---|
| 36 |
|
|---|
| 37 | # Kernel console support
|
|---|
| 38 | CONFIG_KCONSOLE = y
|
|---|
| 39 |
|
|---|
| 40 | # Detailed kernel logging
|
|---|
| 41 | CONFIG_LOG = n
|
|---|
| 42 |
|
|---|
| 43 | # Deadlock detection support for spinlocks
|
|---|
| 44 | CONFIG_DEBUG_SPINLOCK = y
|
|---|
| 45 |
|
|---|
| 46 | # Compile kernel tests
|
|---|
| 47 | CONFIG_TEST = y
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.