diff mbox

[U-Boot] driver: misc: add MXC_OCOTP Kconfig entry

Message ID 1440658145-30503-1-git-send-email-Peng.Fan@freescale.com
State Accepted
Delegated to: Stefano Babic
Headers show

Commit Message

Peng Fan Aug. 27, 2015, 6:49 a.m. UTC
Add MXC_OCOTP Kconfig entry.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
---

This patch depends on https://patchwork.ozlabs.org/patch/510743/ which
correct the FSL_SEC_MON Kconfig entry.

 drivers/misc/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 94af6a4..12a28f6 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -61,6 +61,13 @@  config FSL_SEC_MON
 	  Security Monitor can be transitioned on any security failures,
 	  like software violations or hardware security violations.
 
+config MXC_OCOTP
+	bool "Enable MXC OCOTP Driver"
+	help
+	  If you say Y here, you will get support for the One Time
+	  Programmable memory pages that are stored on the some
+	  Freescale i.MX processors.
+
 config PCA9551_LED
 	bool "Enable PCA9551 LED driver"
 	help