2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Include xeontemp and pc87360 in the patch.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2662 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-08-16 18:24:55 +00:00
parent e7f4222ccb
commit ed81aef459
3 changed files with 43 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ if [ "$CONFIG_I2C_PROC" = "m" -o "$CONFIG_I2C_PROC" = "y" ] ; then
dep_tristate ' Genesys Logic GL518SM' CONFIG_SENSORS_GL518SM $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' Genesys Logic GL520SM' CONFIG_SENSORS_GL520SM $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' HP Maxilife' CONFIG_SENSORS_MAXILIFE $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' Intel Xeon Thermal Sensor' CONFIG_SENSORS_XEONTEMP $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' ITE 8705/8712, SiS950' CONFIG_SENSORS_IT87 $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' Maxim MAX6650, MAX6651' CONFIG_SENSORS_MAX6650 $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' Myson MTP008' CONFIG_SENSORS_MTP008 $CONFIG_I2C $CONFIG_I2C_PROC
@@ -35,6 +36,7 @@ if [ "$CONFIG_I2C_PROC" = "m" -o "$CONFIG_I2C_PROC" = "y" ] ; then
dep_tristate ' National Semiconductor LM87' CONFIG_SENSORS_LM87 $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' National Semiconductor LM90 and compatibles' CONFIG_SENSORS_LM90 $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' National Semiconductor LM92' CONFIG_SENSORS_LM92 $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' National Semiconductor PC8736x Sensors' CONFIG_SENSORS_PC87360 $CONFIG_I2C $CONFIG_I2C_PROC
dep_tristate ' Silicon Integrated Systems Corp. SiS5595' CONFIG_SENSORS_SIS5595 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA
dep_tristate ' SMSC47M1xx Integrated Sensors' CONFIG_SENSORS_SMSC47M1 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA
dep_tristate ' Texas Instruments THMC50 and compatibles' CONFIG_SENSORS_THMC50 $CONFIG_I2C $CONFIG_I2C_PROC

View File

@@ -44,6 +44,7 @@ kernel/chips/matorb.c drivers/sensors/matorb.c
kernel/chips/max6650.c drivers/sensors/max6650.c
kernel/chips/maxilife.c drivers/sensors/maxilife.c
kernel/chips/mtp008.c drivers/sensors/mtp008.c
kernel/chips/pc87360.c drivers/sensors/pc87360.c
kernel/chips/pcf8574.c drivers/sensors/pcf8574.c
kernel/chips/pcf8591.c drivers/sensors/pcf8591.c
kernel/chips/sis5595.c drivers/sensors/sis5595.c
@@ -54,7 +55,8 @@ kernel/chips/vt1211.c drivers/sensors/vt1211.c
kernel/chips/vt8231.c drivers/sensors/vt8231.c
kernel/chips/w83781d.c drivers/sensors/w83781d.c
kernel/chips/w83627hf.c drivers/sensors/w83627hf.c
kernel/chips/w83l785ts.c drivers/sensors/w83l785ts.c
kernel/chips/w83l785ts.c drivers/sensors/w83l785ts.c
kernel/chips/xeontemp.c drivers/sensors/xeontemp.c
kernel/include/sensors_compat.h include/linux/sensors_compat.h
kernel/include/sensors_vid.h include/linux/sensors_vid.h
mkpatch/Config.in drivers/sensors/Config.in

View File

@@ -107,17 +107,19 @@ sub gen_Documentation_Configure_help
m@Genesys Logic GL518SM@ or
m@Genesys Logic GL520SM@ or
m@HP Maxilife@ or
m@Intel Xeon Thermal Sensor@ or
m@ITE 8705, 8712, Sis950@ or
m@Maxim MAX6650, MAX6651@ or
m@Myson MTP008@ or
m@National Semiconductors LM75 and compatibles@ or
m@National Semiconductors LM78@ or
m@National Semiconductors LM80@ or
m@National Semiconductors LM83@ or
m@National Semiconductors LM85@ or
m@National Semiconductors LM87@ or
m@National Semiconductors LM90@ or
m@National Semiconductors LM92@ or
m@National Semiconductor LM75 and compatibles@ or
m@National Semiconductor LM78@ or
m@National Semiconductor LM80@ or
m@National Semiconductor LM83@ or
m@National Semiconductor LM85@ or
m@National Semiconductor LM87@ or
m@National Semiconductor LM90@ or
m@National Semiconductor LM92@ or
m@National Semiconductor PC8736x@ or
m@Silicon Integrated Systems Corp. SiS5595 Sensor@ or
m@Texas Instruments THMC50 / Analog Devices ADM1022@ or
m@Via VT82C686A/B@ or
@@ -272,13 +274,12 @@ CONFIG_I2C_ISA
http://www.lm-sensors.nu
Analog Devices ADM1021 and compatibles
CONFIG_SENSORS_ADM1021
CONFIG_SENSORS_ADM1021
If you say yes here you get support for Analog Devices ADM1021
and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
Genesys Logic GL523SM, National Semi LM84, TI THMC10, Onsemi MC1066
and the XEON processor built-in sensor. This can also
be built as a module which can be inserted and removed while the
kernel is running.
Genesys Logic GL523SM, National Semi LM84, TI THMC10 and Onsemi
MC1066. This can also be built as a module which can be inserted
and removed while the kernel is running.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
@@ -394,6 +395,16 @@ CONFIG_SENSORS_MAXILIFE
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
Intel Xeon Thermal Sensor
CONFIG_SENSORS_XEONTEMP
If you say yes here you get support for the Intel Xeon processor
built-in thermal sensor. This can also be built as a module which
can be inserted and removed while the kernel is running.
You will also need the latest user-space utilities: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu/
ITE 8705, 8712, Sis950
CONFIG_SENSORS_IT87
If you say yes here you get support for the ITE 8705 and 8712 and
@@ -506,6 +517,18 @@ CONFIG_SENSORS_LM92
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
National Semiconductor PC8736x Sensors
CONFIG_SENSORS_PC87360
If you say yes here you get support for the integrated hardware
monitoring in the National Semicoductor PC87360, PC87363, PC87364,
PC87365 and PC87366 Super I/O chips. This can also be built as a
module which can be inserted and removed while the kernel is
running.
You will also need the latest user-space utilities: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu/
Philips PCF8574
CONFIG_SENSORS_PCF8574
If you say yes here you get support for the Philips PCF8574
@@ -924,6 +947,7 @@ obj-$(CONFIG_SENSORS_LM92) += lm92.o
obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
obj-$(CONFIG_SENSORS_MAXILIFE) += maxilife.o
obj-$(CONFIG_SENSORS_MTP008) += mtp008.o
obj-$(CONFIG_SENSORS_PC87360) += pc87360.o
obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o
obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o
@@ -935,6 +959,7 @@ obj-$(CONFIG_SENSORS_VT8231) += vt8231.o
obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o
obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o
obj-$(CONFIG_SENSORS_XEONTEMP) += xeontemp.o
include $(TOPDIR)/Rules.make