Kconfig (9f30a04d768f64280dc0c40b730746e82f298d88) Kconfig (22dbdb7cbf7214befd3a449ba7959c8cf4038e6c)
1menuconfig NVMEM
2 tristate "NVMEM Support"
3 select REGMAP
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.

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

31 select REGMAP_MMIO
32 help
33 This is a driver for the 'security ID' available on various Allwinner
34 devices.
35
36 This driver can also be built as a module. If so, the module
37 will be called nvmem_sunxi_sid.
38
1menuconfig NVMEM
2 tristate "NVMEM Support"
3 select REGMAP
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.

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

31 select REGMAP_MMIO
32 help
33 This is a driver for the 'security ID' available on various Allwinner
34 devices.
35
36 This driver can also be built as a module. If so, the module
37 will be called nvmem_sunxi_sid.
38
39config NVMEM_VF610_OCOTP
40 tristate "VF610 SoC OCOTP support"
41 depends on SOC_VF610 || COMPILE_TEST
42 help
43 This is a driver for the 'OCOTP' peripheral available on Vybrid
44 devices like VF5xx and VF6xx.
45
46 This driver can also be build as a module. If so, the module will
47 be called nvmem-vf610-ocotp.
48
39endif
49endif