summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor Ding <victording@google.com>2020-08-19 22:48:19 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2020-08-20 10:10:22 +0000
commit436b4155b1ea15c46080ad497cfb0a8afed84368 (patch)
tree393d7d0974ef58a17bb9cb0dd82df2fac9025de8 /meson_options.txt
parent22cd31674d38ddbffad305893cca36f33ebcb62a (diff)
downloadflashrom-436b4155b1ea15c46080ad497cfb0a8afed84368.tar.gz
flashrom-436b4155b1ea15c46080ad497cfb0a8afed84368.tar.bz2
flashrom-436b4155b1ea15c46080ad497cfb0a8afed84368.zip
Add ENE LPC programmer
Initial support of ENE LPC interface keyboard controller. BUG=b:156140422 BRANCH=none Signed-off-by: Victor Ding <victording@google.com> Change-Id: I970afd8c1bd92c159c60e09f22e2f18c0433729d Reviewed-on: https://review.coreboot.org/c/flashrom/+/44580 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> 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 ac48e4e77..ba5130b53 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,6 +11,7 @@ option('config_developerbox_spi', type : 'boolean', value : true, description :
option('config_digilent_spi', type : 'boolean', value : true, description : 'Digilent Development board JTAG')
option('config_drkaiser', type : 'boolean', value : true, description : 'Dr. Kaiser')
option('config_dummy', type : 'boolean', value : true, description : 'dummy tracing')
+option('config_ene_lpc', type : 'boolean', value : true, description : 'ENE LPC interface keyboard controller')
option('config_ft2232_spi', type : 'boolean', value : true, description : 'FT2232 SPI dongles')
option('config_gfxnvidia', type : 'boolean', value : true, description : 'NVIDIA graphics cards')
option('config_raiden', type : 'boolean', value : true, description : 'ChromiumOS Servo DUT debug board')