CONFIG_ADXL362_SPI_DEV_NAME

SPI device where ADXL362 is connected

Type: string

Help

Specify the device name of the SPI device to which ADXL362 is connected.

Direct dependencies

ADXL362 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl362/Kconfig:19

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL362 sensor

config ADXL362_SPI_DEV_NAME
    string
    prompt "SPI device where ADXL362 is connected" if ADXL362 && SENSOR
    default "SPI_0" if ADXL362 && SENSOR
    depends on ADXL362 && SENSOR
    help
      Specify the device name of the SPI device to which ADXL362 is
      connected.

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