mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +02:00
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>
This commit is contained in:
parent
868f801ace
commit
7de83aa95c
1
Makefile
1
Makefile
@ -172,6 +172,7 @@ DEPENDS_ON_LINUX_I2C := \
|
|||||||
CONFIG_MSTARDDC_SPI \
|
CONFIG_MSTARDDC_SPI \
|
||||||
CONFIG_LSPCON_I2C_SPI \
|
CONFIG_LSPCON_I2C_SPI \
|
||||||
CONFIG_REALTEK_MST_I2C_SPI \
|
CONFIG_REALTEK_MST_I2C_SPI \
|
||||||
|
CONFIG_MEDIATEK_I2C_SPI \
|
||||||
|
|
||||||
ifeq ($(CONFIG_ENABLE_LIBUSB1_PROGRAMMERS), no)
|
ifeq ($(CONFIG_ENABLE_LIBUSB1_PROGRAMMERS), no)
|
||||||
$(call disable_all,$(DEPENDS_ON_LIBUSB1))
|
$(call disable_all,$(DEPENDS_ON_LIBUSB1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user