The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_TEMP_NRF5_NAME

Driver name

Type: string

Help

Device name with which the nRF5 temperature sensor is identified.

Direct dependencies

TEMP_NRF5 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/nrf5/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:106

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

config TEMP_NRF5_NAME
    string
    prompt "Driver name" if TEMP_NRF5 && SENSOR
    default "TEMP_0" if TEMP_NRF5 && SENSOR
    depends on TEMP_NRF5 && SENSOR
    help
      Device name with which the nRF5 temperature sensor is identified.

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