Kconfig (712cba5d87a6c0e980ee5fad45734e189c4d7151) Kconfig (88806daf10f4eeaf7d5b41f360e37592bd9a759c)
1menuconfig NVMEM
2 tristate "NVMEM Support"
3 help
4 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
5
6 This framework is designed to provide a generic interface to NVMEM
7 from both the Linux Kernel and the userspace.
8

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

30 depends on ARCH_LPC18XX || COMPILE_TEST
31 depends on HAS_IOMEM
32 help
33 Say Y here to include support for NXP LPC18xx EEPROM memory found in
34 NXP LPC185x/3x and LPC435x/3x/2x/1x devices.
35 To compile this driver as a module, choose M here: the module
36 will be called nvmem_lpc18xx_eeprom.
37
1menuconfig NVMEM
2 tristate "NVMEM Support"
3 help
4 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
5
6 This framework is designed to provide a generic interface to NVMEM
7 from both the Linux Kernel and the userspace.
8

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

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

--- 69 unchanged lines hidden ---
48config NVMEM_MXS_OCOTP
49 tristate "Freescale MXS On-Chip OTP Memory Support"
50 depends on ARCH_MXS || COMPILE_TEST
51 depends on HAS_IOMEM
52 help
53 If you say Y here, you will get readonly access to the
54 One Time Programmable memory pages that are stored
55 on the Freescale i.MX23/i.MX28 processor.

--- 69 unchanged lines hidden ---