Signed-off by Robin Gilham:
[bertos.git] / bertos / drv / eeprom.h
index ef6c58c952100e42feb733ba3f758e21cbfcda8a..d53c7976290bb8968e3e5aba054505f467526e26 100644 (file)
@@ -36,7 +36,8 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "eeprom"
- * $WIZ$ module_depends = "kfile", "i2c"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_eeprom.h"
+ * $WIZ$ module_depends = "kfile", "kfile_block", "kblock", "i2c"
  */
 
 #ifndef DRV_EEPROM_H