Changeset 28ecadb in mainline for kernel/kernel.config


Ignore:
Timestamp:
2006-09-22T21:44:54Z (18 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/kernel.config

    r16529d5 r28ecadb  
    3636@ "indy" SGI Indy
    3737! [ARCH=mips32] MACHINE (choice)
    38 
    39 # Machine type
    40 @ "ultra" Sun Ultra 5
    41 @ "enterprise" Sun Enterprise E6500
    42 ! [ARCH=sparc64] MACHINE (choice)
    4338
    4439# Framebuffer support
     
    111106! [ARCH=sparc64] CONFIG_TSB (n/y)
    112107
     108# Support for Z8530 serial port
     109! [ARCH=sparc64] CONFIG_Z8530 (y/n)
     110
     111# Support for NS16550 serial port
     112! [ARCH=sparc64] CONFIG_NS16550 (y/n)
     113
    113114## Run-time configuration directives
    114115
Note: See TracChangeset for help on using the changeset viewer.