Title: [4189] trunk/drivers/char/Kconfig: add a warning about voltage/ temperature limits while reading/writing OTP memory
Revision
4189
Author
vapier
Date
2008-01-30 15:59:00 -0600 (Wed, 30 Jan 2008)

Log Message

add a warning about voltage/temperature limits while reading/writing OTP memory

Diffstat

 Kconfig |    6 ++++++
 1 files changed, 6 insertions(+)

Modified Paths

Diff

Modified: trunk/drivers/char/Kconfig (4188 => 4189)


--- trunk/drivers/char/Kconfig	2008-01-30 21:43:53 UTC (rev 4188)
+++ trunk/drivers/char/Kconfig	2008-01-30 21:59:00 UTC (rev 4189)
@@ -80,6 +80,9 @@
 	  to the secure memory pages however.  You will need to write your
 	  own secure code and reader for that.
 
+	  Consult the datasheet to make sure your voltages are OK while
+	  reading from the OTP memory.
+
 	  To compile this driver as a module, choose M here: the module
 	  will be called bfin-otp.
 
@@ -95,6 +98,9 @@
 	  the pages once, so only enable this option when you actually
 	  need it so as to not inadvertently clobber data.
 
+	  Consult the datasheet to make sure your voltages and junction
+	  temperatures are in within range while writing to OTP memory.
+
 	  If unsure, say N.
 
 config BFIN_SPORT
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to