Ver Fonte

kernel: add CONFIG_NVMEM_U_BOOT_ENV symbol to configs

This fixes:
  U-Boot environment variables support (NVMEM_U_BOOT_ENV) [N/m/y/?] (NEW)

Fixes: 34cf310435044 ("kernel: backport U-Boot environment data NVMEM driver")
Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki há 3 anos atrás
pai
commit
d79048e9e5
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      target/linux/generic/config-5.10
  2. 1 0
      target/linux/generic/config-5.15

+ 1 - 0
target/linux/generic/config-5.10

@@ -4240,6 +4240,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
 # CONFIG_NVMEM_IMX_OCOTP is not set
 # CONFIG_NVMEM_REBOOT_MODE is not set
 # CONFIG_NVMEM_SYSFS is not set
+# CONFIG_NVMEM_U_BOOT_ENV is not set
 # CONFIG_NVME_FC is not set
 # CONFIG_NVME_TARGET is not set
 # CONFIG_NVME_TCP is not set

+ 1 - 0
target/linux/generic/config-5.15

@@ -4407,6 +4407,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
 # CONFIG_NVMEM_REBOOT_MODE is not set
 # CONFIG_NVMEM_RMEM is not set
 # CONFIG_NVMEM_SYSFS is not set
+# CONFIG_NVMEM_U_BOOT_ENV is not set
 # CONFIG_NVME_FC is not set
 # CONFIG_NVME_TARGET is not set
 # CONFIG_NVME_TCP is not set