patch-2.4.22 linux-2.4.22/drivers/i2c/Config.in

Next file: linux-2.4.22/drivers/i2c/Makefile
Previous file: linux-2.4.22/drivers/hotplug/ibmphp_ebda.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/i2c/Config.in linux-2.4.22/drivers/i2c/Config.in
@@ -49,6 +49,11 @@
       dep_tristate 'Keywest I2C interface in Apple Core99 machines' CONFIG_I2C_KEYWEST $CONFIG_I2C
    fi
 
+   if [ "$CONFIG_SIBYTE_SB1xxx_SOC" = "y" ]; then
+      dep_tristate 'SiByte SMBus interface' CONFIG_I2C_ALGO_SIBYTE $CONFIG_I2C
+      dep_tristate '  MAX1617 Temperature Sensor' CONFIG_I2C_MAX1617 $CONFIG_I2C_ALGO_SIBYTE
+   fi
+
 # This is needed for automatic patch generation: sensors code starts here
 # This is needed for automatic patch generation: sensors code ends here
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)