Changeset 2662
- Timestamp:
- 08/16/04 20:24:55 (4 years ago)
- Files:
-
- lm-sensors/trunk/mkpatch/Config.in (modified) (2 diffs)
- lm-sensors/trunk/mkpatch/FILES (modified) (2 diffs)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/Config.in
r2471 r2662 25 25 dep_tristate ' Genesys Logic GL520SM' CONFIG_SENSORS_GL520SM $CONFIG_I2C $CONFIG_I2C_PROC 26 26 dep_tristate ' HP Maxilife' CONFIG_SENSORS_MAXILIFE $CONFIG_I2C $CONFIG_I2C_PROC 27 dep_tristate ' Intel Xeon Thermal Sensor' CONFIG_SENSORS_XEONTEMP $CONFIG_I2C $CONFIG_I2C_PROC 27 28 dep_tristate ' ITE 8705/8712, SiS950' CONFIG_SENSORS_IT87 $CONFIG_I2C $CONFIG_I2C_PROC 28 29 dep_tristate ' Maxim MAX6650, MAX6651' CONFIG_SENSORS_MAX6650 $CONFIG_I2C $CONFIG_I2C_PROC … … 36 37 dep_tristate ' National Semiconductor LM90 and compatibles' CONFIG_SENSORS_LM90 $CONFIG_I2C $CONFIG_I2C_PROC 37 38 dep_tristate ' National Semiconductor LM92' CONFIG_SENSORS_LM92 $CONFIG_I2C $CONFIG_I2C_PROC 39 dep_tristate ' National Semiconductor PC8736x Sensors' CONFIG_SENSORS_PC87360 $CONFIG_I2C $CONFIG_I2C_PROC 38 40 dep_tristate ' Silicon Integrated Systems Corp. SiS5595' CONFIG_SENSORS_SIS5595 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA 39 41 dep_tristate ' SMSC47M1xx Integrated Sensors' CONFIG_SENSORS_SMSC47M1 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA lm-sensors/trunk/mkpatch/FILES
r2441 r2662 45 45 kernel/chips/maxilife.c drivers/sensors/maxilife.c 46 46 kernel/chips/mtp008.c drivers/sensors/mtp008.c 47 kernel/chips/pc87360.c drivers/sensors/pc87360.c 47 48 kernel/chips/pcf8574.c drivers/sensors/pcf8574.c 48 49 kernel/chips/pcf8591.c drivers/sensors/pcf8591.c … … 55 56 kernel/chips/w83781d.c drivers/sensors/w83781d.c 56 57 kernel/chips/w83627hf.c drivers/sensors/w83627hf.c 57 kernel/chips/w83l785ts.c drivers/sensors/w83l785ts.c 58 kernel/chips/w83l785ts.c drivers/sensors/w83l785ts.c 59 kernel/chips/xeontemp.c drivers/sensors/xeontemp.c 58 60 kernel/include/sensors_compat.h include/linux/sensors_compat.h 59 61 kernel/include/sensors_vid.h include/linux/sensors_vid.h lm-sensors/trunk/mkpatch/mkpatch.pl
r2628 r2662 108 108 m@Genesys Logic GL520SM@ or 109 109 m@HP Maxilife@ or 110 m@Intel Xeon Thermal Sensor@ or 110 111 m@ITE 8705, 8712, Sis950@ or 111 112 m@Maxim MAX6650, MAX6651@ or 112 113 m@Myson MTP008@ or 113 m@National Semiconductors LM75 and compatibles@ or 114 m@National Semiconductors LM78@ or 115 m@National Semiconductors LM80@ or 116 m@National Semiconductors LM83@ or 117 m@National Semiconductors LM85@ or 118 m@National Semiconductors LM87@ or 119 m@National Semiconductors LM90@ or 120 m@National Semiconductors LM92@ or 114 m@National Semiconductor LM75 and compatibles@ or 115 m@National Semiconductor LM78@ or 116 m@National Semiconductor LM80@ or 117 m@National Semiconductor LM83@ or 118 m@National Semiconductor LM85@ or 119 m@National Semiconductor LM87@ or 120 m@National Semiconductor LM90@ or 121 m@National Semiconductor LM92@ or 122 m@National Semiconductor PC8736x@ or 121 123 m@Silicon Integrated Systems Corp. SiS5595 Sensor@ or 122 124 m@Texas Instruments THMC50 / Analog Devices ADM1022@ or … … 273 275 274 276 Analog Devices ADM1021 and compatibles 275 CONFIG_SENSORS_ADM1021 277 CONFIG_SENSORS_ADM1021 276 278 If you say yes here you get support for Analog Devices ADM1021 277 279 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, 278 Genesys Logic GL523SM, National Semi LM84, TI THMC10, Onsemi MC1066 279 and the XEON processor built-in sensor. This can also 280 be built as a module which can be inserted and removed while the 281 kernel is running. 280 Genesys Logic GL523SM, National Semi LM84, TI THMC10 and Onsemi 281 MC1066. This can also be built as a module which can be inserted 282 and removed while the kernel is running. 282 283 283 284 You will also need the latest user-space utilties: you can find them … … 395 396 http://www.lm-sensors.nu 396 397 398 Intel Xeon Thermal Sensor 399 CONFIG_SENSORS_XEONTEMP 400 If you say yes here you get support for the Intel Xeon processor 401 built-in thermal sensor. This can also be built as a module which 402 can be inserted and removed while the kernel is running. 403 404 You will also need the latest user-space utilities: you can find them 405 in the lm_sensors package, which you can download at 406 http://www.lm-sensors.nu/ 407 397 408 ITE 8705, 8712, Sis950 398 409 CONFIG_SENSORS_IT87 … … 506 517 in the lm_sensors package, which you can download at 507 518 http://www.lm-sensors.nu 519 520 National Semiconductor PC8736x Sensors 521 CONFIG_SENSORS_PC87360 522 If you say yes here you get support for the integrated hardware 523 monitoring in the National Semicoductor PC87360, PC87363, PC87364, 524 PC87365 and PC87366 Super I/O chips. This can also be built as a 525 module which can be inserted and removed while the kernel is 526 running. 527 528 You will also need the latest user-space utilities: you can find them 529 in the lm_sensors package, which you can download at 530 http://www.lm-sensors.nu/ 508 531 509 532 Philips PCF8574 … … 925 948 obj-$(CONFIG_SENSORS_MAXILIFE) += maxilife.o 926 949 obj-$(CONFIG_SENSORS_MTP008) += mtp008.o 950 obj-$(CONFIG_SENSORS_PC87360) += pc87360.o 927 951 obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o 928 952 obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o … … 936 960 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o 937 961 obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o 962 obj-$(CONFIG_SENSORS_XEONTEMP) += xeontemp.o 938 963 939 964 include $(TOPDIR)/Rules.make
