Thomas Heijligen has uploaded this change for review. ( 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 --- M Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/17/62217/1
diff --git a/Makefile b/Makefile index 416fa19..26befc7 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))