Changeset 2757

Show
Ignore:
Timestamp:
11/14/04 18:05:26 (4 years ago)
Author:
khali
Message:

Include the new i2c-amd756-s4882 driver.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/mkpatch/FILES

    r2662 r2757  
    22kernel/busses/i2c-ali15x3.c     drivers/i2c/i2c-ali15x3.c 
    33kernel/busses/i2c-amd756.c      drivers/i2c/i2c-amd756.c 
     4kernel/busses/i2c-amd756-s4882.c        drivers/i2c/i2c-amd756-s4882.c 
    45kernel/busses/i2c-amd8111.c     drivers/i2c/i2c-amd8111.c 
    56kernel/busses/i2c-hydra.c       drivers/i2c/i2c-hydra.c 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r2742 r2757  
    8484           m@Acer Labs ALI 1533 and 1543C@ or 
    8585           m@AMD 756/766/768/8111@ or 
     86           m@SMBus multiplexing on the Tyan S4882@ or 
    8687           m@AMD 8111 SMBus 2.0@ or 
    8788           m@Apple Hydra Mac I/O@ or 
     
    166167  kernel is running. 
    167168 
     169SMBus multiplexing on the Tyan S4882 
     170CONFIG_I2C_AMD756_S4882 
     171  Enabling this option will add specific SMBus support for the Tyan 
     172  S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed 
     173  over 8 different channels, where the various memory module EEPROMs 
     174  and temperature sensors live. Saying yes here will give you access 
     175  to these in addition to the trunk. 
     176 
    168177AMD 8111 SMBus 2.0 
    169178CONFIG_I2C_AMD8111 
     
    877886    dep_tristate '  Apple Hydra Mac I/O' CONFIG_I2C_HYDRA $CONFIG_I2C_ALGOBIT 
    878887    dep_tristate '  AMD 756/766/768/8111 and nVidia nForce' CONFIG_I2C_AMD756 $CONFIG_I2C 
     888    if [ "$CONFIG_I2C_AMD756" != "n" ]; then 
     889      dep_mbool '  SMBus multiplexing on the Tyan S4882' CONFIG_I2C_AMD756_S4882 $CONFIG_I2C_AMD756 
     890    fi 
    879891    dep_tristate '  AMD 8111 SMBus 2.0' CONFIG_I2C_AMD8111 $CONFIG_I2C 
    880892    if [ "$CONFIG_ALPHA" = "y" ]; then