diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-08-27 14:49:05 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-10-30 15:01:27 +0100 |
commit | 3e020f03e94ffbb5ffda0a4579cf0f3dcfbe0fec (patch) | |
tree | bae7edf7e7654d2369f92d2fa9471d318b2f88d4 /drivers/misc | |
parent | 2bb014820c49a63902103bac710bc86b5772e843 (diff) |
driver: misc: add MXC_OCOTP Kconfig entry
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 101a619558..b92da4e202 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 |