Merge pull request 'Enable CBFS file option backend on T480s' (#410) from noisytoot/t480s-cbfs-file-option-backend into master

Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/410
This commit is contained in:
Leah Rowe
2026-03-21 07:38:39 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ CONFIG_COMPILER_GCC=y
# CONFIG_IWYU is not set # CONFIG_IWYU is not set
# CONFIG_FMD_GENPARSER is not set # CONFIG_FMD_GENPARSER is not set
# CONFIG_UTIL_GENPARSER is not set # CONFIG_UTIL_GENPARSER is not set
CONFIG_OPTION_BACKEND_NONE=y # CONFIG_OPTION_BACKEND_NONE is not set
# CONFIG_USE_CBFS_FILE_OPTION_BACKEND is not set CONFIG_USE_CBFS_FILE_OPTION_BACKEND=y
CONFIG_COMPRESS_RAMSTAGE_LZMA=y CONFIG_COMPRESS_RAMSTAGE_LZMA=y
# CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set # CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set
# CONFIG_COMPRESS_RAMSTAGE_ZSTD is not set # CONFIG_COMPRESS_RAMSTAGE_ZSTD is not set

View File

@@ -16,8 +16,8 @@ CONFIG_COMPILER_GCC=y
# CONFIG_IWYU is not set # CONFIG_IWYU is not set
# CONFIG_FMD_GENPARSER is not set # CONFIG_FMD_GENPARSER is not set
# CONFIG_UTIL_GENPARSER is not set # CONFIG_UTIL_GENPARSER is not set
CONFIG_OPTION_BACKEND_NONE=y # CONFIG_OPTION_BACKEND_NONE is not set
# CONFIG_USE_CBFS_FILE_OPTION_BACKEND is not set CONFIG_USE_CBFS_FILE_OPTION_BACKEND=y
CONFIG_COMPRESS_RAMSTAGE_LZMA=y CONFIG_COMPRESS_RAMSTAGE_LZMA=y
# CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set # CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set
# CONFIG_COMPRESS_RAMSTAGE_ZSTD is not set # CONFIG_COMPRESS_RAMSTAGE_ZSTD is not set