-
CONFIG_INTEL_GNA
¶
Intel GNA Inferencing Engine
Type: bool
Help¶
Enable support for Intel’s GMM and Neural Network Accelerator
Direct dependencies¶
(NEURAL_NET_ACCEL
&& BOARD_INTEL_S1000_CRB
) || NEURAL_NET_ACCEL
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NEURAL_NET_ACCEL
&&BOARD_INTEL_S1000_CRB
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:160
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config INTEL_GNA bool default "y" ifNEURAL_NET_ACCEL
&&BOARD_INTEL_S1000_CRB
depends onNEURAL_NET_ACCEL
&&BOARD_INTEL_S1000_CRB
At drivers/neural_net/Kconfig.intel_gna:8
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
menuconfig INTEL_GNA bool prompt "Intel GNA Inferencing Engine" ifNEURAL_NET_ACCEL
depends onNEURAL_NET_ACCEL
help Enable support for Intel's GMM and Neural Network Accelerator
(Definitions include propagated dependencies, including from if’s and menus.)