lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since ee69c49 was e507afa, checked in by Jakub Jermar <jakub@…>, 20 years ago |
|
For now, each architecture must use its own -O switch (-O2 doesn't work for ia64, -O3 doesn't work for mips32).
New mips32 atomic_add() function.
Cleanup.
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | ## General configuration directives
|
|---|
| 2 | #
|
|---|
| 3 | # CONFIG_SMP (n/y)
|
|---|
| 4 | # Support for symetric multiprocessors
|
|---|
| 5 | #
|
|---|
| 6 | # CONFIG_HT (n/y)
|
|---|
| 7 | # Improved support for hyperthreading
|
|---|
| 8 | #
|
|---|
| 9 | # CONFIG_FPU_LAZY (n/y)
|
|---|
| 10 | # Lazy context switching
|
|---|
| 11 | #
|
|---|
| 12 |
|
|---|
| 13 | CONFIG_SMP = y
|
|---|
| 14 | CONFIG_HT = y
|
|---|
| 15 | CONFIG_FPU_LAZY = y
|
|---|
| 16 |
|
|---|
| 17 | ## Debugging configuration directives
|
|---|
| 18 | #
|
|---|
| 19 | # CONFIG_DEBUG (n/y)
|
|---|
| 20 | # General debuging and assert checking
|
|---|
| 21 | #
|
|---|
| 22 | # CONFIG_DEBUG_SPINLOCK (n/y)
|
|---|
| 23 | # Deadlock detection support for spinlocks
|
|---|
| 24 | #
|
|---|
| 25 |
|
|---|
| 26 | CONFIG_DEBUG = y
|
|---|
| 27 | CONFIG_DEBUG_SPINLOCK = y
|
|---|
| 28 |
|
|---|
| 29 | ## Run-time configuration directives
|
|---|
| 30 | #
|
|---|
| 31 | # CONFIG_USERSPACE (n/y)
|
|---|
| 32 | # Enable user space support
|
|---|
| 33 | #
|
|---|
| 34 | # CONFIG_TEST (value)
|
|---|
| 35 | # Compile in test "value" (empty string for no test)
|
|---|
| 36 | #
|
|---|
| 37 |
|
|---|
| 38 | CONFIG_USERSPACE = n
|
|---|
| 39 | CONFIG_TEST =
|
|---|
| 40 | #CONFIG_TEST = synch/rwlock1
|
|---|
| 41 | #CONFIG_TEST = synch/rwlock2
|
|---|
| 42 | #CONFIG_TEST = synch/rwlock3
|
|---|
| 43 | #CONFIG_TEST = synch/rwlock4
|
|---|
| 44 | #CONFIG_TEST = synch/rwlock5
|
|---|
| 45 | #CONFIG_TEST = synch/semaphore1
|
|---|
| 46 | #CONFIG_TEST = synch/semaphore2
|
|---|
| 47 | #CONFIG_TEST = fpu/fpu1
|
|---|
| 48 | #CONFIG_TEST = fpu/sse1
|
|---|
| 49 | #CONFIG_TEST = fpu/mips1
|
|---|
| 50 | #CONFIG_TEST = print/print1
|
|---|
| 51 | #CONFIG_TEST = thread/thread1
|
|---|
| 52 | #CONFIG_TEST = mm/mapping1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.