Changeset 1424
- Timestamp:
- 07/05/02 20:59:29 (6 years ago)
- Files:
-
- lm-sensors/trunk/kernel/sensors.c (modified) (5 diffs)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/sensors.c
r1156 r1424 59 59 extern int sensors_lm87_init(void); 60 60 #endif 61 #ifdef CONFIG_SENSORS_LM92 62 extern int sensors_lm92_init(void); 63 #endif 61 64 #ifdef CONFIG_SENSORS_MTP008 62 65 extern int sensors_mtp008_init(void); 63 66 #endif 67 #ifdef CONFIG_SENSORS_PCF8574 68 extern int sensors_pcf8574_init(void); 69 #endif 70 #ifdef CONFIG_SENSORS_PCF8591 71 extern int sensors_pcf8591_init(void); 72 #endif 64 73 #ifdef CONFIG_SENSORS_SIS5595 65 74 extern int sensors_sis5595_init(void); 75 #endif 76 #ifdef CONFIG_SENSORS_SMSC47M1 77 extern int sensors_smsc47m1_init(void); 66 78 #endif 67 79 #ifdef CONFIG_SENSORS_THMC50 … … 70 82 #ifdef CONFIG_SENSORS_VIA686A 71 83 extern int sensors_via686a_init(void); 84 #endif 85 #ifdef CONFIG_SENSORS_VT1211 86 extern int sensors_vt1211_init(void); 72 87 #endif 73 88 #ifdef CONFIG_SENSORS_W83781D … … 122 137 sensors_lm87_init(); 123 138 #endif 139 #ifdef CONFIG_SENSORS_LM92 140 sensors_lm92_init(); 141 #endif 142 #ifdef CONFIG_SENSORS_PCF8574 143 sensors_pcf8574_init(); 144 #endif 145 #ifdef CONFIG_SENSORS_PCF8591 146 sensors_pcf8591_init(); 147 #endif 124 148 #ifdef CONFIG_SENSORS_MTP008 125 149 sensors_mtp008_init(); … … 128 152 sensors_sis5595_init(); 129 153 #endif 154 #ifdef CONFIG_SENSORS_SMSC47M1 155 sensors_smsc47m1_init(); 156 #endif 130 157 #ifdef CONFIG_SENSORS_THMC50 131 158 sensors_thmc50_init(); … … 133 160 #ifdef CONFIG_SENSORS_VIA686A 134 161 sensors_via686a_init(); 162 #endif 163 #ifdef CONFIG_SENSORS_VT1211 164 sensors_vt1211_init(); 135 165 #endif 136 166 #ifdef CONFIG_SENSORS_W83781D lm-sensors/trunk/mkpatch/mkpatch.pl
r1293 r1424 354 354 http://www.lm-sensors.nu 355 355 356 National Semiconductor sLM75 and compatibles356 National Semiconductor LM75 and compatibles 357 357 CONFIG_SENSORS_LM75 358 358 If you say yes here you get support for National Semiconductor LM75 … … 365 365 http://www.lm-sensors.nu 366 366 367 National Semiconductor sLM78367 National Semiconductor LM78 368 368 CONFIG_SENSORS_LM78 369 369 If you say yes here you get support for National Semiconductor LM78 … … 377 377 http://www.lm-sensors.nu 378 378 379 National Semiconductor sLM80379 National Semiconductor LM80 380 380 CONFIG_SENSORS_LM80 381 381 If you say yes here you get support for National Semiconductor LM80 … … 387 387 http://www.lm-sensors.nu 388 388 389 National Semiconductor sLM87389 National Semiconductor LM87 390 390 CONFIG_SENSORS_LM87 391 391 If you say yes here you get support for National Semiconductor LM87 … … 397 397 http://www.lm-sensors.nu 398 398 399 National Semiconductor LM92 400 CONFIG_SENSORS_LM92 401 If you say yes here you get support for National Semiconductor LM92 402 sensor chips. This can also be built as a module which can be 403 inserted and removed while the kernel is running. 404 405 You will also need the latest user-space utilties: you can find them 406 in the lm_sensors package, which you can download at 407 http://www.lm-sensors.nu 408 409 Philips PCF8574 410 CONFIG_SENSORS_PCF8574 411 If you say yes here you get support for the Philips PCF8574 412 I2C 8-bit Parallel I/O device. 413 This can also be built as a module which can be 414 inserted and removed while the kernel is running. 415 416 You will also need the latest user-space utilties: you can find them 417 in the lm_sensors package, which you can download at 418 http://www.lm-sensors.nu 419 420 Philips PCF8591 421 CONFIG_SENSORS_PCF8591 422 If you say yes here you get support for the Philips PCF8591 423 I2C Quad D/A + Single A/D I/O device. 424 This can also be built as a module which can be 425 inserted and removed while the kernel is running. 426 427 You will also need the latest user-space utilties: you can find them 428 in the lm_sensors package, which you can download at 429 http://www.lm-sensors.nu 430 399 431 Silicon Integrated Systems Corp. SiS5595 Sensor 400 432 CONFIG_SENSORS_SIS5595 401 433 If you say yes here you get support for the integrated sensors in 402 434 SiS5595 South Bridges. This can also be built as a module 435 which can be inserted and removed while the kernel is running. 436 437 You will also need the latest user-space utilties: you can find them 438 in the lm_sensors package, which you can download at 439 http://www.lm-sensors.nu 440 441 SMSC47M1xx Super I/O Fan Support 442 CONFIG_SENSORS_SMSC47M1 443 If you say yes here you get support for the integrated fan 444 monitoring and control in the SMSC 47M1xx Super I/O chips. 445 This can also be built as a module 403 446 which can be inserted and removed while the kernel is running. 404 447 … … 422 465 If you say yes here you get support for the integrated sensors in 423 466 Via 686A/B South Bridges. This can also be built as a module 467 which can be inserted and removed while the kernel is running. 468 469 You will also need the latest user-space utilties: you can find them 470 in the lm_sensors package, which you can download at 471 http://www.lm-sensors.nu 472 473 Via VT1211 Sensors 474 CONFIG_SENSORS_VT1211 475 If you say yes here you get support for the integrated sensors in 476 the Via VT1211 Super I/O device. This can also be built as a module 424 477 which can be inserted and removed while the kernel is running. 425 478 … … 738 791 tristate ' AMD 756/766/768' CONFIG_I2C_AMD756 739 792 dep_tristate ' DEC Tsunami I2C interface' CONFIG_I2C_TSUNAMI $CONFIG_I2C_ALGOBIT 740 tristate ' Intel 82801AA, 82801AB and 82801BA' CONFIG_I2C_I801793 tristate ' Intel 82801AA, AB, BA, DB' CONFIG_I2C_I801 741 794 dep_tristate ' Intel i810AA/AB/E and i815' CONFIG_I2C_I810 $CONFIG_I2C_ALGOBIT 742 795 tristate ' Intel 82371AB PIIX4(E), 443MX, ServerWorks OSB4/CSB5, SMSC Victory66' CONFIG_I2C_PIIX4 743 796 tristate ' SiS 5595' CONFIG_I2C_SIS5595 797 dep_tristate ' Savage 4' CONFIG_I2C_SAVAGE4 $CONFIG_I2C_ALGOBIT 744 798 dep_tristate ' VIA Technologies, Inc. VT82C586B' CONFIG_I2C_VIA $CONFIG_I2C_ALGOBIT 745 tristate ' VIA Technologies, Inc. VT596A/B, 686A/B, 823 3' CONFIG_I2C_VIAPRO799 tristate ' VIA Technologies, Inc. VT596A/B, 686A/B, 8231, 8233, 8233A' CONFIG_I2C_VIAPRO 746 800 dep_tristate ' Voodoo3 I2C interface' CONFIG_I2C_VOODOO3 $CONFIG_I2C_ALGOBIT 747 801 tristate ' Pseudo ISA adapter (for some hardware sensors)' CONFIG_I2C_ISA … … 799 853 obj-$(CONFIG_SENSORS_LM80) += lm80.o 800 854 obj-$(CONFIG_SENSORS_LM87) += lm87.o 855 obj-$(CONFIG_SENSORS_LM92) += lm92.o 801 856 obj-$(CONFIG_SENSORS_MAXILIFE) += maxilife.o 802 857 obj-$(CONFIG_SENSORS_MTP008) += mtp008.o 858 obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o 859 obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o 803 860 obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o 861 obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o 804 862 obj-$(CONFIG_SENSORS_THMC50) += thmc50.o 805 863 obj-$(CONFIG_SENSORS_VIA686A) += via686a.o 864 obj-$(CONFIG_SENSORS_VT1211) += vt1211.o 806 865 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o 807 866 … … 966 1025 endif 967 1026 1027 ifeq ($(CONFIG_SENSORS_LM92),y) 1028 L_OBJS += lm92.o 1029 else 1030 ifeq ($(CONFIG_SENSORS_LM92),m) 1031 M_OBJS += lm92.o 1032 endif 1033 endif 1034 968 1035 ifeq ($(CONFIG_SENSORS_MATORB),y) 969 1036 L_OBJS += matorb.o … … 990 1057 endif 991 1058 1059 ifeq ($(CONFIG_SENSORS_PCF8574),y) 1060 L_OBJS += pcf8574.o 1061 else 1062 ifeq ($(CONFIG_SENSORS_PCF8574),m) 1063 M_OBJS += pcf8574.o 1064 endif 1065 endif 1066 1067 ifeq ($(CONFIG_SENSORS_PCF8591),y) 1068 L_OBJS += pcf8591.o 1069 else 1070 ifeq ($(CONFIG_SENSORS_PCF8591),m) 1071 M_OBJS += pcf8591.o 1072 endif 1073 endif 1074 992 1075 ifeq ($(CONFIG_SENSORS_SIS5595),y) 993 1076 L_OBJS += sis5595.o … … 998 1081 endif 999 1082 1083 ifeq ($(CONFIG_SENSORS_SMSC47M1),y) 1084 L_OBJS += smsc47m1.o 1085 else 1086 ifeq ($(CONFIG_SENSORS_SMSC47M1),m) 1087 M_OBJS += smsc47m1.o 1088 endif 1089 endif 1090 1000 1091 ifeq ($(CONFIG_SENSORS_THMC50),y) 1001 1092 L_OBJS += thmc50.o … … 1011 1102 ifeq ($(CONFIG_SENSORS_VIA686A),m) 1012 1103 M_OBJS += via686a.o 1104 endif 1105 endif 1106 1107 ifeq ($(CONFIG_SENSORS_VT1211),y) 1108 L_OBJS += vt1211.o 1109 else 1110 ifeq ($(CONFIG_SENSORS_VT1211),m) 1111 M_OBJS += vt1211.o 1013 1112 endif 1014 1113 endif … … 1066 1165 obj-$(CONFIG_I2C_PIIX4) += i2c-piix4.o 1067 1166 obj-$(CONFIG_I2C_SIS5595) += i2c-sis5595.o 1167 obj-$(CONFIG_I2C_SAVAGE4) += i2c-savage4.o 1068 1168 obj-$(CONFIG_I2C_TSUNAMI) += i2c-tsunami.o 1069 1169 obj-$(CONFIG_I2C_VIA) += i2c-via.o … … 1142 1242 ifeq ($(CONFIG_I2C_SIS5595),m) 1143 1243 M_OBJS += i2c-sis5595.o 1244 endif 1245 endif 1246 1247 ifeq ($(CONFIG_I2C_SAVAGE4),y) 1248 L_OBJS += i2c-savage4.o 1249 else 1250 ifeq ($(CONFIG_I2C_SAVAGE4),m) 1251 M_OBJS += i2c-savage4.o 1144 1252 endif 1145 1253 endif … … 1241 1349 extern int i2c_sis5595_init(void); 1242 1350 #endif 1351 #ifdef CONFIG_I2C_SAVAGE4 1352 extern int i2c_savage4_init(void); 1353 #endif 1243 1354 #ifdef CONFIG_I2C_TSUNAMI 1244 1355 extern int i2c_tsunami_init(void); … … 1279 1390 #ifdef CONFIG_I2C_SIS5595 1280 1391 i2c_sis5595_init(); 1392 #endif 1393 #ifdef CONFIG_I2C_SAVAGE4 1394 i2c_savage4_init(); 1281 1395 #endif 1282 1396 #ifdef CONFIG_I2C_TSUNAMI
