Kconfig (db6da59cf27b5661ced03754ae0550f8914eda9e) | Kconfig (73bcd133c910bff3b6d3b3834d0d14be9444e90a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig NVMEM 3 bool "NVMEM Support" 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. --- 41 unchanged lines hidden (view full) --- 50 51 This driver can also be built as a module. If so, the module 52 will be called nvmem-bcm-ocotp. 53 54config NVMEM_BRCM_NVRAM 55 tristate "Broadcom's NVRAM support" 56 depends on ARCH_BCM_5301X || COMPILE_TEST 57 depends on HAS_IOMEM | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig NVMEM 3 bool "NVMEM Support" 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. --- 41 unchanged lines hidden (view full) --- 50 51 This driver can also be built as a module. If so, the module 52 will be called nvmem-bcm-ocotp. 53 54config NVMEM_BRCM_NVRAM 55 tristate "Broadcom's NVRAM support" 56 depends on ARCH_BCM_5301X || COMPILE_TEST 57 depends on HAS_IOMEM |
58 select GENERIC_NET_UTILS |
|
58 help 59 This driver provides support for Broadcom's NVRAM that can be accessed 60 using I/O mapping. 61 62config NVMEM_IMX_IIM 63 tristate "i.MX IC Identification Module support" 64 depends on ARCH_MXC || COMPILE_TEST 65 help --- 320 unchanged lines hidden --- | 59 help 60 This driver provides support for Broadcom's NVRAM that can be accessed 61 using I/O mapping. 62 63config NVMEM_IMX_IIM 64 tristate "i.MX IC Identification Module support" 65 depends on ARCH_MXC || COMPILE_TEST 66 help --- 320 unchanged lines hidden --- |