Kconfig (3edba6b47e4265948db3a77a0137157c033d69e2) Kconfig (c01e9a11ab6f3096a54574c3224d8732a374f135)
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.

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

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
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.

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

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
28config NVMEM_MXS_OCOTP
29 tristate "Freescale MXS On-Chip OTP Memory Support"
30 depends on ARCH_MXS || COMPILE_TEST
31 help
32 If you say Y here, you will get readonly access to the
33 One Time Programmable memory pages that are stored
34 on the Freescale i.MX23/i.MX28 processor.
35
36 This driver can also be built as a module. If so, the module
37 will be called nvmem-mxs-ocotp.
38
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 ---
39config QCOM_QFPROM
40 tristate "QCOM QFPROM Support"
41 depends on ARCH_QCOM || COMPILE_TEST
42 select REGMAP_MMIO
43 help
44 Say y here to enable QFPROM support. The QFPROM provides access
45 functions for QFPROM data to rest of the drivers via nvmem interface.
46

--- 25 unchanged lines hidden ---