aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/Kconfig
blob: de90c82d891be3ea52cbe3cda3f27b2a92d42d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig NVMEM
	tristate "NVMEM Support"
	select REGMAP
	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.