CONFIG_INTEL_GNA_NAME

GNA device name

Type: string

Help

Name of the GNA device this device driver can use.

Direct dependencies

INTEL_GNA && NEURAL_NET_ACCEL

(Includes any dependencies from ifs and menus.)

Default

  • “GNA0”

Kconfig definition

At <Zephyr>/drivers/neural_net/Kconfig.intel_gna:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:86<Zephyr>/drivers/neural_net/Kconfig:17

Menu path: (Top) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine

config INTEL_GNA_NAME
    string "GNA device name"
    default "GNA0"
    depends on INTEL_GNA && NEURAL_NET_ACCEL
    help
      Name of the GNA device this device driver can use.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)