Nico Huber has submitted this change. ( https://review.coreboot.org/c/flashrom/+/62217 )
Change subject: Makefile: add CONFIG_MEDIATEK_I2C_SPI to DEPENDS_ON_LINUX_I2C ......................................................................
Makefile: add CONFIG_MEDIATEK_I2C_SPI to DEPENDS_ON_LINUX_I2C
The Mediatek i2c spi driver requires the linux i2c stack.
Change-Id: Ic90048c549fecb8c051750a92c5b35403f07fbf4 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com Reviewed-on: https://review.coreboot.org/c/flashrom/+/62217 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Angel Pons th3fanbus@gmail.com --- M Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/Makefile b/Makefile index a2ba3b0..37eaf7c 100644 --- a/Makefile +++ b/Makefile @@ -172,6 +172,7 @@ CONFIG_MSTARDDC_SPI \ CONFIG_LSPCON_I2C_SPI \ CONFIG_REALTEK_MST_I2C_SPI \ + CONFIG_MEDIATEK_I2C_SPI \
ifeq ($(CONFIG_ENABLE_LIBUSB1_PROGRAMMERS), no) $(call disable_all,$(DEPENDS_ON_LIBUSB1))
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.