summaryrefslogtreecommitdiff
path: root/docs/zephyr
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2022-04-27 13:02:44 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-23 16:44:43 +0000
commit30d4b7c54632affecb6f042cd5be07e9fc9c0368 (patch)
treed7a43ff84040805cb83a72961a40dbfa5a5e30a3 /docs/zephyr
parenta593260b9cdc438e7b8e7cb258843afd5d1e1e28 (diff)
downloadchrome-ec-30d4b7c54632affecb6f042cd5be07e9fc9c0368.tar.gz
zephyr: Remove CONFIG_PLATFORM_EC_ACCEL_INTERRUPTS
Since CONFIG_ACCEL_INTERRUPTS is gone, this variable is not necessary anymore. BUG=b:230401133 BRANCH=asurada,dedede,brya TEST=zmake testall; zmake build herobrine Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Change-Id: I5e6fcfa746a7c2f8f5536847d1b1054387ce8cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3612217 Reviewed-by: Yuval Peress <peress@google.com>
Diffstat (limited to 'docs/zephyr')
-rw-r--r--docs/zephyr/zephyr_motionsense.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/zephyr/zephyr_motionsense.md b/docs/zephyr/zephyr_motionsense.md
index 4a305537fe..b93d1ef490 100644
--- a/docs/zephyr/zephyr_motionsense.md
+++ b/docs/zephyr/zephyr_motionsense.md
@@ -17,7 +17,6 @@ Kconfig Option | Default | Documentation
`CONFIG_PLATFORM_EC_MOTIONSENSE` | n | [MOTIONSENSE]
`CONFIG_PLATFORM_EC_ACCEL_FIFO` | n | [ACCEL FIFO]
`CONFIG_PLATFORM_EC_SENSOR_TIGHT_TIMESTAMPS` | n | [TIGHT TIMESTAMPS]
-`CONFIG_PLATFORM_EC_ACCEL_INTERRUPTS` | n | [ACCEL INTERRUPTS]
`CONFIG_PLATFORM_EC_ALS` | n | [ALS]
`CONFIG_PLATFORM_EC_DYNAMIC_MOTION_SENSOR_COUNT` | n | [DYNAMIC SENSOR COUNT]
`CONFIG_PLATFORM_EC_LID_ANGLE` | n | [LID ANGLE]
@@ -269,7 +268,6 @@ lid_accel: lid-accel {
[MOTIONSENSE]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_MOTIONSENSE"&ss=chromiumos
[ACCEL FIFO]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_ACCEL_FIFO"&ss=chromiumos
[TIGHT TIMESTAMPS]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_SENSOR_TIGHT_TIMESTAMPS"&ss=chromiumos
-[ACCEL INTERRUPTS]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_ACCEL_INTERRUPTS"&ss=chromiumos
[ALS]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_ALS"&ss=chromiumos
[DYNAMIC SENSOR COUNT]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_DYNAMIC_MOTION_SENSOR_COUNT"&ss=chromiumos
[LID ANGLE]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.motionsense;?q="config%20PLATFORM_EC_LID_ANGLE"&ss=chromiumos