| # Neural network accelerator driver configuration options |
| # Copyright (c) 2018 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "Intel GNA Inferencing Engine" |
| Enable support for Intel's GMM and Neural Network Accelerator |
| config INTEL_GNA_INIT_PRIORITY |
| Device driver initialization priority. |
| config INTEL_GNA_MAX_MODELS |
| int "Max number of neural network models supported by driver" |
| Max. number of unique neural network models required in the system |
| config INTEL_GNA_MAX_PENDING_REQUESTS |
| int "Max number of pending inference requests" |
| Maximum number of pending inference requests in the driver |
| config INTEL_GNA_POWER_MODE |
| Sets GNA operation mode for power saving |
| 0 ALWAYS_ON, GNA is always on with very minimal power save |
| 1 CLOCK_GATED, GNA clock is gated when not active |
| 2 POWER_GATED, GNA clock and power are gated when not active |
| 3 ALWAYS_OFF, GNA is tuned off and never used in the system |