On ARM, FW_CFG is probed if the associated device tree node is probed,
so there is no harm in enabling it in the multi defconfigs, but having
it for QEMU platforms enables us to use pytest --env.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 arch/arm/configs/multi_v5_v6_defconfig | 2 ++
 arch/arm/configs/multi_v7_defconfig    | 2 ++
 arch/arm/configs/multi_v8_defconfig    | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/arch/arm/configs/multi_v5_v6_defconfig 
b/arch/arm/configs/multi_v5_v6_defconfig
index 27a925f8bb26..bc6645b3ce27 100644
--- a/arch/arm/configs/multi_v5_v6_defconfig
+++ b/arch/arm/configs/multi_v5_v6_defconfig
@@ -122,3 +122,5 @@ CONFIG_FS_UBIFS=y
 CONFIG_FS_UBIFS_COMPRESSION_LZO=y
 CONFIG_DIGEST_SHA1_ARM=y
 CONFIG_DIGEST_SHA256_ARM=y
+CONFIG_QEMU_FW_CFG=y
+CONFIG_FS_QEMU_FW_CFG=y
diff --git a/arch/arm/configs/multi_v7_defconfig 
b/arch/arm/configs/multi_v7_defconfig
index ef4e10614801..688fd1c7c19e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -374,3 +374,5 @@ CONFIG_FS_RATP=y
 CONFIG_PNG=y
 CONFIG_DIGEST_SHA1_ARM=y
 CONFIG_DIGEST_SHA256_ARM=y
+CONFIG_QEMU_FW_CFG=y
+CONFIG_FS_QEMU_FW_CFG=y
diff --git a/arch/arm/configs/multi_v8_defconfig 
b/arch/arm/configs/multi_v8_defconfig
index e63bb4618900..73a2d5feef37 100644
--- a/arch/arm/configs/multi_v8_defconfig
+++ b/arch/arm/configs/multi_v8_defconfig
@@ -300,3 +300,5 @@ CONFIG_DIGEST_SHA1_ARM64_CE=y
 CONFIG_DIGEST_SHA256_ARM64_CE=y
 CONFIG_LZO_DECOMPRESS=y
 # CONFIG_MISSING_FIRMWARE_ERROR is not set
+CONFIG_QEMU_FW_CFG=y
+CONFIG_FS_QEMU_FW_CFG=y
-- 
2.47.3


Reply via email to