Skip to content

Commit d8999d1

Browse files
nfrapradoarndb
authored andcommitted
arm64: defconfig: Enable support for cbmem entries in the coreboot table
Enable the cbmem driver and dependencies in order to support reading cbmem entries from the coreboot table, which are used to store logs from coreboot on arm64 Chromebooks, and provide useful information for debugging the boot process on those devices. Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Brian Norris <[email protected]> Signed-off-by: Nícolas F. R. A. Prado <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 758f836 commit d8999d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ CONFIG_RASPBERRYPI_FIRMWARE=y
251251
CONFIG_INTEL_STRATIX10_SERVICE=y
252252
CONFIG_INTEL_STRATIX10_RSU=m
253253
CONFIG_MTK_ADSP_IPC=m
254+
CONFIG_GOOGLE_FIRMWARE=y
255+
CONFIG_GOOGLE_CBMEM=m
256+
CONFIG_GOOGLE_COREBOOT_TABLE=m
254257
CONFIG_EFI_CAPSULE_LOADER=y
255258
CONFIG_IMX_SCU=y
256259
CONFIG_QCOM_QSEECOM=y

0 commit comments

Comments
 (0)