From 4d747f54955a2bec61c50b6d1485f50b809fd777 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 9 Sep 2020 22:04:47 +0200 Subject: kernel: add recently introduced CONFIG_MTD_SPLIT_ELF_FW The config symbol was introduced in drivers, but not added to generic kernel config files. This will halt build asking for the value. Fix it by adding the value (setting it to disabled). Fixes: 3f7047db7aaf ("kernel: mtdsplit: support ELF loader splitting") Signed-off-by: Adrian Schmutzler --- target/linux/generic/config-4.19 | 1 + target/linux/generic/config-5.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index cb613f6323..d4a942f9aa 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -3033,6 +3033,7 @@ CONFIG_MTD_SPI_NOR_USE_4K_SECTORS_LIMIT=4096 CONFIG_MTD_SPLIT=y # CONFIG_MTD_SPLIT_BCM_WFI_FW is not set # CONFIG_MTD_SPLIT_BRNIMAGE_FW is not set +# CONFIG_MTD_SPLIT_ELF_FW is not set # CONFIG_MTD_SPLIT_EVA_FW is not set # CONFIG_MTD_SPLIT_FIRMWARE is not set CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index d543819aad..6f63b8c5dd 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -3259,6 +3259,7 @@ CONFIG_MTD_SPI_NOR_USE_4K_SECTORS_LIMIT=4096 CONFIG_MTD_SPLIT=y # CONFIG_MTD_SPLIT_BCM_WFI_FW is not set # CONFIG_MTD_SPLIT_BRNIMAGE_FW is not set +# CONFIG_MTD_SPLIT_ELF_FW is not set # CONFIG_MTD_SPLIT_EVA_FW is not set # CONFIG_MTD_SPLIT_FIRMWARE is not set CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" -- cgit v1.2.3