Use int numbers; fix some min and max values.
[bertos.git] / bertos / cfg / cfg_randpool.h
index e7c6a0752126aac4928990ec55e549db3775cd4f..8828c49279d8bd2916c20b1d0da229316bcfe7eb 100644 (file)
 #define CFG_RANDPOOL_H
 
 
-/// Define a size, in byte, of entropy pool.
+/**
+ * Define a size, in byte, of entropy pool.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 1
+ */
 #define CONFIG_SIZE_ENTROPY_POOL   64
 
-/// Turn on or off timer support in Randpool.
+/// Turn on or off timer support in Randpool. $WIZ$ type = "boolean"
 #define CONFIG_RANDPOOL_TIMER       1
 
 #endif /* CFG_RANDPOOL_H */