Title: [7853] trunk/drivers/char/Kconfig: bfin-otp: the bf51x is supposed to have OTP too
Revision
7853
Author
vapier
Date
2009-11-20 14:09:56 -0500 (Fri, 20 Nov 2009)

Log Message

bfin-otp: the bf51x is supposed to have OTP too

Modified Paths


Diff

Modified: trunk/drivers/char/Kconfig (7852 => 7853)


--- trunk/drivers/char/Kconfig	2009-11-20 09:42:52 UTC (rev 7852)
+++ trunk/drivers/char/Kconfig	2009-11-20 19:09:56 UTC (rev 7853)
@@ -579,7 +579,7 @@
 
 config BFIN_OTP
 	tristate "Blackfin On-Chip OTP Memory Support"
-	depends on BLACKFIN && (BF52x || BF54x)
+	depends on BLACKFIN && (BF51x || BF52x || BF54x)
 	default y
 	help
 	  If you say Y here, you will get support for a character device
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to