Show
Ignore:
Timestamp:
03/31/01 03:40:53 (11 years ago)
Author:
mds
Message:

remove LTC1710 from mkpatch - unlikely to be

needed on a PC

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r1014 r1048  
    9191           m@Silicon Integrated Systems Corp. SiS5595@ or 
    9292           m@Winbond W83781D, W83782D and W83783S@ or 
    93            m@EEprom \(DIMM\) reader@ or 
    94            m@Linear Technologies LTC1710@) { 
     93           m@EEprom \(DIMM\) reader@ { 
    9594      $_ = <INPUT>; 
    9695      $_ = <INPUT>; 
     
    347346  module which can be inserted and removed while the kernel is  
    348347  running. 
    349  
    350   You will also need the latest user-space utilties: you can find them 
    351   in the lm_sensors package, which you can download at  
    352   http://www.lm-sensors.nu 
    353  
    354 Linear Technologies LTC1710 
    355 CONFIG_SENSORS_LTC1710 
    356   If you say yes here you get support for Linear Technologies LTC1710 
    357   sensor chips. This can also be built as a module which can be  
    358   inserted and removed while the kernel is running. 
    359348 
    360349  You will also need the latest user-space utilties: you can find them 
     
    701690obj-$(CONFIG_SENSORS_LM80)      += lm80.o 
    702691obj-$(CONFIG_SENSORS_LM87)      += lm87.o 
    703 obj-$(CONFIG_SENSORS_LTC1710)   += ltc1710.o 
    704692obj-$(CONFIG_SENSORS_SIS5595)   += sis5595.o 
    705693obj-$(CONFIG_SENSORS_THMC50)    += thmc50.o 
     
    824812  ifeq ($(CONFIG_SENSORS_LM87),m) 
    825813    M_OBJS += lm87.o 
    826   endif 
    827 endif 
    828  
    829 ifeq ($(CONFIG_SENSORS_LTC1710),y) 
    830   L_OBJS += ltc1710.o 
    831 else 
    832   ifeq ($(CONFIG_SENSORS_LTC1710),m) 
    833     M_OBJS += ltc1710.o 
    834814  endif 
    835815endif