- added description to POLARSSL_HAVE_ASM

diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 95d23cf..329b53d 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -50,6 +50,14 @@
 
 /*
  * Uncomment to enable the use of assembly code.
+ *
+ * Requires support for asm() in compiler.
+ *
+ * Used in:
+ *      library/timing.c
+ *      library/padlock.c
+ *      include/polarssl/bn_mul.h
+ *
  */
 #define POLARSSL_HAVE_ASM