Kconfig (d1208404dd477c142680437137c9996b95bfd508) | Kconfig (f02f8aee211a1fc035cd3f87af8a39126eda1c20) |
---|---|
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_LPC18XX_EEPROM 29 tristate "NXP LPC18XX EEPROM Memory Support" 30 depends on ARCH_LPC18XX || COMPILE_TEST 31 help 32 Say Y here to include support for NXP LPC18xx EEPROM memory found in 33 NXP LPC185x/3x and LPC435x/3x/2x/1x devices. 34 To compile this driver as a module, choose M here: the module 35 will be called nvmem_lpc18xx_eeprom. 36 |
|
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 --- 46 unchanged lines hidden --- | 37config NVMEM_MXS_OCOTP 38 tristate "Freescale MXS On-Chip OTP Memory Support" 39 depends on ARCH_MXS || COMPILE_TEST 40 help 41 If you say Y here, you will get readonly access to the 42 One Time Programmable memory pages that are stored 43 on the Freescale i.MX23/i.MX28 processor. 44 --- 46 unchanged lines hidden --- |