CONFIG_LPS22HB_DEV_NAME

Device name

Type: string

Help

Device name used for LPS22HB sensor identification.

Direct dependencies

LPS22HB && !HAS_DTS_I2C_DEVICE && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/lps22hb/Kconfig:16

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

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

config LPS22HB_DEV_NAME
    string
    prompt "Device name" if LPS22HB && !HAS_DTS_I2C_DEVICE && SENSOR
    default "LPS22HB" if LPS22HB && !HAS_DTS_I2C_DEVICE && SENSOR
    depends on LPS22HB && !HAS_DTS_I2C_DEVICE && SENSOR
    help
      Device name used for LPS22HB sensor identification.

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