CONFIG_AK8975_NAME

Driver name

Type: string

Help

Device name with which the AK8975 sensor is identified.

Direct dependencies

AK8975 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/ak8975/Kconfig:15

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

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

config AK8975_NAME
    string
    prompt "Driver name" if AK8975 && SENSOR
    default "AK8975" if AK8975 && SENSOR
    depends on AK8975 && SENSOR
    help
      Device name with which the AK8975 sensor is identified.

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