summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/config.h b/include/config.h
index 2665ae5e01..1ac15ed5fb 100644
--- a/include/config.h
+++ b/include/config.h
@@ -134,14 +134,12 @@
#undef CONFIG_MAG_BMM150
/* Presence of a Bosh Sensortec BMM150 magnetometer behind a BMIxxx. */
-#undef CONFIG_MAG_BMI160_BMM150
#undef CONFIG_MAG_BMI_BMM150
/* Presence of a Bosh Sensortec BMM150 magnetometer behind a LSM6DSM. */
#undef CONFIG_MAG_LSM6DSM_BMM150
/* Presence of a ST LIS2MDL magnetometer behind a BMIxxx. */
-#undef CONFIG_MAG_BMI160_LIS2MDL
#undef CONFIG_MAG_BMI_LIS2MDL
/* Presence of a ST LIS2MDL magnetometer behind a LSM6DSM. */
@@ -4544,18 +4542,6 @@
#include "board.h"
/*
- * Define BMI macro when BMI160 is defined
- * TODO(chingkang): replace all BMI160 macro by BMI.
- */
-#ifdef CONFIG_MAG_BMI160_BMM150
-#define CONFIG_MAG_BMI_BMM150
-#endif
-
-#ifdef CONFIG_MAG_BMI160_LIS2MDL
-#define CONFIG_MAG_BMI_LIS2MDL
-#endif
-
-/*
* Define CONFIG_HOST_ESPI_VW_POWER_SIGNAL if any power signals from the host
* are configured as virtual wires.
*/