Srinivas Kandagatla | eace75c | 2015-07-27 12:13:19 +0100 | [diff] [blame] | 1 | menuconfig 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. |
| 9 | |
| 10 | This driver can also be built as a module. If so, the module |
| 11 | will be called nvmem_core. |
| 12 | |
| 13 | If unsure, say no. |
Srinivas Kandagatla | 4ab1199 | 2015-07-27 12:15:00 +0100 | [diff] [blame^] | 14 | |
| 15 | if NVMEM |
| 16 | |
| 17 | config QCOM_QFPROM |
| 18 | tristate "QCOM QFPROM Support" |
| 19 | depends on ARCH_QCOM || COMPILE_TEST |
| 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 | |
| 28 | endif |