Update i2c cfg file.
[bertos.git] / boards / triface / benchmark / context_switch / cfg / cfg_i2c.h
index f17c9613bc595f92bd26d70dcbf5e5715fc47a9f..ea599a810bd57531f4cdec79fbd7282d79b99b56 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for I2C module.
  *
- *
  * \author Daniele Basile <asterix@develer.com>
  */
 
 #define CONFIG_I2C_START_TIMEOUT 100
 
 /**
- * I2C backend the driver should use.
- *
- * I2C_BACKEND_BUILTIN: Use (if present) the builtin i2c hardware.
- * I2C_BACKEND_BITBANG: Use the emulated bitbang driver.
- * \see drv/i2c.h for more information.
+ * Check this to disable I2c deprecated API support.
  *
- * $WIZ$ type = "enum"
- * $WIZ$ value_list = "i2c_backend"
+ * $WIZ$ type = "boolean"
  */
-#define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN
+#define CONFIG_I2C_DISABLE_OLD_API   0
 
 /**
  * Module logging level.