summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 20:10:00 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:53:57 +0000
commit0a2ce40cac360e5d32a3c659223b6f71e5365fee (patch)
treea5476f13f48068eb2b4a7978bd7393344d3c21ff /include/config.h
parent721028ab7994919f9f3e7d64a927eb6242c9d685 (diff)
downloadchrome-ec-0a2ce40cac360e5d32a3c659223b6f71e5365fee.tar.gz
Revert "common: sensors: add extra sensor attributes"
This reverts commit 9a0d0aa70d483be79c71a459dfd5f5e89da2638d. BUG=b:200823466 TEST=make buildall -j Change-Id: Icb8f22f0cf3211141ac04a967af298a8b2f090e1 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273463 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/config.h b/include/config.h
index 128c0dc88b..97702cb231 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1458,9 +1458,6 @@
/* Usually, EC capable of sensor speeds up to 200000 mHz */
#define CONFIG_EC_MAX_SENSOR_FREQ_DEFAULT_MILLIHZ 200000
-/* Maximal EC sampling rate */
-#undef CONFIG_EC_MAX_SENSOR_FREQ_MILLIHZ
-
/*
* Allow board to override the feature bitmap provided through host command
* and ACPI.
@@ -4597,11 +4594,6 @@
#error "CONFIG_AUX_TIMER_PERIOD_MS must be at least 2x HOOK_TICK_INTERVAL_MS"
#endif
-#ifndef CONFIG_EC_MAX_SENSOR_FREQ_MILLIHZ
-#define CONFIG_EC_MAX_SENSOR_FREQ_MILLIHZ \
- CONFIG_EC_MAX_SENSOR_FREQ_DEFAULT_MILLIHZ
-#endif
-
/* Enable BMI160 secondary port if needed. */
#if defined(CONFIG_MAG_BMI160_BMM150) || \
defined(CONFIG_MAG_BMI160_LIS2MDL)