CONFIG_NVMEM=y CONFIG_NVMEM_SYSFS=y # CONFIG_NVMEM_LAYOUTS is not set # # Layout Types # CONFIG_NVMEM_LAYOUT_SL28_VPD=m CONFIG_NVMEM_LAYOUT_ONIE_TLV=m # end of Layout Types CONFIG_NVMEM_RAVE_SP_EEPROM=m CONFIG_NVMEM_RMEM=m CONFIG_NVMEM_SPMI_SDAM=m @@ -10905,7 +10840,6 @...
CONFIG_NVMEM_LAYOUTS=y CONFIG_NVMEM_MTK_EFUSE=y CONFIG_NVMEM_SYSFS=y CONFIG_OF=y Expand Down 2 changes: 1 addition & 1 deletion2target/linux/mediatek/image/mt7622.mk Original file line numberDiff line numberDiff line change Expand Up@@ -352,7 +352,7 @@ define Device/totolink_a8000...
[diskstats_device_exclude: <string> | default = "^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)\\d+$"] # Regexp of devices to include for diskstats. If set, the diskstat_device_exclude field is ignored. [diskstats_device_include: <string>] # Regexp of ethtool devices...
CONFIG_RTC_NVMEM=y # # RTC interfaces # CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y CONFIG_RTC_INTF_DEV=y # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set # CONFIG_RTC_DRV_TEST is not set # # I2C RTC drivers # # CONFIG_RTC_DRV_ABB5ZES3 is not set # CONFIG...
CONFIG_RTC_NVMEM=y # # RTC interfaces # CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y CONFIG_RTC_INTF_DEV=y # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set # CONFIG_RTC_DRV_TEST is not set # # I2C RTC drivers # # CONFIG_RTC_DRV_ABB5ZES3 is not set # CONFIG...
# NVME Support # # end of NVME Support # # Misc devices # # CONFIG_DUMMY_IRQ is not set # CONFIG_IBM_ASM is not set # CONFIG_PHANTOM is not set # CONFIG_TIFM_CORE is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_HP_ILO is not set # CONFIG_SRAM ...
vndbinder" # CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set # CONFIG_LIBNVDIMM is not set # CONFIG_NVMEM is not set # CONFIG_STM is not set # CONFIG_INTEL_TH is not set # # FPGA Configuration Support # # CONFIG_FPGA is not set # CONFIG_SUNXI_MPP is not set CONFIG_TEE=y # #...
CONFIG_RTC_INTF_SYSFS is not set # CONFIG_RTC_INTF_PROC is not set # CONFIG_RTC_INTF_DEV is not set CONFIG_RTC_DRV_M48T59=y # CONFIG_VHOST_MENU is not set # CONFIG_IOMMU_SUPPORT is not set # CONFIG_NVMEM_SYSFS is not set CONFIG_EXT2_FS=y CONFIG_EXT2_FS_...
I have seen behaviour that when I enable them, temperature, cpufreq related files are not present in sysfs. I will like to know more about NVMEM framework and how it can fullfil my requirements. Please explain in detail or share document if available. thank you 0...
> Enabling CONFIG_NVMEM_SYSFS grants sysfs access from userspace. > > Signed-off-by: Jan-Niklas Burfeind <g...@aiyionpri.me> > --- > Hauke suggested enabling it for the whole sunxi target, as all devices > either have enough onboard or external memory to cope with the ...