Kconfig (4ab11996b489ad65092216315484824ed32018f8) | Kconfig (3d0b16a66c8a9d10294572c6f79df4f15a27825d) |
---|---|
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 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 This driver can also be built as a module. If so, the module 26 will be called nvmem_qfprom. 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 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 This driver can also be built as a module. If so, the module 26 will be called nvmem_qfprom. 27 |
28config NVMEM_SUNXI_SID 29 tristate "Allwinner SoCs SID support" 30 depends on ARCH_SUNXI 31 select REGMAP_MMIO 32 help 33 This is a driver for the 'security ID' available on various Allwinner 34 devices. 35 36 This driver can also be built as a module. If so, the module 37 will be called nvmem_sunxi_sid. 38 |
|
28endif | 39endif |