Enable the Raspberry Pi OTP driver, which could be helpful for custom Compute Module 3 designs. Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 1c76168..9b7ba43 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -964,6 +964,7 @@ CONFIG_NVMEM_IMX_OCOTP=y CONFIG_NVMEM_SUNXI_SID=y CONFIG_NVMEM_VF610_OCOTP=y CONFIG_RASPBERRYPI_FIRMWARE=y +CONFIG_NVMEM_RASPBERRYPI_OTP=y CONFIG_BCM47XX_NVRAM=y CONFIG_BCM47XX_SPROM=y CONFIG_EFI_VARS=m -- 2.7.4