Changeset 64c7e14 in mainline for kernel/kernel.config


Ignore:
Timestamp:
2008-12-17T16:24:02Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8231246
Parents:
04de765
Message:

do not waist resources if no keyboard driver is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kernel.config

    r04de765 r64c7e14  
    4141! ARCH (choice)
    4242
    43 # Compiler                                                                                                       
    44 @ "gcc_cross" GCC Cross-compiler                                                                                 
    45 @ "gcc_native" GCC Native                                                                                         
    46 @ "icc_native" ICC Native                                                                                         
    47 @ "suncc_native" Sun Studio C Compiler                                                                             
    48 ! [ARCH=amd64|ARCH=ia32|ARCH=ia32xen] COMPILER (choice)                                               
    49                                                                                                                  
    50 # Compiler                                                                                                       
    51 @ "gcc_cross" GCC Cross-compiler                                                                                 
    52 @ "gcc_native" GCC Native                                                                                         
    53 @ "icc_native" ICC Native                                                                                         
    54 ! [ARCH=ia64] COMPILER (choice)                                                                               
    55                                                                                                                  
    56 # Compiler                                                                                                       
    57 @ "gcc_cross" GCC Cross-compiler                                                                                 
    58 @ "gcc_native" GCC Native                                                                                         
    59 @ "suncc_native" Sun Studio C Compiler                                                                             
    60 ! [ARCH=sparc64] COMPILER (choice)                                                                           
    61                                                                                                                  
    62 # Compiler                                                                                                       
    63 @ "gcc_cross" GCC Cross-compiler                                                                                 
    64 @ "gcc_native" GCC Native                                                                                         
     43# Compiler
     44@ "gcc_cross" GCC Cross-compiler
     45@ "gcc_native" GCC Native
     46@ "icc_native" ICC Native
     47@ "suncc_native" Sun Studio C Compiler
     48! [ARCH=amd64|ARCH=ia32|ARCH=ia32xen] COMPILER (choice)
     49
     50# Compiler
     51@ "gcc_cross" GCC Cross-compiler
     52@ "gcc_native" GCC Native
     53@ "icc_native" ICC Native
     54! [ARCH=ia64] COMPILER (choice)
     55
     56# Compiler
     57@ "gcc_cross" GCC Cross-compiler
     58@ "gcc_native" GCC Native
     59@ "suncc_native" Sun Studio C Compiler
     60! [ARCH=sparc64] COMPILER (choice)
     61
     62# Compiler
     63@ "gcc_cross" GCC Cross-compiler
     64@ "gcc_native" GCC Native
    6565! [ARCH=arm32|ARCH=mips32|ARCH=ppc32|ARCH=ppc64] COMPILER (choice)
    6666
     
    144144! [ARCH=sparc64] CONFIG_Z8530 (y/n)
    145145
    146 # Support for NS16550 serial port 
     146# Support for NS16550 serial port
    147147! [ARCH=sparc64|(ARCH=ia64&MACHINE!=ski)] CONFIG_NS16550 (n/y)
    148148
Note: See TracChangeset for help on using the changeset viewer.