Kconfig (1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c) | Kconfig (40ce9798794f972961b5a1c54773ae3daf42cf29) |
---|---|
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. --- 95 unchanged lines hidden (view full) --- 104 depends on HAS_IOMEM 105 help 106 Say y here to enable QFPROM support. The QFPROM provides access 107 functions for QFPROM data to rest of the drivers via nvmem interface. 108 109 This driver can also be built as a module. If so, the module 110 will be called nvmem_qfprom. 111 | 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. --- 95 unchanged lines hidden (view full) --- 104 depends on HAS_IOMEM 105 help 106 Say y here to enable QFPROM support. The QFPROM provides access 107 functions for QFPROM data to rest of the drivers via nvmem interface. 108 109 This driver can also be built as a module. If so, the module 110 will be called nvmem_qfprom. 111 |
112config NVMEM_SPMI_SDAM 113 tristate "SPMI SDAM Support" 114 depends on SPMI 115 help 116 This driver supports the Shared Direct Access Memory Module on 117 Qualcomm Technologies, Inc. PMICs. It provides the clients 118 an interface to read/write to the SDAM module's shared memory. 119 |
|
112config ROCKCHIP_EFUSE 113 tristate "Rockchip eFuse Support" 114 depends on ARCH_ROCKCHIP || COMPILE_TEST 115 depends on HAS_IOMEM 116 help 117 This is a simple drive to dump specified values of Rockchip SoC 118 from eFuse, such as cpu-leakage. 119 --- 137 unchanged lines hidden --- | 120config ROCKCHIP_EFUSE 121 tristate "Rockchip eFuse Support" 122 depends on ARCH_ROCKCHIP || COMPILE_TEST 123 depends on HAS_IOMEM 124 help 125 This is a simple drive to dump specified values of Rockchip SoC 126 from eFuse, such as cpu-leakage. 127 --- 137 unchanged lines hidden --- |