diff options
author | Peng Fan | 2019-07-22 01:24:55 +0000 |
---|---|---|
committer | Stefano Babic | 2019-10-08 16:35:16 +0200 |
commit | 994ab731b3723f2a2918cf7adf112a4acf6e4f9b (patch) | |
tree | 0ec01f6b4e56eb042aebf09c362e74f12ab59efb | |
parent | 61bf6173cd65f8c937c40759c923ba52ca03374b (diff) |
misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 8037b6ee2d7..ba50893b432 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -202,7 +202,7 @@ config JZ4780_EFUSE config MXC_OCOTP bool "Enable MXC OCOTP Driver" - depends on ARCH_IMX8M || ARCH_MX6 || ARCH_MX7 || ARCH_VF610 + depends on ARCH_IMX8M || ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_VF610 default y help If you say Y here, you will get support for the One Time |