CONFIG_BMG160_DRV_NAME

Driver’s name

Type: string

Help

Name for the BMG160 driver which will be used for binding.

Direct dependencies

BMG160 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bmg160/Kconfig:15

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support

config BMG160_DRV_NAME
    string
    prompt "Driver's name" if BMG160 && SENSOR
    default "bmg160" if BMG160 && SENSOR
    depends on BMG160 && SENSOR
    help
      Name for the BMG160 driver which will be used for binding.

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