Changeset 1048 for lm-sensors/trunk/mkpatch/mkpatch.pl
- Timestamp:
- 03/31/01 03:40:53 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/mkpatch/mkpatch.pl
r1014 r1048 91 91 m@Silicon Integrated Systems Corp. SiS5595@ or 92 92 m@Winbond W83781D, W83782D and W83783S@ or 93 m@EEprom \(DIMM\) reader@ or 94 m@Linear Technologies LTC1710@) { 93 m@EEprom \(DIMM\) reader@ { 95 94 $_ = <INPUT>; 96 95 $_ = <INPUT>; … … 347 346 module which can be inserted and removed while the kernel is 348 347 running. 349 350 You will also need the latest user-space utilties: you can find them351 in the lm_sensors package, which you can download at352 http://www.lm-sensors.nu353 354 Linear Technologies LTC1710355 CONFIG_SENSORS_LTC1710356 If you say yes here you get support for Linear Technologies LTC1710357 sensor chips. This can also be built as a module which can be358 inserted and removed while the kernel is running.359 348 360 349 You will also need the latest user-space utilties: you can find them … … 701 690 obj-$(CONFIG_SENSORS_LM80) += lm80.o 702 691 obj-$(CONFIG_SENSORS_LM87) += lm87.o 703 obj-$(CONFIG_SENSORS_LTC1710) += ltc1710.o704 692 obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o 705 693 obj-$(CONFIG_SENSORS_THMC50) += thmc50.o … … 824 812 ifeq ($(CONFIG_SENSORS_LM87),m) 825 813 M_OBJS += lm87.o 826 endif827 endif828 829 ifeq ($(CONFIG_SENSORS_LTC1710),y)830 L_OBJS += ltc1710.o831 else832 ifeq ($(CONFIG_SENSORS_LTC1710),m)833 M_OBJS += ltc1710.o834 814 endif 835 815 endif
