Add some modules; fix some modules support status.
[bertos.git] / bertos / drv / eeprom.h
index 91c8dfe1073ef273a9ac096c1e2a0dca514cd273..3ab6637e13cd8bffdf6436ff99a2aad10a77448f 100644 (file)
@@ -38,7 +38,7 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "eeprom"
- * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_depends = "kfile", "i2c"
  */
 
 #ifndef DRV_EEPROM_H