Kconfig (320424c7d44f54c18df9812fd7c45f6963524002) | Kconfig (3683b761fe3a10ad18515acd5368dd601268cfe5) |
---|---|
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. --- 93 unchanged lines hidden (view full) --- 102 depends on HAS_IOMEM 103 help 104 This is a driver to access hardware related data like sensor 105 calibration, HDMI impedance etc. 106 107 This driver can also be built as a module. If so, the module 108 will be called efuse-mtk. 109 | 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. --- 93 unchanged lines hidden (view full) --- 102 depends on HAS_IOMEM 103 help 104 This is a driver to access hardware related data like sensor 105 calibration, HDMI impedance etc. 106 107 This driver can also be built as a module. If so, the module 108 will be called efuse-mtk. 109 |
110config NVMEM_NINTENDO_OTP 111 tristate "Nintendo Wii and Wii U OTP Support" 112 help 113 This is a driver exposing the OTP of a Nintendo Wii or Wii U console. 114 115 This memory contains common and per-console keys, signatures and 116 related data required to access peripherals. 117 118 This driver can also be built as a module. If so, the module 119 will be called nvmem-nintendo-otp. 120 |
|
110config QCOM_QFPROM 111 tristate "QCOM QFPROM Support" 112 depends on ARCH_QCOM || COMPILE_TEST 113 depends on HAS_IOMEM 114 help 115 Say y here to enable QFPROM support. The QFPROM provides access 116 functions for QFPROM data to rest of the drivers via nvmem interface. 117 --- 174 unchanged lines hidden --- | 121config QCOM_QFPROM 122 tristate "QCOM QFPROM Support" 123 depends on ARCH_QCOM || COMPILE_TEST 124 depends on HAS_IOMEM 125 help 126 Say y here to enable QFPROM support. The QFPROM provides access 127 functions for QFPROM data to rest of the drivers via nvmem interface. 128 --- 174 unchanged lines hidden --- |