summaryrefslogtreecommitdiff
path: root/chip/it83xx/build.mk
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-06-01 21:25:03 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-03 21:50:59 +0000
commit14d69d56632b502821aacf5d772e9cde5c9b083e (patch)
tree6760f3a652a8653b283e2bc2fc0370bcfcca64a6 /chip/it83xx/build.mk
parent01d1f8b816be1702fb0fd0fb25d2c07bae29b20c (diff)
downloadchrome-ec-14d69d56632b502821aacf5d772e9cde5c9b083e.tar.gz
COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLER
This replaces the CONFIG_SPI_MASTERR config option with CONFIG_SPI_CONTROLLER. BRANCH=none BUG=b:181607131 TEST=make buildall passes; "compare_build.sh -b all" shows no difference Change-Id: I3c921085179294765baadf7074652978fe04a4ed Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2932465 Reviewed-by: Craig Hesling <hesling@chromium.org> Commit-Queue: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'chip/it83xx/build.mk')
-rw-r--r--chip/it83xx/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/build.mk b/chip/it83xx/build.mk
index 2eac0cdb85..bbff9f009b 100644
--- a/chip/it83xx/build.mk
+++ b/chip/it83xx/build.mk
@@ -30,7 +30,7 @@ chip-$(CONFIG_ADC)+=adc.o
chip-$(CONFIG_DAC)+=dac.o
chip-$(CONFIG_HOSTCMD_X86)+=lpc.o ec2i.o
chip-$(CONFIG_HOSTCMD_ESPI)+=espi.o
-chip-$(CONFIG_SPI_MASTER)+=spi_master.o
+chip-$(CONFIG_SPI_CONTROLLER)+=spi_master.o
chip-$(CONFIG_SPI)+=spi.o
chip-$(CONFIG_PECI)+=peci.o
ifndef CONFIG_KEYBOARD_NOT_RAW