mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
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 <leah@libreboot.org>
This commit is contained in:
@@ -643,6 +643,7 @@ CONFIG_DRIVERS_UART=y
|
|||||||
# CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set
|
# CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set
|
||||||
CONFIG_DRIVERS_I2C_DESIGNWARE=y
|
CONFIG_DRIVERS_I2C_DESIGNWARE=y
|
||||||
# CONFIG_DRIVERS_I2C_MAX98396 is not set
|
# CONFIG_DRIVERS_I2C_MAX98396 is not set
|
||||||
|
CONFIG_DRIVERS_INTEL_DTBT=y
|
||||||
# CONFIG_FSP_USE_REPO is not set
|
# CONFIG_FSP_USE_REPO is not set
|
||||||
# CONFIG_DISPLAY_HOBS is not set
|
# CONFIG_DISPLAY_HOBS is not set
|
||||||
# CONFIG_DISPLAY_UPD_DATA is not set
|
# CONFIG_DISPLAY_UPD_DATA is not set
|
||||||
|
|||||||
@@ -635,6 +635,7 @@ CONFIG_DRIVERS_UART=y
|
|||||||
# CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set
|
# CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set
|
||||||
CONFIG_DRIVERS_I2C_DESIGNWARE=y
|
CONFIG_DRIVERS_I2C_DESIGNWARE=y
|
||||||
# CONFIG_DRIVERS_I2C_MAX98396 is not set
|
# CONFIG_DRIVERS_I2C_MAX98396 is not set
|
||||||
|
CONFIG_DRIVERS_INTEL_DTBT=y
|
||||||
# CONFIG_FSP_USE_REPO is not set
|
# CONFIG_FSP_USE_REPO is not set
|
||||||
# CONFIG_DISPLAY_HOBS is not set
|
# CONFIG_DISPLAY_HOBS is not set
|
||||||
# CONFIG_DISPLAY_UPD_DATA is not set
|
# CONFIG_DISPLAY_UPD_DATA is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user