blob: a029f0b5098d66ae2baa51c5df4028aa4dc5701d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
menuconfig NVMEM
tristate "NVMEM Support"
help
Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
This framework is designed to provide a generic interface to NVMEM
from both the Linux Kernel and the userspace.
This driver can also be built as a module. If so, the module
will be called nvmem_core.
If unsure, say no.
|