at91 cpus are currently not supported.
[bertos.git] / bertos / drv / eeprom.h
index 91c8dfe1073ef273a9ac096c1e2a0dca514cd273..a7baf52924a79bc8d56a3eb8a75fa82f6797c86e 100644 (file)
@@ -38,7 +38,8 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "eeprom"
- * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_depends = "kfile", "i2c"
+ * $WIZ$ module_supports = "not at91"
  */
 
 #ifndef DRV_EEPROM_H