14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
|
# Kconfig.cavs - CAVS DMA configuration options
|
||
|
#
|
||
|
#
|
||
|
# Copyright (c) 2018 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
menuconfig DMA_CAVS
|
||
|
bool "Enable CAVS DMA driver"
|
||
|
default n
|
||
|
help
|
||
|
CAVS DMA driver.
|