Changeset 31fb9a0 in mainline for defaults/ia64/Makefile.config
- Timestamp:
- 2009-03-08T13:38:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0af8bcd
- Parents:
- ec944b1
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
defaults/ia64/Makefile.config
rec944b1 r31fb9a0 2 2 PLATFORM = ia64 3 3 4 # Machine type5 MACHINE = i460GX6 7 4 # Ramdisk format 8 RDFMT = tmpfs5 RDFMT = fat 9 6 10 7 # Compiler … … 13 10 # Debug build 14 11 CONFIG_DEBUG = y 12 13 # Deadlock detection support for spinlocks 14 CONFIG_DEBUG_SPINLOCK = y 15 15 16 16 # Support for SMP … … 21 21 22 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 23 CONFIG_VHPT = y 33 24 34 25 # Support for userspace debuggers 35 CONFIG_UDEBUG = n26 CONFIG_UDEBUG = y 36 27 37 28 # Kernel console support … … 41 32 CONFIG_LOG = n 42 33 43 # Deadlock detection support for spinlocks44 CONFIG_DEBUG_SPINLOCK = y45 46 34 # Compile kernel tests 47 35 CONFIG_TEST = y 36 37 # Keyboard layout 38 KBD_LAYOUT = us_qwerty
Note:
See TracChangeset
for help on using the changeset viewer.