CONFIG_LPS25HB_DEV_NAME

Device name

Type: string

Help

Device name with which the LPS25HB sensor is identified.

Direct dependencies

LPS25HB && !HAS_DTS_I2C_DEVICE && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/lps25hb/Kconfig:16

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

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

config LPS25HB_DEV_NAME
    string
    prompt "Device name" if LPS25HB && !HAS_DTS_I2C_DEVICE && SENSOR
    default "lps25hb" if LPS25HB && !HAS_DTS_I2C_DEVICE && SENSOR
    depends on LPS25HB && !HAS_DTS_I2C_DEVICE && SENSOR
    help
      Device name with which the LPS25HB sensor is identified.

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