aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-19 18:45:28 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:07:13 -0500
commit6c03a652755ca415e3a1fa92525b5a8c230c9289 (patch)
treef2ea396e247c5275e6f36fbf59ca54e185c20148 /drivers/misc/Kconfig
parent2568bd6db760b384f7c17f5afdfc1cb63b17ed53 (diff)
downloadu-boot-6c03a652755ca415e3a1fa92525b5a8c230c9289.zip
u-boot-6c03a652755ca415e3a1fa92525b5a8c230c9289.tar.gz
u-boot-6c03a652755ca415e3a1fa92525b5a8c230c9289.tar.bz2
Convert CONFIG_MXS_OCOTP to Kconfig
This converts the following to Kconfig: CONFIG_MXS_OCOTP Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index fb3bbb3..122d605 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -330,6 +330,14 @@ config MXC_OCOTP
Programmable memory pages that are stored on the some
Freescale i.MX processors.
+config MXS_OCOTP
+ bool "Enable MXS OCOTP Driver"
+ depends on ARCH_MX23 || ARCH_MX28
+ help
+ If you say Y here, you will get support for the One Time
+ Programmable memory pages that are stored on the
+ Freescale i.MXS family of processors.
+
config NPCM_HOST
bool "Enable support espi or LPC for Host"
depends on REGMAP && SYSCON