Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (5a3fa75a4d9cb6bcfc9081ef224a4cdcd4b3eafe) |
---|---|
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. --- 256 unchanged lines hidden (view full) --- 265 depends on HAS_IOMEM 266 help 267 This is a simple driver to dump specified values of Spreadtrum 268 SoCs from eFuse. 269 270 This driver can also be built as a module. If so, the module 271 will be called nvmem-sprd-efuse. 272 | 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. --- 256 unchanged lines hidden (view full) --- 265 depends on HAS_IOMEM 266 help 267 This is a simple driver to dump specified values of Spreadtrum 268 SoCs from eFuse. 269 270 This driver can also be built as a module. If so, the module 271 will be called nvmem-sprd-efuse. 272 |
273config NVMEM_RMEM 274 tristate "Reserved Memory Based Driver Support" 275 help 276 This drivers maps reserved memory into an nvmem device. It might be 277 useful to expose information left by firmware in memory. 278 279 This driver can also be built as a module. If so, the module 280 will be called nvmem-rmem. |
|
273endif | 281endif |