^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menuconfig NVMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool "NVMEM Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) This framework is designed to provide a generic interface to NVMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) from both the Linux Kernel and the userspace.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) If unsure, say no.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) if NVMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config NVMEM_SYSFS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) bool "/sys/bus/nvmem/devices/*/nvmem (sysfs interface)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) depends on SYSFS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Say Y here to add a sysfs interface for NVMEM.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) This interface is mostly used by userspace applications to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) read/write directly into nvmem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config NVMEM_IMX_IIM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) tristate "i.MX IC Identification Module support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) depends on ARCH_MXC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) This is a driver for the IC Identification Module (IIM) available on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) i.MX SoCs, providing access to 4 Kbits of programmable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) eFuses.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) will be called nvmem-imx-iim.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config NVMEM_IMX_OCOTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) tristate "i.MX 6/7/8 On-Chip OTP Controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) depends on ARCH_MXC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) This is a driver for the On-Chip OTP Controller (OCOTP) available on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) eFuses.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) will be called nvmem-imx-ocotp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) config NVMEM_IMX_OCOTP_SCU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) tristate "i.MX8 SCU On-Chip OTP Controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) depends on IMX_SCU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) depends on HAVE_ARM_SMCCC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) This is a driver for the SCU On-Chip OTP Controller (OCOTP)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) available on i.MX8 SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) config JZ4780_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) tristate "JZ4780 EFUSE Memory Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) depends on MACH_INGENIC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) depends on OF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) select REGMAP_MMIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) Say Y here to include support for JZ4780 efuse memory found on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) all JZ4780 SoC based devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) To compile this driver as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) will be called nvmem_jz4780_efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) config NVMEM_LPC18XX_EEPROM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) tristate "NXP LPC18XX EEPROM Memory Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) depends on ARCH_LPC18XX || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) Say Y here to include support for NXP LPC18xx EEPROM memory found in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) NXP LPC185x/3x and LPC435x/3x/2x/1x devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) To compile this driver as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) will be called nvmem_lpc18xx_eeprom.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) config NVMEM_LPC18XX_OTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) tristate "NXP LPC18XX OTP Memory Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) depends on ARCH_LPC18XX || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) Say Y here to include support for NXP LPC18xx OTP memory found on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) all LPC18xx and LPC43xx devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) To compile this driver as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) will be called nvmem_lpc18xx_otp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) config NVMEM_MXS_OCOTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) tristate "Freescale MXS On-Chip OTP Memory Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) depends on ARCH_MXS || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) If you say Y here, you will get readonly access to the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) One Time Programmable memory pages that are stored
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) on the Freescale i.MX23/i.MX28 processor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) will be called nvmem-mxs-ocotp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) config MTK_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) tristate "Mediatek SoCs EFUSE support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) depends on ARCH_MEDIATEK || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) This is a driver to access hardware related data like sensor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) calibration, HDMI impedance etc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) will be called efuse-mtk.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) config QCOM_QFPROM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) tristate "QCOM QFPROM Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) depends on ARCH_QCOM || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) Say y here to enable QFPROM support. The QFPROM provides access
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) functions for QFPROM data to rest of the drivers via nvmem interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) will be called nvmem_qfprom.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) config NVMEM_SPMI_SDAM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) tristate "SPMI SDAM Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) depends on SPMI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) This driver supports the Shared Direct Access Memory Module on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) Qualcomm Technologies, Inc. PMICs. It provides the clients
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) an interface to read/write to the SDAM module's shared memory.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) config RK628_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130) tristate "RK628 eFuse Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) depends on ARCH_ROCKCHIP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) depends on MFD_RK628
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135) This is a simple drive to dump specified values of Rk628 SoC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) from eFuse, such as cpu-leakage.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) will be called nvmem_rk628_efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) config ROCKCHIP_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) tristate "Rockchip eFuse Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) depends on ARCH_ROCKCHIP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146) This is a simple drive to dump specified values of Rockchip SoC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) from eFuse, such as cpu-leakage.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) will be called nvmem_rockchip_efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) config ROCKCHIP_OTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) tristate "Rockchip OTP controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) depends on ARCH_ROCKCHIP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157) This is a simple drive to dump specified values of Rockchip SoC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) from otp, such as cpu-leakage.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) will be called nvmem_rockchip_otp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) config NVMEM_BCM_OCOTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) tristate "Broadcom On-Chip OTP Controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) depends on ARCH_BCM_IPROC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) default ARCH_BCM_IPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) Say y here to enable read/write access to the Broadcom OTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) will be called nvmem-bcm-ocotp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) config NVMEM_STM32_ROMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) tristate "STMicroelectronics STM32 factory-programmed memory support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) depends on ARCH_STM32 || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) Say y here to enable read-only access for STMicroelectronics STM32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) factory-programmed memory area.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) will be called nvmem-stm32-romem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) config NVMEM_SUNXI_SID
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) tristate "Allwinner SoCs SID support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) depends on ARCH_SUNXI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189) This is a driver for the 'security ID' available on various Allwinner
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) will be called nvmem_sunxi_sid.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) config UNIPHIER_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) tristate "UniPhier SoCs eFuse support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197) depends on ARCH_UNIPHIER || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) This is a simple driver to dump specified values of UniPhier SoC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) from eFuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) will be called nvmem-uniphier-efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) config NVMEM_VF610_OCOTP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) tristate "VF610 SoC OCOTP support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208) depends on SOC_VF610 || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) This is a driver for the 'OCOTP' peripheral available on Vybrid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) devices like VF5xx and VF6xx.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) This driver can also be build as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) be called nvmem-vf610-ocotp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) config MESON_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) tristate "Amlogic Meson GX eFuse Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221) This is a driver to retrieve specific values from the eFuse found on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222) the Amlogic Meson GX SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) will be called nvmem_meson_efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) config MESON_MX_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228) tristate "Amlogic Meson6/Meson8/Meson8b eFuse Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) depends on ARCH_MESON || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) This is a driver to retrieve specific values from the eFuse found on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232) the Amlogic Meson6, Meson8 and Meson8b SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) will be called nvmem_meson_mx_efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237) config NVMEM_SNVS_LPGPR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) tristate "Support for Low Power General Purpose Register"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) depends on ARCH_MXC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241) This is a driver for Low Power General Purpose Register (LPGPR) available on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) i.MX6 and i.MX7 SoCs in Secure Non-Volatile Storage (SNVS) of this chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) will be called nvmem-snvs-lpgpr.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247) config RAVE_SP_EEPROM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) tristate "Rave SP EEPROM Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249) depends on RAVE_SP_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251) Say y here to enable Rave SP EEPROM support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) config SC27XX_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254) tristate "Spreadtrum SC27XX eFuse Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255) depends on MFD_SC27XX_PMIC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258) This is a simple driver to dump specified values of Spreadtrum
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259) SC27XX PMICs from eFuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262) will be called nvmem-sc27xx-efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264) config NVMEM_ZYNQMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) bool "Xilinx ZYNQMP SoC nvmem firmware support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) depends on ARCH_ZYNQMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268) This is a driver to access hardware related data like
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) soc revision, IDCODE... etc by using the firmware
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270) interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) If sure, say yes. If unsure, say no.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274) config SPRD_EFUSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275) tristate "Spreadtrum SoC eFuse Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) depends on ARCH_SPRD || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279) This is a simple driver to dump specified values of Spreadtrum
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280) SoCs from eFuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283) will be called nvmem-sprd-efuse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) endif