Changeset 2757
- Timestamp:
- 11/14/04 18:05:26 (4 years ago)
- Files:
-
- lm-sensors/trunk/mkpatch/FILES (modified) (1 diff)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/FILES
r2662 r2757 2 2 kernel/busses/i2c-ali15x3.c drivers/i2c/i2c-ali15x3.c 3 3 kernel/busses/i2c-amd756.c drivers/i2c/i2c-amd756.c 4 kernel/busses/i2c-amd756-s4882.c drivers/i2c/i2c-amd756-s4882.c 4 5 kernel/busses/i2c-amd8111.c drivers/i2c/i2c-amd8111.c 5 6 kernel/busses/i2c-hydra.c drivers/i2c/i2c-hydra.c lm-sensors/trunk/mkpatch/mkpatch.pl
r2742 r2757 84 84 m@Acer Labs ALI 1533 and 1543C@ or 85 85 m@AMD 756/766/768/8111@ or 86 m@SMBus multiplexing on the Tyan S4882@ or 86 87 m@AMD 8111 SMBus 2.0@ or 87 88 m@Apple Hydra Mac I/O@ or … … 166 167 kernel is running. 167 168 169 SMBus multiplexing on the Tyan S4882 170 CONFIG_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 168 177 AMD 8111 SMBus 2.0 169 178 CONFIG_I2C_AMD8111 … … 877 886 dep_tristate ' Apple Hydra Mac I/O' CONFIG_I2C_HYDRA $CONFIG_I2C_ALGOBIT 878 887 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 879 891 dep_tristate ' AMD 8111 SMBus 2.0' CONFIG_I2C_AMD8111 $CONFIG_I2C 880 892 if [ "$CONFIG_ALPHA" = "y" ]; then
