Changeset 28ecadb in mainline for kernel/arch/sparc64/Makefile.inc
- Timestamp:
- 2006-09-22T21:44:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d684e4
- Parents:
- 16529d5
- File:
-
- 1 edited
-
kernel/arch/sparc64/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
r16529d5 r28ecadb 61 61 CONFIG_FB = y 62 62 63 ## Compile with support for Sun keyboard. 64 # 65 66 CONFIG_SUN_KBD = y 67 63 68 ## Compile with support for OpenFirmware device tree. 64 69 # 65 70 66 71 CONFIG_OFW_TREE = y 67 68 ifeq ($(MACHINE),enterprise)69 ## Compile with support for z8530 controller.70 #71 72 CONFIG_Z8530 = y73 DEFS += -DCONFIG_Z853074 endif75 ifeq ($(MACHINE),ultra)76 ## Compile with support for ns16550 controller.77 #78 79 CONFIG_NS16550 = y80 DEFS += -DCONFIG_NS1655081 82 DEFS += -DKBD_ADDR_OVRD=0x1fff13083f8ULL83 84 endif85 86 72 87 73 ARCH_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
