summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2021-01-26 12:10:41 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2021-01-27 05:52:19 +0000
commit084d6a3cf33cd437b7c9e171499e2a6c26eeea7a (patch)
tree9db349f439da0c0c13967ea44d4b3c8d08c8a4ff /meson_options.txt
parenta2d9a40ec486798db14593b6641e2d5920ca50a0 (diff)
downloadflashrom-084d6a3cf33cd437b7c9e171499e2a6c26eeea7a.tar.gz
flashrom-084d6a3cf33cd437b7c9e171499e2a6c26eeea7a.tar.bz2
flashrom-084d6a3cf33cd437b7c9e171499e2a6c26eeea7a.zip
meson: Rename 'config_raiden' to 'config_raiden_debug_spi'
Make meson build option name consistent with the the spi masters implementation name. BUG=none TEST=builds Change-Id: Icb6c73ab3d4369fcffb96eb117fc376da75dfb84 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/49914 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Sam McNally <sammc@google.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 89fcbee88..b599d6659 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,7 +15,7 @@ option('config_dummy', type : 'boolean', value : true, description : 'dummy trac
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')
+option('config_raiden_debug_spi', type : 'boolean', value : true, description : 'ChromiumOS Servo DUT debug board')
option('config_internal', type : 'boolean', value : true, description : 'internal/onboard')
option('config_internal_dmi', type : 'boolean', value : true, description : 'Use internal DMI parser')
option('config_it8212', type : 'boolean', value : true, description : 'ITE IT8212F PATA')