Kconfig (22dbdb7cbf7214befd3a449ba7959c8cf4038e6c) Kconfig (3edba6b47e4265948db3a77a0137157c033d69e2)
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.
9
10 This driver can also be built as a module. If so, the module
11 will be called nvmem_core.
12
13 If unsure, say no.
14
15if NVMEM
16
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.
9
10 This driver can also be built as a module. If so, the module
11 will be called nvmem_core.
12
13 If unsure, say no.
14
15if NVMEM
16
17config NVMEM_IMX_OCOTP
18 tristate "i.MX6 On-Chip OTP Controller support"
19 depends on SOC_IMX6
20 help
21 This is a driver for the On-Chip OTP Controller (OCOTP) available on
22 i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
23 eFuses.
24
25 This driver can also be built as a module. If so, the module
26 will be called nvmem-imx-ocotp.
27
17config QCOM_QFPROM
18 tristate "QCOM QFPROM Support"
19 depends on ARCH_QCOM || COMPILE_TEST
20 select REGMAP_MMIO
21 help
22 Say y here to enable QFPROM support. The QFPROM provides access
23 functions for QFPROM data to rest of the drivers via nvmem interface.
24

--- 25 unchanged lines hidden ---
28config QCOM_QFPROM
29 tristate "QCOM QFPROM Support"
30 depends on ARCH_QCOM || COMPILE_TEST
31 select REGMAP_MMIO
32 help
33 Say y here to enable QFPROM support. The QFPROM provides access
34 functions for QFPROM data to rest of the drivers via nvmem interface.
35

--- 25 unchanged lines hidden ---