summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor Ding <victording@google.com>2020-08-18 18:27:26 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2020-08-20 11:11:35 +0000
commit821e44cb4dc23ca1261a92b3ee3cdf591c1da91b (patch)
treef8733fdb56cafdce6f723aece690b3ce7349612e /meson_options.txt
parent436b4155b1ea15c46080ad497cfb0a8afed84368 (diff)
downloadflashrom-821e44cb4dc23ca1261a92b3ee3cdf591c1da91b.tar.gz
flashrom-821e44cb4dc23ca1261a92b3ee3cdf591c1da91b.tar.bz2
flashrom-821e44cb4dc23ca1261a92b3ee3cdf591c1da91b.zip
Add MEC1308 EC programmer
Initial support of Microchip MEC1308 Embedded Controller. BUG=b:156144893 BRANCH=none Signed-off-by: Victor Ding <victording@google.com> Change-Id: I2d51b4bdc0b38b6e488e71b9e774eb6232a2069e Reviewed-on: https://review.coreboot.org/c/flashrom/+/44541 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 ba5130b53..9c0a7982e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,6 +20,7 @@ option('config_internal_dmi', type : 'boolean', value : true, description : 'Use
option('config_it8212', type : 'boolean', value : true, description : 'ITE IT8212F PATA')
option('config_linux_mtd', type : 'boolean', value : true, description : 'Linux MTD interfaces')
option('config_linux_spi', type : 'boolean', value : true, description : 'Linux spidev interfaces')
+option('config_mec1308', type : 'boolean', value : true, description : 'Microchip MEC1308 Embedded Controller')
option('config_mstarddc_spi', type : 'boolean', value : false, description : 'MSTAR DDC support')
option('config_nic3com', type : 'boolean', value : true, description : '3Com NICs')
option('config_nicintel_eeprom', type : 'boolean', value : true, description : 'EEPROM on Intel NICs')