:orphan: .. title:: INTEL_GNA .. option:: CONFIG_INTEL_GNA *Intel GNA Inferencing Engine* Type: ``bool`` Help ==== Enable support for Intel's GMM and Neural Network Accelerator Direct dependencies =================== (\ :option:`NEURAL_NET_ACCEL ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`NEURAL_NET_ACCEL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:121`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config INTEL_GNA bool default y depends on \ :option:`NEURAL_NET_ACCEL ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/neural_net/Kconfig.intel_gna:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:86`` → ``drivers/neural_net/Kconfig:17`` Menu path: (Top) → Device Drivers → Neural Network Accelerator Drivers .. parsed-literal:: menuconfig INTEL_GNA bool "Intel GNA Inferencing Engine" depends on \ :option:`NEURAL_NET_ACCEL ` help Enable support for Intel's GMM and Neural Network Accelerator *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*