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: 711d454779
("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>
This commit is contained in:
parent
221a1f4ac1
commit
9f23379c67
@ -26,7 +26,7 @@ config NVMEM_IMX_IIM
|
||||
|
||||
config NVMEM_IMX_OCOTP
|
||||
tristate "i.MX6 On-Chip OTP Controller support"
|
||||
depends on SOC_IMX6 || COMPILE_TEST
|
||||
depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST
|
||||
depends on HAS_IOMEM
|
||||
help
|
||||
This is a driver for the On-Chip OTP Controller (OCOTP) available on
|
||||
|
Loading…
Reference in New Issue
Block a user