CONFIG_HTS221_NAME

Driver name

Type: string

Help

Device name with which the HTS221 sensor is identified.

Direct dependencies

HTS221 && !HAS_DTS_I2C_DEVICE && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/hts221/Kconfig:15

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

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

config HTS221_NAME
    string
    prompt "Driver name" if HTS221 && !HAS_DTS_I2C_DEVICE && SENSOR
    default "HTS221" if HTS221 && !HAS_DTS_I2C_DEVICE && SENSOR
    depends on HTS221 && !HAS_DTS_I2C_DEVICE && SENSOR
    help
      Device name with which the HTS221 sensor is identified.

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