Kconfig (382c62f74f4a50c5e2a85980599dbc76d63c6120) Kconfig (9c7b16eb35d283f00ba278b62b5115dacdf12dd7)
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

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

78 from eFuse, such as cpu-leakage.
79
80 This driver can also be built as a module. If so, the module
81 will be called nvmem_rockchip_efuse.
82
83config NVMEM_SUNXI_SID
84 tristate "Allwinner SoCs SID support"
85 depends on ARCH_SUNXI
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

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

78 from eFuse, such as cpu-leakage.
79
80 This driver can also be built as a module. If so, the module
81 will be called nvmem_rockchip_efuse.
82
83config NVMEM_SUNXI_SID
84 tristate "Allwinner SoCs SID support"
85 depends on ARCH_SUNXI
86 select REGMAP_MMIO
87 help
88 This is a driver for the 'security ID' available on various Allwinner
89 devices.
90
91 This driver can also be built as a module. If so, the module
92 will be called nvmem_sunxi_sid.
93
94config NVMEM_VF610_OCOTP
95 tristate "VF610 SoC OCOTP support"
96 depends on SOC_VF610 || COMPILE_TEST
97 depends on HAS_IOMEM
98 help
99 This is a driver for the 'OCOTP' peripheral available on Vybrid
100 devices like VF5xx and VF6xx.
101
102 This driver can also be build as a module. If so, the module will
103 be called nvmem-vf610-ocotp.
104
105endif
86 help
87 This is a driver for the 'security ID' available on various Allwinner
88 devices.
89
90 This driver can also be built as a module. If so, the module
91 will be called nvmem_sunxi_sid.
92
93config NVMEM_VF610_OCOTP
94 tristate "VF610 SoC OCOTP support"
95 depends on SOC_VF610 || COMPILE_TEST
96 depends on HAS_IOMEM
97 help
98 This is a driver for the 'OCOTP' peripheral available on Vybrid
99 devices like VF5xx and VF6xx.
100
101 This driver can also be build as a module. If so, the module will
102 be called nvmem-vf610-ocotp.
103
104endif