-
choice LSM6DSL_EXTERNAL_SENSOR_0: External sensor 0
External sensor 0
Type: bool
Help¶
Choose the external sensor 0 connected to LSM6DS3.
Direct dependencies¶
(LSM6DSL
&& BOARD_96B_ARGONKEY
) || (LSM6DSL_SENSORHUB
&& LSM6DSL
&& SENSOR
)
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definitions¶
At <Zephyr>/boards/arm/96b_argonkey/Kconfig.defconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
choice LSM6DSL_EXTERNAL_SENSOR_0
bool
default LSM6DSL_EXT0_LIS2MDL
depends on LSM6DSL && BOARD_96B_ARGONKEY
At <Zephyr>/drivers/sensor/lsm6dsl/Kconfig:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:137
Menu path: (Top) → Device Drivers → Sensor Drivers → LSM6DSL I2C/SPI accelerometer and gyroscope Chip → Enable I2C sensorhub feature
choice LSM6DSL_EXTERNAL_SENSOR_0
bool "External sensor 0"
depends on LSM6DSL_SENSORHUB && LSM6DSL && SENSOR
help
Choose the external sensor 0 connected to LSM6DS3.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)