From: Peng Fan Date: Thu, 27 Aug 2015 06:49:05 +0000 (+0800) Subject: driver: misc: add MXC_OCOTP Kconfig entry X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8af784c78593f94669d6bfc4c779f576592e576c;p=bsp%2Fu-boot.git driver: misc: add MXC_OCOTP Kconfig entry Add MXC_OCOTP Kconfig entry. Signed-off-by: Peng Fan Cc: Simon Glass Cc: Stefano Babic Cc: Fabio Estevam --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 8b38a84de6..2541d24f65 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -67,6 +67,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