summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 16:34:05 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 23:06:56 +0000
commit44ef44c5fcb2c17ae681d48973ec507078a5c65b (patch)
tree88c53a9e5a74282dc8c18256c9bbf071e7bd04b9
parent4af952012b65fe0743a0db038b8f608f8577bcc3 (diff)
downloadchrome-ec-44ef44c5fcb2c17ae681d48973ec507078a5c65b.tar.gz
coil: remove unused MCHP configs
This code uses coil terms we're removing, but we don't use it in platform/cr50. Remove the code instead of replacing the terms. BUG=b:175244613 TEST=make buildall -j Change-Id: I505a9f4da600c1bccf3913d7726f84881df56c6e Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613449 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
-rw-r--r--include/config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/config.h b/include/config.h
index 68a8e4160d..7defe5b6a3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2644,15 +2644,6 @@
/* Include code to do online compass calibration */
#undef CONFIG_MAG_CALIBRATE
-/* Microchip LPC enable debug messages */
-#undef CONFIG_MCHP_DEBUG_LPC
-
-/* Microchip I2C controller slave addresses */
-#undef CONFIG_MCHP_I2C0_SLAVE_ADDRS
-#undef CONFIG_MCHP_I2C1_SLAVE_ADDRS
-#undef CONFIG_MCHP_I2C2_SLAVE_ADDRS
-#undef CONFIG_MCHP_I2C3_SLAVE_ADDRS
-
/* Microchip EC SRAM start address */
#undef CONFIG_MEC_SRAM_BASE_START
@@ -3177,13 +3168,6 @@
* SPI master port's hardwired CS pin. */
#undef CONFIG_SPI_MASTER_NO_CS_GPIOS
-/* Support MCHP MEC family GP-SPI master(s)
- * Define to 0x01 for GPSPI0 only.
- * Define to 0x02 for GPSPI1 only.
- * Define to 0x03 for both controllers.
- */
-#undef CONFIG_MCHP_GPSPI
-
/* Support testing SPI slave controller driver. */
#undef CONFIG_SPS_TEST
@@ -3248,11 +3232,6 @@
*/
#undef CONFIG_BASE_ATTACHED_SWITCH
-/*
- * Microchip Trace FIFO Debug Port
- */
-#undef CONFIG_MCHP_TFDP
-
/*****************************************************************************/
/* Task config */