summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-08-13 09:13:25 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-16 10:00:34 +0000
commitece6cde90cfec4c42c4d9851c85db3b3f76bd661 (patch)
tree673142cb757e2d2530e11e9f32b7418733ca8c92 /include/config.h
parentc5f38f5cae150f82803c669c639a48960bfbb809 (diff)
downloadchrome-ec-ece6cde90cfec4c42c4d9851c85db3b3f76bd661.tar.gz
bmi260: back out support for compressed config file
Now that the BMI260 config file can be moved to the .init_rom section, the simple compression scheme is no longer needed. BUG=b:160330682 BRANCH=none TEST=make buildall TEST=Verify BMI260 operation on both volteer and volteer_tcpmv1 builds using "ectool motionsense lid_angle". Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I83bbaadcd3dade2d585b771b6b9ebae7e9fdc0cb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2354194 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: caveh jalali <caveh@chromium.org> (cherry picked from commit 863a28e1c874d95853ae50900f3226e11b05cec9) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3214010 Tested-by: Rong Chang <rongchang@chromium.org> Auto-Submit: Rong Chang <rongchang@chromium.org> Commit-Queue: Rong Chang <rongchang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3631910 Tested-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Commit-Queue: Henry Sun <henrysun@google.com> Reviewed-by: Henry Sun <henrysun@google.com>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/config.h b/include/config.h
index 4741b1e7e0..7467a0fe9e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -146,16 +146,6 @@
#undef CONFIG_ACCELGYRO_BMI160_INT2_OUTPUT
#undef CONFIG_ACCELGYRO_BMI260_INT2_OUTPUT
-/*
- * If defined, use a compressed version of the BMI260 configuration file.
- * Saves a net of about 900 bytes of flash space.
- *
- * TODO(b/160330682): Eliminate or reduce size of BMI260 initialization file.
- * Remove this option once the BMI260 initialization file is moved to the
- * kernel rootfs.
- */
-#undef CONFIG_ACCELGYRO_BMI160_COMPRESSED_CONFIG
-
/* Specify type of Gyrometers attached. */
#undef CONFIG_GYRO_L3GD20H