summaryrefslogtreecommitdiff
path: root/docs/zephyr
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2022-04-27 10:13:08 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-23 16:44:43 +0000
commitd1b15066e2f38a9cdf053e53cd8f6403e6ae7603 (patch)
tree0bae6d44c7a776871706a017e47d6793bf57101c /docs/zephyr
parent30d4b7c54632affecb6f042cd5be07e9fc9c0368 (diff)
downloadchrome-ec-d1b15066e2f38a9cdf053e53cd8f6403e6ae7603.tar.gz
zephyr: Remove PLATFORM_EC_ACCELGYRO_LSM6DSO_AS_BASE
This variable is never used. Fixes commit 36e753deee0 ("Nissa: Add base and lid sensor to nivviks config") BUG=b:212477477 BRANCH=none TEST=zmake testall; zmake build nivviks Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Change-Id: I7e10e3b86ea855bf0da5ef3e5aaa5ad44a80c847 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3611724 Reviewed-by: Yuval Peress <peress@google.com>
Diffstat (limited to 'docs/zephyr')
-rw-r--r--docs/zephyr/zephyr_sensor_devices.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/zephyr/zephyr_sensor_devices.md b/docs/zephyr/zephyr_sensor_devices.md
index b8d65da408..3aa9e30b38 100644
--- a/docs/zephyr/zephyr_sensor_devices.md
+++ b/docs/zephyr/zephyr_sensor_devices.md
@@ -43,15 +43,6 @@ Kconfig choice | Documentation
`CONFIG_PLATFORM_EC_ACCELGYRO_ICM_COMM_SPI` | [ICM COMM SPI]
`CONFIG_PLATFORM_EC_ACCELGYRO_ICM_COMM_I2C` | [ICM COMM I2C]
-### CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSO sub configs
-
-The following options are available only when
-`CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSO=y`.
-
-Kconfig option | Default | Documentation
-:---------------------------------------------- | :-----: | :------------
-`CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSO_AS_BASE` | n | [LSM6DSO AS BASE]
-
## Devicetree Nodes
*Detail the devicetree nodes that configure the feature.*
@@ -89,7 +80,6 @@ all code that must be created to enable this feature.*
[ICM COMM I2C]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.accelgyro_bmi?q=%22config%20PLATFORM_EC_ACCELGYRO_ICM_COMM_I2C%22&ss=chromiumos
[LSM6DSO]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.sensor_devices?q=%22config%20PLATFORM_EC_ACCELGYRO_LSM6DSO%22&ss=chromiumos
-[LSM6DSO AS BASE]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.sensor_devices?q=%22config%20PLATFORM_EC_ACCELGYRO_LSM6DSO_AS_BASE%22&ss=chromiumos
[BMA255]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.sensor_devices?q=%22config%20PLATFORM_EC_ACCEL_BMA255%22&ss=chromiumos
[BMA4XX]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.sensor_devices?q=%22config%20PLATFORM_EC_ACCEL_BMA4XX%22&ss=chromiumos