kernel: add recently introduced CONFIG_MTD_SPLIT_ELF_FW
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 9 Sep 2020 20:04:47 +0000 (22:04 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 9 Sep 2020 20:09:19 +0000 (22:09 +0200)
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 <freifunk@adrianschmutzler.de>
target/linux/generic/config-4.19
target/linux/generic/config-5.4

index cb613f6323167629b7644edb17d53700b5409ff7..d4a942f9aa316a0fbee041a94c2d4d373603833c 100644 (file)
@@ -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"
index d543819aad45273e93ea016ed3e4ba89d4aee029..6f63b8c5ddef277c951d4481e5f27ac11408b358 100644 (file)
@@ -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"