Changeset 557
- Timestamp:
- 09/12/99 19:45:29 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/mkpatch/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/mkpatch/Config.in
r549 r557 3 3 # 4 4 5 if [ "$CONFIG_I2C" != "n" ] ; then5 if [ "$CONFIG_I2C" = "m" -o "$CONFIG_I2C" = "y" ] ; then 6 6 mainmenu_option next_comment 7 7 comment 'Hardware sensors support' … … 18 18 dep_tristate ' Silicon Integrated Systems Corp. SiS5595' CONFIG_SENSORS_SIS5595 $CONFIG_SENSORS 19 19 dep_tristate ' Winbond W83781D, W83782D and W83783S' CONFIG_SENSORS_W83781D $CONFIG_SENSORS 20 bool ' Other I2C devices' CONFIG_SENSORS_OTHER20 bool 'Other I2C devices' CONFIG_SENSORS_OTHER 21 21 if [ "$CONFIG_SENSORS_OTHER" = "y" ] ; then 22 22 dep_tristate ' EEprom (DIMM) reader ' CONFIG_SENSORS_EEPROM $CONFIG_SENSORS 23 dep_tristate ' Linear Technologies LTC1710 ' CONFIG_SENSORS_LTC1710 $CONFIG_SENSORS23 dep_tristate ' Linear Technologies LTC1710 ' CONFIG_SENSORS_LTC1710 $CONFIG_SENSORS 24 24 fi 25 25 fi
