kconfig: intel_s1000: Add neural_net Kconfig
Added Kconfig files for Intel neural network accelerator (GNA) driver Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
parent
eeb5c02168
commit
fe6bddf7d3
4 changed files with 79 additions and 0 deletions
22
drivers/neural_net/Kconfig
Normal file
22
drivers/neural_net/Kconfig
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Kconfig - Neural network accelerator driver configuration options
|
||||
#
|
||||
# Copyright (c) 2018 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig NEURAL_NET_ACCEL
|
||||
bool
|
||||
prompt "Neural Network Accelerator Drivers"
|
||||
help
|
||||
Enable support for Neural Network Accelerators
|
||||
|
||||
if NEURAL_NET_ACCEL
|
||||
|
||||
module = NEURAL_NET
|
||||
module-str = neural_net
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
gsource "drivers/neural_net/Kconfig.*"
|
||||
|
||||
endif # NEURAL_NET
|
Loading…
Add table
Add a link
Reference in a new issue