:orphan: .. title:: CONFIG_INTEL_GNA .. kconfig:: CONFIG_INTEL_GNA CONFIG_INTEL_GNA ################ *Intel GNA Inferencing Engine* Type: ``bool`` Help ==== .. code-block:: none Enable support for Intel's GMM and Neural Network Accelerator Direct dependencies =================== (\ :kconfig:`NEURAL_NET_ACCEL ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || \ :kconfig:`NEURAL_NET_ACCEL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:119`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config INTEL_GNA bool default y depends on NEURAL_NET_ACCEL && BOARD_INTEL_S1000_CRB ---- At ``/neural_net/Kconfig.intel_gna:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:88`` → ``/neural_net/Kconfig:17`` Menu path: (Top) → Device Drivers → Neural Network Accelerator Drivers .. code-block:: kconfig menuconfig INTEL_GNA bool "Intel GNA Inferencing Engine" depends on 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.)*