:orphan: .. title:: INTEL_GNA_INIT_PRIORITY .. option:: CONFIG_INTEL_GNA_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== Device driver initialization priority. Direct dependencies =================== \ :option:`INTEL_GNA ` && \ :option:`NEURAL_NET_ACCEL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 99 Kconfig definition ================== .. highlight:: kconfig At ``drivers/neural_net/Kconfig.intel_gna:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:86`` → ``drivers/neural_net/Kconfig:17`` Menu path: (Top) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine .. parsed-literal:: config INTEL_GNA_INIT_PRIORITY int "Init priority" default 99 depends on \ :option:`INTEL_GNA ` && \ :option:`NEURAL_NET_ACCEL ` help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*