-
CONFIG_INTEL_GNA_NAME
¶
GNA device name
Type: string
Help¶
Name of the GNA device this device driver can use.
Defaults¶
- “GNA0” if
INTEL_GNA
&&NEURAL_NET_ACCEL
Kconfig definition¶
At drivers/neural_net/Kconfig.intel_gna:15
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:86
→ drivers/neural_net/Kconfig:19
Menu path: (top menu) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine
config INTEL_GNA_NAME string prompt "GNA device name" ifINTEL_GNA
&&NEURAL_NET_ACCEL
default "GNA0" ifINTEL_GNA
&&NEURAL_NET_ACCEL
depends onINTEL_GNA
&&NEURAL_NET_ACCEL
help Name of the GNA device this device driver can use.
(Definitions include propagated dependencies, including from if’s and menus.)