@@ -52,7 +52,7 @@ config NVMEM_IMX_OCOTP_SCU
5252 This is a driver for the SCU On-Chip OTP Controller (OCOTP)
5353 available on i.MX8 SoCs.
5454
55- config JZ4780_EFUSE
55+ config NVMEM_JZ4780_EFUSE
5656 tristate "JZ4780 EFUSE Memory Support"
5757 depends on MACH_INGENIC || COMPILE_TEST
5858 depends on HAS_IOMEM
@@ -96,7 +96,7 @@ config NVMEM_MXS_OCOTP
9696 This driver can also be built as a module. If so, the module
9797 will be called nvmem-mxs-ocotp.
9898
99- config MTK_EFUSE
99+ config NVMEM_MTK_EFUSE
100100 tristate "Mediatek SoCs EFUSE support"
101101 depends on ARCH_MEDIATEK || COMPILE_TEST
102102 depends on HAS_IOMEM
@@ -107,7 +107,7 @@ config MTK_EFUSE
107107 This driver can also be built as a module. If so, the module
108108 will be called efuse-mtk.
109109
110- config MICROCHIP_OTPC
110+ config NVMEM_MICROCHIP_OTPC
111111 tristate "Microchip OTPC support"
112112 depends on ARCH_AT91 || COMPILE_TEST
113113 help
@@ -126,7 +126,7 @@ config NVMEM_NINTENDO_OTP
126126 This driver can also be built as a module. If so, the module
127127 will be called nvmem-nintendo-otp.
128128
129- config QCOM_QFPROM
129+ config NVMEM_QCOM_QFPROM
130130 tristate "QCOM QFPROM Support"
131131 depends on ARCH_QCOM || COMPILE_TEST
132132 depends on HAS_IOMEM
@@ -145,7 +145,7 @@ config NVMEM_SPMI_SDAM
145145 Qualcomm Technologies, Inc. PMICs. It provides the clients
146146 an interface to read/write to the SDAM module's shared memory.
147147
148- config ROCKCHIP_EFUSE
148+ config NVMEM_ROCKCHIP_EFUSE
149149 tristate "Rockchip eFuse Support"
150150 depends on ARCH_ROCKCHIP || COMPILE_TEST
151151 depends on HAS_IOMEM
@@ -156,7 +156,7 @@ config ROCKCHIP_EFUSE
156156 This driver can also be built as a module. If so, the module
157157 will be called nvmem_rockchip_efuse.
158158
159- config ROCKCHIP_OTP
159+ config NVMEM_ROCKCHIP_OTP
160160 tristate "Rockchip OTP controller support"
161161 depends on ARCH_ROCKCHIP || COMPILE_TEST
162162 depends on HAS_IOMEM
@@ -199,7 +199,7 @@ config NVMEM_SUNXI_SID
199199 This driver can also be built as a module. If so, the module
200200 will be called nvmem_sunxi_sid.
201201
202- config UNIPHIER_EFUSE
202+ config NVMEM_UNIPHIER_EFUSE
203203 tristate "UniPhier SoCs eFuse support"
204204 depends on ARCH_UNIPHIER || COMPILE_TEST
205205 depends on HAS_IOMEM
@@ -221,7 +221,7 @@ config NVMEM_VF610_OCOTP
221221 This driver can also be build as a module. If so, the module will
222222 be called nvmem-vf610-ocotp.
223223
224- config MESON_EFUSE
224+ config NVMEM_MESON_EFUSE
225225 tristate "Amlogic Meson GX eFuse Support"
226226 depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM
227227 help
@@ -231,7 +231,7 @@ config MESON_EFUSE
231231 This driver can also be built as a module. If so, the module
232232 will be called nvmem_meson_efuse.
233233
234- config MESON_MX_EFUSE
234+ config NVMEM_MESON_MX_EFUSE
235235 tristate "Amlogic Meson6/Meson8/Meson8b eFuse Support"
236236 depends on ARCH_MESON || COMPILE_TEST
237237 help
@@ -251,13 +251,13 @@ config NVMEM_SNVS_LPGPR
251251 This driver can also be built as a module. If so, the module
252252 will be called nvmem-snvs-lpgpr.
253253
254- config RAVE_SP_EEPROM
254+ config NVMEM_RAVE_SP_EEPROM
255255 tristate "Rave SP EEPROM Support"
256256 depends on RAVE_SP_CORE
257257 help
258258 Say y here to enable Rave SP EEPROM support.
259259
260- config SC27XX_EFUSE
260+ config NVMEM_SC27XX_EFUSE
261261 tristate "Spreadtrum SC27XX eFuse Support"
262262 depends on MFD_SC27XX_PMIC || COMPILE_TEST
263263 depends on HAS_IOMEM
@@ -278,7 +278,7 @@ config NVMEM_ZYNQMP
278278
279279 If sure, say yes. If unsure, say no.
280280
281- config SPRD_EFUSE
281+ config NVMEM_SPRD_EFUSE
282282 tristate "Spreadtrum SoC eFuse Support"
283283 depends on ARCH_SPRD || COMPILE_TEST
284284 depends on HAS_IOMEM
0 commit comments