Kconfig (a06d9e5a63b7c2f622c908cd9600ce735e70f7c6) Kconfig (9e8f208ad5229ddda97cd4a83ecf89c735d99592)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig NVMEM
3 bool "NVMEM Support"
4 help
5 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
6
7 This framework is designed to provide a generic interface to NVMEM
8 from both the Linux Kernel and the userspace.

--- 84 unchanged lines hidden (view full) ---

93 depends on OF
94 select REGMAP_MMIO
95 help
96 Say Y here to include support for JZ4780 efuse memory found on
97 all JZ4780 SoC based devices.
98 To compile this driver as a module, choose M here: the module
99 will be called nvmem_jz4780_efuse.
100
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig NVMEM
3 bool "NVMEM Support"
4 help
5 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
6
7 This framework is designed to provide a generic interface to NVMEM
8 from both the Linux Kernel and the userspace.

--- 84 unchanged lines hidden (view full) ---

93 depends on OF
94 select REGMAP_MMIO
95 help
96 Say Y here to include support for JZ4780 efuse memory found on
97 all JZ4780 SoC based devices.
98 To compile this driver as a module, choose M here: the module
99 will be called nvmem_jz4780_efuse.
100
101config NVMEM_LAN9662_OTPC
102 tristate "Microchip LAN9662 OTP controller support"
103 depends on SOC_LAN966 || COMPILE_TEST
104 depends on HAS_IOMEM
105 help
106 This driver enables the OTP controller available on Microchip LAN9662
107 SoCs. It controls the access to the OTP memory connected to it.
108
101config NVMEM_LAYERSCAPE_SFP
102 tristate "Layerscape SFP (Security Fuse Processor) support"
103 depends on ARCH_LAYERSCAPE || COMPILE_TEST
104 depends on HAS_IOMEM
105 select REGMAP_MMIO
106 help
107 This driver provides support to read the eFuses on Freescale
108 Layerscape SoC's. For example, the vendor provides a per part

--- 254 unchanged lines hidden ---
109config NVMEM_LAYERSCAPE_SFP
110 tristate "Layerscape SFP (Security Fuse Processor) support"
111 depends on ARCH_LAYERSCAPE || COMPILE_TEST
112 depends on HAS_IOMEM
113 select REGMAP_MMIO
114 help
115 This driver provides support to read the eFuses on Freescale
116 Layerscape SoC's. For example, the vendor provides a per part

--- 254 unchanged lines hidden ---