Changeset 1207
- Timestamp:
- 10/22/01 02:06:46 (12 years ago)
- Location:
- lm-sensors/trunk/mkpatch
- Files:
-
- 2 modified
-
Config.in (modified) (1 diff)
-
mkpatch.pl (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/mkpatch/Config.in
r1158 r1207 14 14 if [ "$CONFIG_SENSORS" != "n" ]; then 15 15 dep_tristate ' Analog Devices ADM1021 and compatibles' CONFIG_SENSORS_ADM1021 $CONFIG_I2C $CONFIG_I2C_PROC 16 dep_tristate ' Analog Devices ADM1024' CONFIG_SENSORS_ADM1024 $CONFIG_I2C $CONFIG_I2C_PROC 16 17 dep_tristate ' Analog Devices ADM1025' CONFIG_SENSORS_ADM1025 $CONFIG_I2C $CONFIG_I2C_PROC 17 18 dep_tristate ' Analog Devices ADM9240 and compatibles' CONFIG_SENSORS_ADM9240 $CONFIG_I2C $CONFIG_I2C_PROC 19 dep_tristate ' Dallas DS1621 and DS1625' CONFIG_SENSORS_DS1621 $CONFIG_I2C $CONFIG_I2C_PROC 20 dep_tristate ' Fujitsu-Siemens Poseidon' CONFIG_SENSORS_FSCPOS $CONFIG_I2C $CONFIG_I2C_PROC 18 21 dep_tristate ' Genesys Logic GL518SM' CONFIG_SENSORS_GL518SM $CONFIG_I2C $CONFIG_I2C_PROC 19 22 dep_tristate ' Genesys Logic GL520SM' CONFIG_SENSORS_GL520SM $CONFIG_I2C $CONFIG_I2C_PROC 23 dep_tristate ' HP Maxilife' CONFIG_SENSORS_MAXILIFE $CONFIG_I2C $CONFIG_I2C_PROC 24 dep_tristate ' ITE 8705/8712, SiS950' CONFIG_SENSORS_IT87 $CONFIG_I2C $CONFIG_I2C_PROC 25 dep_tristate ' Myson MTP008' CONFIG_SENSORS_MTP008 $CONFIG_I2C $CONFIG_I2C_PROC 20 26 dep_tristate ' National Semiconductors LM75 and compatibles' CONFIG_SENSORS_LM75 $CONFIG_I2C $CONFIG_I2C_PROC 21 27 dep_tristate ' National Semiconductors LM78' CONFIG_SENSORS_LM78 $CONFIG_I2C $CONFIG_I2C_PROC -
lm-sensors/trunk/mkpatch/mkpatch.pl
r1174 r1207 110 110 http://www.lm-sensors.nu 111 111 112 Acer Labs ALI 1535 113 CONFIG_I2C_ALI1535 114 If you say yes to this option, support will be included for the Acer 115 Labs ALI 1535 mainboard I2C interface. This can also be 116 built as a module. 117 112 118 Acer Labs ALI 1533 and 1543C 113 119 CONFIG_I2C_ALI15X3 … … 218 224 http://www.lm-sensors.nu 219 225 226 Analog Devices ADM1024 227 CONFIG_SENSORS_ADM1024 228 If you say yes here you get support for Analog Devices ADM1024 sensor 229 chips. This can also be built as a module. 230 231 You will also need the latest user-space utilties: you can find them 232 in the lm_sensors package, which you can download at 233 http://www.lm-sensors.nu 234 220 235 Analog Devices ADM1025 221 236 CONFIG_SENSORS_ADM1025 … … 240 255 http://www.lm-sensors.nu 241 256 257 Dallas DS1621 and DS1625 258 CONFIG_SENSORS_DS1621 259 If you say yes here you get support for the Dallas DS1621 and DS1625x 260 sensor chips. This can also be built as a module. 261 262 You will also need the latest user-space utilties: you can find them 263 in the lm_sensors package, which you can download at 264 http://www.lm-sensors.nu 265 266 Fujitsu-Siemens Poseidon 267 CONFIG_SENSORS_FSCPOS 268 If you say yes here you get support for the Fujitsu-Siemens Poseidon 269 sensor chip. This can also be built as a module. 270 271 You will also need the latest user-space utilties: you can find them 272 in the lm_sensors package, which you can download at 273 http://www.lm-sensors.nu 274 242 275 Genesys Logic GL518SM 243 276 CONFIG_SENSORS_GL518SM … … 255 288 chips. This can also be built as a module which can be inserted and 256 289 removed while the kernel is running. 290 291 You will also need the latest user-space utilties: you can find them 292 in the lm_sensors package, which you can download at 293 http://www.lm-sensors.nu 294 295 HP Maxilife 296 CONFIG_SENSORS_MAXILIFE 297 If you say yes here you get support for the HP Maxilife 298 sensor chip. This can also be built as a module. 299 300 You will also need the latest user-space utilties: you can find them 301 in the lm_sensors package, which you can download at 302 http://www.lm-sensors.nu 303 304 ITE 8705, 8712, Sis950 305 CONFIG_SENSORS_IT87 306 If you say yes here you get support for the ITE 8705 and 8712 and 307 SiS950 sensor chips. This can also be built as a module. 308 309 You will also need the latest user-space utilties: you can find them 310 in the lm_sensors package, which you can download at 311 http://www.lm-sensors.nu 312 313 Myson MTP008 314 CONFIG_SENSORS_MTP008 315 If you say yes here you get support for the Myson MTP008 316 sensor chip. This can also be built as a module. 257 317 258 318 You will also need the latest user-space utilties: you can find them … … 639 699 bool 'I2C mainboard interfaces' CONFIG_I2C_MAINBOARD 640 700 if [ "$CONFIG_I2C_MAINBOARD" = "y" ]; then 701 tristate ' Acer Labs ALI 1535' CONFIG_I2C_ALI1535 641 702 tristate ' Acer Labs ALI 1533 and 1543C' CONFIG_I2C_ALI15X3 642 703 dep_tristate ' Apple Hydra Mac I/O' CONFIG_I2C_HYDRA $CONFIG_I2C_ALGOBIT … … 688 749 obj-$(CONFIG_SENSORS) += sensors.o 689 750 obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o 751 obj-$(CONFIG_SENSORS_ADM1024) += adm1024.o 690 752 obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o 691 753 obj-$(CONFIG_SENSORS_ADM9240) += adm9240.o 692 754 obj-$(CONFIG_SENSORS_BT869) += bt869.o 693 755 obj-$(CONFIG_SENSORS_DDCMON) += ddcmon.o 756 obj-$(CONFIG_SENSORS_DS1621) += ds1621.o 694 757 obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o 758 obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o 695 759 obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o 696 760 obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o 761 obj-$(CONFIG_SENSORS_IT87) += it87.o 697 762 obj-$(CONFIG_SENSORS_LM75) += lm75.o 698 763 obj-$(CONFIG_SENSORS_LM78) += lm78.o 699 764 obj-$(CONFIG_SENSORS_LM80) += lm80.o 700 765 obj-$(CONFIG_SENSORS_LM87) += lm87.o 766 obj-$(CONFIG_SENSORS_MAXILIFE) += maxilife.o 767 obj-$(CONFIG_SENSORS_MTP008) += mtp008.o 701 768 obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o 702 769 obj-$(CONFIG_SENSORS_THMC50) += thmc50.o … … 744 811 endif 745 812 813 ifeq ($(CONFIG_SENSORS_ADM1024),y) 814 L_OBJS += adm1024.o 815 else 816 ifeq ($(CONFIG_SENSORS_ADM1024),m) 817 M_OBJS += adm1024.o 818 endif 819 endif 820 746 821 ifeq ($(CONFIG_SENSORS_ADM1025),y) 747 822 L_OBJS += adm1025.o … … 768 843 endif 769 844 845 ifeq ($(CONFIG_SENSORS_DS1621),y) 846 L_OBJS += ds1621.o 847 else 848 ifeq ($(CONFIG_SENSORS_DS1621),m) 849 M_OBJS += ds1621.o 850 endif 851 endif 852 770 853 ifeq ($(CONFIG_SENSORS_EEPROM),y) 771 854 L_OBJS += eeprom.o … … 776 859 endif 777 860 861 ifeq ($(CONFIG_SENSORS_FSCPOS),y) 862 L_OBJS += fscpos.o 863 else 864 ifeq ($(CONFIG_SENSORS_FSCPOS),m) 865 M_OBJS += fscpos.o 866 endif 867 endif 868 778 869 ifeq ($(CONFIG_SENSORS_GL518SM),y) 779 870 L_OBJS += gl518sm.o … … 792 883 endif 793 884 885 ifeq ($(CONFIG_SENSORS_IT87),y) 886 L_OBJS += it87.o 887 else 888 ifeq ($(CONFIG_SENSORS_IT87),m) 889 M_OBJS += it87.o 890 endif 891 endif 892 794 893 ifeq ($(CONFIG_SENSORS_LM75),y) 795 894 L_OBJS += lm75.o … … 829 928 ifeq ($(CONFIG_SENSORS_MATORB),m) 830 929 M_OBJS += matorb.o 930 endif 931 endif 932 933 ifeq ($(CONFIG_SENSORS_MAXILIFE),y) 934 L_OBJS += maxilife.o 935 else 936 ifeq ($(CONFIG_SENSORS_MAXILIFE),m) 937 M_OBJS += maxilife.o 938 endif 939 endif 940 941 ifeq ($(CONFIG_SENSORS_MTP008),y) 942 L_OBJS += mtp008.o 943 else 944 ifeq ($(CONFIG_SENSORS_MTP008),m) 945 M_OBJS += mtp008.o 831 946 endif 832 947 endif … … 899 1014 if ($new_format) { 900 1015 print OUTPUT << 'EOF'; 1016 obj-$(CONFIG_I2C_ALI1535) += i2c-ali1535.o 901 1017 obj-$(CONFIG_I2C_ALI15X3) += i2c-ali15x3.o 902 1018 obj-$(CONFIG_I2C_AMD756) += i2c-amd756.o … … 914 1030 } else { 915 1031 print OUTPUT << 'EOF'; 1032 ifeq ($(CONFIG_I2C_ALI1535),y) 1033 L_OBJS += i2c-ali1535.o 1034 else 1035 ifeq ($(CONFIG_I2C_ALI1535),m) 1036 M_OBJS += i2c-ali1535.o 1037 endif 1038 endif 1039 916 1040 ifeq ($(CONFIG_I2C_ALI15X3),y) 917 1041 L_OBJS += i2c-ali15x3.o … … 1047 1171 if ($patch_nr == 1) { 1048 1172 print OUTPUT << 'EOF'; 1173 #ifdef CONFIG_I2C_ALI1535 1174 extern int i2c_ali1535_init(void); 1175 #endif 1049 1176 #ifdef CONFIG_I2C_ALI15X3 1050 1177 extern int i2c_ali15x3_init(void); … … 1086 1213 } elsif ($patch_nr == 2) { 1087 1214 print OUTPUT << 'EOF'; 1215 #ifdef CONFIG_I2C_ALI1535 1216 i2c_ali1535_init(); 1217 #endif 1088 1218 #ifdef CONFIG_I2C_ALI15X3 1089 1219 i2c_ali15x3_init();
