zephyr/drivers/neural_net/Kconfig
Anas Nashif 1640d37189 drivers: neural_net: remove obsolete driver
This driver is not being used by anything and is not being built or
tested, so remove it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-09-25 07:40:07 -04:00

17 lines
402 B
Text

# Neural network accelerator driver configuration options
# Copyright (c) 2018 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig NEURAL_NET_ACCEL
bool "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"
endif # NEURAL_NET