e33432fd44
There is no such thing as CAVS DMA IP block, the DMA IP block found on CAVS based chips is made with DesignWare one. This will help to centralize DW based DMA device into one driver. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
# CAVS DMA configuration options
|
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DMA_DW
|
|
bool "Enable DesignWare DMA driver"
|
|
help
|
|
DesignWare DMA driver.
|