CONFIG_BME280_SPI_DEV_NAME

SPI device where BME280 is connected

Type: string

Help

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

Direct dependencies

BME280 && BME280_DEV_TYPE_SPI && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bme280/Kconfig:56

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor

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

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