summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor Ding <victording@google.com>2021-07-21 18:01:55 +1000
committerNico Huber <nico.h@gmx.de>2021-09-22 13:22:42 +0000
commitcce29a485552052ce922ed1354c26674884a7857 (patch)
treee789faf74f58a126007ee532ae939963d8c97325 /meson_options.txt
parente3f55a13ba256bf643aa47084db16a98c3fe60e6 (diff)
downloadflashrom-cce29a485552052ce922ed1354c26674884a7857.tar.gz
flashrom-cce29a485552052ce922ed1354c26674884a7857.tar.bz2
flashrom-cce29a485552052ce922ed1354c26674884a7857.zip
mec1308: remove MEC1308 EC programmer
Best efforts were made to upstream older Chromebook support for good intentions for folks interested. However, we no longer have the hardware available to test and maintain the code as the hardware is now end of life. Therefore the code state has sadly fallen into a unknown state. BUG=none BRANCH=none TEST=builds and ninja test passes Signed-off-by: Victor Ding <victording@google.com> Change-Id: I535b6380846734c999474519e9e60a73eb6a2ec4 Reviewed-on: https://review.coreboot.org/c/flashrom/+/56476 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fa0c90aff..588ed5bef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,7 +23,6 @@ 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')