From: Peng Fan Date: Thu, 27 Aug 2015 06:49:05 +0000 (+0800) Subject: driver: misc: add MXC_OCOTP Kconfig entry X-Git-Tag: v2016.01-rc1~2^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e020f03e94ffbb5ffda0a4579cf0f3dcfbe0fec;p=platform%2Fkernel%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 101a619..b92da4e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -83,6 +83,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