Changeset 28ecadb in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2006-09-22T21:44:54Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d684e4
Parents:
16529d5
Message:

Convert sparc64 to detect keyboard and determine
its physical address by walking the memory representation
of the OpenFirmware device tree.

Add bus-specific functions that know how to apply the
"ranges" property to one component of the "reg" property.
Buses supported so far include FHC, EBUS and PCI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    r16529d5 r28ecadb  
    6161CONFIG_FB = y
    6262
     63## Compile with support for Sun keyboard.
     64#
     65
     66CONFIG_SUN_KBD = y
     67
    6368## Compile with support for OpenFirmware device tree.
    6469#
    6570
    6671CONFIG_OFW_TREE = y
    67 
    68 ifeq ($(MACHINE),enterprise)
    69         ## Compile with support for z8530 controller.
    70         #
    71 
    72         CONFIG_Z8530 = y
    73         DEFS += -DCONFIG_Z8530
    74 endif
    75 ifeq ($(MACHINE),ultra)
    76         ## Compile with support for ns16550 controller.
    77         #
    78        
    79         CONFIG_NS16550 = y
    80         DEFS += -DCONFIG_NS16550
    81        
    82         DEFS += -DKBD_ADDR_OVRD=0x1fff13083f8ULL
    83        
    84 endif
    85 
    8672
    8773ARCH_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.