choice LSM6DSL_BUS_TYPE: Interface to AP

Interface to AP

Type: bool

Help

Select interface the LSM6DSL driver is connected to AP

Direct dependencies

(LSM6DSL && BOARD_96B_ARGONKEY) || (LSM6DSL && SENSOR)

(Includes any dependencies from if’s and menus.)

Choice options

Kconfig definitions

At boards/arm/96b_argonkey/Kconfig.defconfig:45

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

choice LSM6DSL_BUS_TYPE
    bool
    default LSM6DSL_SPI if LSM6DSL && BOARD_96B_ARGONKEY
    depends on LSM6DSL && BOARD_96B_ARGONKEY

At drivers/sensor/lsm6dsl/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:92

Menu path: (top menu) → Device Drivers → Sensor Drivers → LSM6DSL I2C/SPI accelerometer and gyroscope Chip

choice LSM6DSL_BUS_TYPE
    bool
    prompt "Interface to AP" if LSM6DSL && SENSOR
    depends on LSM6DSL && SENSOR
    help
      Select interface the LSM6DSL driver is connected to AP

(Definitions include propagated dependencies, including from if’s and menus.)