Kconfig (bba9525520b6028ecbe7486e13216e9ede8636be) Kconfig (3b51f47be171b30ad9e031ab5006c14551a8c2a3)
1menuconfig NVMEM
2 bool "NVMEM Support"
3 help
4 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
5
6 This framework is designed to provide a generic interface to NVMEM
7 from both the Linux Kernel and the userspace.
8

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

170 depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST
171 help
172 This is a driver for Low Power General Purpose Register (LPGPR) available on
173 i.MX6 and i.MX7 SoCs in Secure Non-Volatile Storage (SNVS) of this chip.
174
175 This driver can also be built as a module. If so, the module
176 will be called nvmem-snvs-lpgpr.
177
1menuconfig NVMEM
2 bool "NVMEM Support"
3 help
4 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
5
6 This framework is designed to provide a generic interface to NVMEM
7 from both the Linux Kernel and the userspace.
8

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

170 depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST
171 help
172 This is a driver for Low Power General Purpose Register (LPGPR) available on
173 i.MX6 and i.MX7 SoCs in Secure Non-Volatile Storage (SNVS) of this chip.
174
175 This driver can also be built as a module. If so, the module
176 will be called nvmem-snvs-lpgpr.
177
178config RAVE_SP_EEPROM
179 tristate "Rave SP EEPROM Support"
180 depends on RAVE_SP_CORE
181 help
182 Say y here to enable Rave SP EEPROM support.
183
178endif
184endif