diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-08-17 22:40:30 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-08-17 22:46:19 +0200 |
commit | d79048e9e54e9171815f5dc719af71d6b75fbc01 (patch) | |
tree | 099625696ce00955fbaf7bb25a06faa409656ada /target/linux | |
parent | 34cf31043504473df3174a22d163b71b75e46542 (diff) | |
download | upstream-d79048e9e54e9171815f5dc719af71d6b75fbc01.tar.gz upstream-d79048e9e54e9171815f5dc719af71d6b75fbc01.tar.bz2 upstream-d79048e9e54e9171815f5dc719af71d6b75fbc01.zip |
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 <rafal@milecki.pl>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 104fc625d9..7e9eb6143a 100644 --- a/target/linux/generic/config-5.10 +++ b/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 diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index bbf4364a4f..13b52d6b5e 100644 --- a/target/linux/generic/config-5.15 +++ b/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 |