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:
Sathish Kuttan 2018-08-16 15:23:22 -07:00 committed by Anas Nashif
commit fe6bddf7d3
4 changed files with 79 additions and 0 deletions

View 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