summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.sensor_devices
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.sensor_devices')
-rw-r--r--zephyr/Kconfig.sensor_devices16
1 files changed, 8 insertions, 8 deletions
diff --git a/zephyr/Kconfig.sensor_devices b/zephyr/Kconfig.sensor_devices
index 7087be2f0f..45d2da7021 100644
--- a/zephyr/Kconfig.sensor_devices
+++ b/zephyr/Kconfig.sensor_devices
@@ -5,19 +5,19 @@
menu "Sensor Devices"
config PLATFORM_EC_ACCELGYRO_BMI
- bool "Config used to include common accelgyro BMI features"
+ bool
select PLATFORM_EC_MATH_UTIL
help
- Do not set this directly in a .conf file. This value should be set
- using an `select` statement in other BMI family of drivers such as
- BMI260.
+ This config does not contain a prompt on purpose, it cannot be set
+ directly from a .conf file. This value should be set using an `select`
+ statement in other BMI family of drivers such as BMI260.
config PLATFORM_EC_ACCELGYRO_ICM
- bool "Config used to include common accelgyro ICM features"
+ bool
help
- Do not set this directly in a .conf file. This value should be set
- using an `select` statement in other ICM family of drivers such as
- ICM426XX.
+ This config does not contain a prompt on purpose, it cannot be set
+ directly from a .conf file. This value should be set using an `select`
+ statement in other BMI family of drivers such as ICM426XX.
config PLATFORM_EC_ACCEL_BMA255
bool "BMA2X2 Accelerometer Family Driver"