at91 cpus are currently not supported.
[bertos.git] / bertos / drv / eeprom.h
index 3ab6637e13cd8bffdf6436ff99a2aad10a77448f..a7baf52924a79bc8d56a3eb8a75fa82f6797c86e 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "eeprom"
  * $WIZ$ module_depends = "kfile", "i2c"
+ * $WIZ$ module_supports = "not at91"
  */
 
 #ifndef DRV_EEPROM_H