summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNeill Corlett <corlett@google.com>2022-01-20 21:50:30 -0500
committerEdward O'Callaghan <quasisec@chromium.org>2022-02-01 22:22:03 +0000
commite98b2d11846fe0f7a64e8739ec5d8e901a54dfc8 (patch)
treed99b00509184ecce7c7ff5d57ff8210d0cf71c1f /meson_options.txt
parent55aa056c7404e0912ed2e56b682512df7a0cca77 (diff)
downloadflashrom-e98b2d11846fe0f7a64e8739ec5d8e901a54dfc8.tar.gz
flashrom-e98b2d11846fe0f7a64e8739ec5d8e901a54dfc8.tar.bz2
flashrom-e98b2d11846fe0f7a64e8739ec5d8e901a54dfc8.zip
Add mediatek_i2c_spi interface
Add a spi_master interface supporting MediaTek MST9U ISP mode. Autodetect the bus type via I2C_FUNC_I2C, and use the appropriate read/write commands, in case the MST9U is attached to smbus. TEST=Successfully programmed SPI on test hardware. Change-Id: I24adb14e7b4f7160e1c3ff941774064d5a81e820 Signed-off-by: Neill Corlett <corlett@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/61288 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 588ed5bef..8022c740a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -40,4 +40,5 @@ option('config_serprog', type : 'boolean', value : true, description : 'serprog'
option('config_usbblaster_spi', type : 'boolean', value : true, description : 'Altera USB-Blaster dongles')
option('config_stlinkv3_spi', type : 'boolean', value : true, description : 'STMicroelectronics STLINK-V3')
option('config_lspcon_i2c_spi', type : 'boolean', value : false, description : 'Parade lspcon USB-C to HDMI protocol translator')
+option('config_mediatek_i2c_spi', type : 'boolean', value : false, description : 'MediaTek LCD controller')
option('config_realtek_mst_i2c_spi', type : 'boolean', value : true, description : 'Realtek MultiStream Transport MST')