Changeset eb353b3 in mainline


Ignore:
Timestamp:
2006-11-22T18:26:38Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44d0758
Parents:
ccb0cbc
Message:

Move general configuration out of debugging configuration.
Add CONFIG_VIRT_IDX_CACHE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kernel.config

    rccb0cbc reb353b3  
    8686! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
    8787
     88# Use VHPT
     89! [ARCH=ia64] CONFIG_VHPT (n/y)
     90
     91# Use TSB
     92! [ARCH=sparc64] CONFIG_TSB (y/n)
     93
     94# Support for Z8530 serial port
     95! [ARCH=sparc64] CONFIG_Z8530 (y/n)
     96
     97# Support for NS16550 serial port
     98! [ARCH=sparc64] CONFIG_NS16550 (y/n)
     99
     100# Virtually indexed cache support
     101! [ARCH=sparc64] CONFIG_VIRT_IDX_SUPPORT (n/y)
     102
     103
    88104## Debugging configuration directives
    89105
     
    100116! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_ALLREGS (y/n)
    101117
    102 # Use VHPT
    103 ! [ARCH=ia64] CONFIG_VHPT (n/y)
    104 
    105 # Use TSB
    106 ! [ARCH=sparc64] CONFIG_TSB (y/n)
    107 
    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)
    113118
    114119## Run-time configuration directives
Note: See TracChangeset for help on using the changeset viewer.