From 2fe3b6ee6609a3115836eb881cbd4104af2e868f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 22 Dec 2025 11:58:38 +0000 Subject: actually enable TBT on T580 lbmk uses make-oldconfig before running a build anyway, so it would have been fine. however, it's best to just enable it outright. this change was generated by doing: ./mk -u coreboot t580_vfsp_16mb which runs make-oldconfig on the configs. Signed-off-by: Leah Rowe --- config/coreboot/t580_vfsp_16mb/config/libgfxinit_corebootfb | 1 + config/coreboot/t580_vfsp_16mb/config/libgfxinit_txtmode | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/coreboot/t580_vfsp_16mb/config/libgfxinit_corebootfb b/config/coreboot/t580_vfsp_16mb/config/libgfxinit_corebootfb index 8ab623cb..18202f4b 100644 --- a/config/coreboot/t580_vfsp_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/t580_vfsp_16mb/config/libgfxinit_corebootfb @@ -643,6 +643,7 @@ CONFIG_DRIVERS_UART=y # CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set CONFIG_DRIVERS_I2C_DESIGNWARE=y # CONFIG_DRIVERS_I2C_MAX98396 is not set +CONFIG_DRIVERS_INTEL_DTBT=y # CONFIG_FSP_USE_REPO is not set # CONFIG_DISPLAY_HOBS is not set # CONFIG_DISPLAY_UPD_DATA is not set diff --git a/config/coreboot/t580_vfsp_16mb/config/libgfxinit_txtmode b/config/coreboot/t580_vfsp_16mb/config/libgfxinit_txtmode index 7daef80b..c7308346 100644 --- a/config/coreboot/t580_vfsp_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/t580_vfsp_16mb/config/libgfxinit_txtmode @@ -635,6 +635,7 @@ CONFIG_DRIVERS_UART=y # CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set CONFIG_DRIVERS_I2C_DESIGNWARE=y # CONFIG_DRIVERS_I2C_MAX98396 is not set +CONFIG_DRIVERS_INTEL_DTBT=y # CONFIG_FSP_USE_REPO is not set # CONFIG_DISPLAY_HOBS is not set # CONFIG_DISPLAY_UPD_DATA is not set -- cgit v1.2.1