From: Mathieu Malaterre malat@debian.org
MIPS Creator CI20 comes with JZ4780 SoC. Provides access to the efuse block using jz4780 efuse driver.
Tested-by: H. Nikolaus Schaller hns@goldelico.com Signed-off-by: Mathieu Malaterre malat@debian.org --- arch/mips/configs/ci20_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index 6e613bbb6807..614dc18211bc 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -193,3 +193,5 @@ CONFIG_RC_DEVICES=y CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m CONFIG_RTC_DRV_PCF8563=m +CONFIG_NVMEM=y +CONFIG_JZ4780_EFUSE=y