Nico Huber submitted this change.
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(-)
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))
To view, visit change 62217. To unsubscribe, or for help writing mail filters, visit settings.