|
@@ -15,7 +15,8 @@ if NVMEM
|
|
|
|
|
|
config NVMEM_IMX_OCOTP
|
|
config NVMEM_IMX_OCOTP
|
|
tristate "i.MX6 On-Chip OTP Controller support"
|
|
tristate "i.MX6 On-Chip OTP Controller support"
|
|
- depends on SOC_IMX6
|
|
|
|
|
|
+ depends on SOC_IMX6 || COMPILE_TEST
|
|
|
|
+ depends on HAS_IOMEM
|
|
help
|
|
help
|
|
This is a driver for the On-Chip OTP Controller (OCOTP) available on
|
|
This is a driver for the On-Chip OTP Controller (OCOTP) available on
|
|
i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
|
|
i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
|