Changeset 2241
- Timestamp:
- 01/23/04 18:35:55 (5 years ago)
- Files:
-
- lm-sensors/trunk/mkpatch/Config.in (modified) (1 diff)
- lm-sensors/trunk/mkpatch/FILES (modified) (1 diff)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/Config.in
r2231 r2241 43 43 dep_tristate ' VIA VT8231 Integrated Sensors' CONFIG_SENSORS_VT8231 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA 44 44 dep_tristate ' Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F' CONFIG_SENSORS_W83781D $CONFIG_I2C $CONFIG_I2C_PROC 45 dep_tristate ' Winbond W83627HF, W83627THF, W83697HF' CONFIG_SENSORS_W83627HF $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA 45 46 dep_tristate ' Winbond W83L785TS-S' CONFIG_SENSORS_W83L785TS $CONFIG_I2C $CONFIG_I2C_PROC 46 47 bool 'Other I2C devices' CONFIG_SENSORS_OTHER lm-sensors/trunk/mkpatch/FILES
r2231 r2241 55 55 kernel/chips/vt8231.c drivers/sensors/vt8231.c 56 56 kernel/chips/w83781d.c drivers/sensors/w83781d.c 57 kernel/chips/w83627hf.c drivers/sensors/w83627hf.c 57 58 kernel/chips/w83l785ts.c drivers/sensors/w83l785ts.c 58 59 kernel/include/sensors_compat.h include/linux/sensors_compat.h lm-sensors/trunk/mkpatch/mkpatch.pl
r2232 r2241 122 122 m@Via VT82C686A/B@ or 123 123 m@Winbond W83781D, W83782D, W83783S, W83627HF, AS99127F@ or 124 m@Winbond W83627HF, W83627THF, W83697HF@ or 124 125 m@Winbond W83L785TS-S@ or 125 126 m@EEprom \(DIMM\) reader@) { … … 592 593 in the lm_sensors package, which you can download at 593 594 http://www.lm-sensors.nu 595 596 Winbond W83627HF, W83627THF, W83697HF 597 CONFIG_SENSORS_W83627HF 598 If you say yes here you get support for the Winbond W836x7 series 599 of sensor chips: the Winbond W83627HF, W83627THF and W83697HF. This 600 can also be built as a module which can be inserted and removed 601 while the kernel is running. 602 603 You will also need the latest user-space utilities: you can find 604 them in the lm_sensors package, which you can download at 605 http://www.lm-sensors.nu/ 594 606 595 607 Winbond W83L785TS-S … … 912 924 obj-$(CONFIG_SENSORS_VT8231) += vt8231.o 913 925 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o 926 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o 914 927 obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o 915 928
