Skip to content

Commit 32b613f

Browse files
likebreathrbradford
authored andcommitted
build: Enable CONFIG_FW_CFG_SYSFS_CMDLINE as default configs
This enables integration test of the `fw_cfg` device [1]. [1] cloud-hypervisor/cloud-hypervisor#7117 Signed-off-by: Bo Chen <bchen@crusoe.ai>
1 parent 8c2a4fe commit 32b613f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

arch/arm64/configs/ch_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,8 @@ CONFIG_PROC_EVENTS=y
13661366
CONFIG_FIRMWARE_MEMMAP=y
13671367
CONFIG_DMIID=y
13681368
CONFIG_DMI_SYSFS=y
1369-
# CONFIG_FW_CFG_SYSFS is not set
1369+
CONFIG_FW_CFG_SYSFS=y
1370+
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
13701371
# CONFIG_SYSFB_SIMPLEFB is not set
13711372
# CONFIG_ARM_FFA_TRANSPORT is not set
13721373
# CONFIG_GOOGLE_FIRMWARE is not set

arch/x86/configs/ch_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,8 @@ CONFIG_FIRMWARE_MEMMAP=y
13671367
CONFIG_DMIID=y
13681368
CONFIG_DMI_SYSFS=y
13691369
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
1370-
# CONFIG_FW_CFG_SYSFS is not set
1370+
CONFIG_FW_CFG_SYSFS=y
1371+
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
13711372
# CONFIG_SYSFB_SIMPLEFB is not set
13721373
# CONFIG_GOOGLE_FIRMWARE is not set
13731374

0 commit comments

Comments
 (0)