source:
mainline/defaults/ppc32/Makefile.config@
d0688a3
| Last change on this file since d0688a3 was d0688a3, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 493 bytes | |
| Rev | Line | |
|---|---|---|
| [76bcaaf] | 1 | # Platform |
| 2 | PLATFORM = ppc32 | |
| 3 | ||
| 4 | # Ramdisk format | |
| [31fb9a0] | 5 | RDFMT = fat |
| [76bcaaf] | 6 | |
| 7 | # Compiler | |
| 8 | COMPILER = gcc_cross | |
| 9 | ||
| 10 | # Debug build | |
| 11 | CONFIG_DEBUG = y | |
| 12 | ||
| 13 | # Support for userspace debuggers | |
| [31fb9a0] | 14 | CONFIG_UDEBUG = y |
| [76bcaaf] | 15 | |
| 16 | # Kernel console support | |
| 17 | CONFIG_KCONSOLE = y | |
| 18 | ||
| 19 | # Detailed kernel logging | |
| 20 | CONFIG_LOG = n | |
| 21 | ||
| 22 | # Compile kernel tests | |
| 23 | CONFIG_TEST = y | |
| 24 | ||
| [31fb9a0] | 25 | # Output device class |
| [d0688a3] | 26 | CONFIG_HID_OUT = generic |
| [31fb9a0] | 27 | |
| 28 | # Framebuffer support | |
| 29 | CONFIG_FB = y | |
| 30 | ||
| [76bcaaf] | 31 | # Use Block Address Translation by the loader |
| 32 | CONFIG_BAT = y | |
| [31fb9a0] | 33 | |
| 34 | # Keyboard layout | |
| 35 | KBD_LAYOUT = us_qwerty |
Note:
See TracBrowser
for help on using the repository browser.
