diff options
author | Stefan Agner <stefan@agner.ch> | 2019-02-03 04:43:37 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-03 07:09:37 -0500 |
commit | 9f23379c67fa20b367ea53cfd989da5212316e6f (patch) | |
tree | acca8bf90653f0f9dcf0f4a5249603c87e802184 | |
parent | 221a1f4ac12d2ab46246c160b2e00d1b1160d5d9 (diff) |
nvmem: allow to select i.MX nvmem driver for i.MX 7D
The imx-ocotp nvmem driver supports the i.MX 7D SoC too. Allow to select
the imx-ocotp driver even if only the i.MX 7D SoC has been selected.
Fixes: 711d45477931 ("nvmem: octop: Add i.MX7D support")
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/nvmem/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig index 0a7a470ee859..9bbe2816400a 100644 --- a/drivers/nvmem/Kconfig +++ b/drivers/nvmem/Kconfig | |||
@@ -26,7 +26,7 @@ config NVMEM_IMX_IIM | |||
26 | 26 | ||
27 | config NVMEM_IMX_OCOTP | 27 | config NVMEM_IMX_OCOTP |
28 | tristate "i.MX6 On-Chip OTP Controller support" | 28 | tristate "i.MX6 On-Chip OTP Controller support" |
29 | depends on SOC_IMX6 || COMPILE_TEST | 29 | depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST |
30 | depends on HAS_IOMEM | 30 | depends on HAS_IOMEM |
31 | help | 31 | help |
32 | This is a driver for the On-Chip OTP Controller (OCOTP) available on | 32 | This is a driver for the On-Chip OTP Controller (OCOTP) available on |