2022-02-02 01:32:06 +08:00
|
|
|
# DesignWare DMA configuration options
|
2019-11-01 20:45:29 +08:00
|
|
|
|
2018-01-04 14:23:51 +08:00
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-12-09 21:01:37 +08:00
|
|
|
config DMA_DW
|
2022-03-09 19:05:12 +08:00
|
|
|
bool "DesignWare DMA driver"
|
2018-01-04 14:23:51 +08:00
|
|
|
help
|
2019-12-09 21:01:37 +08:00
|
|
|
DesignWare DMA driver.
|
2022-03-12 05:53:57 +08:00
|
|
|
|
|
|
|
if DMA_DW
|
|
|
|
|
|
|
|
source "drivers/dma/Kconfig.dw_common"
|
|
|
|
|
|
|
|
endif # DMA_DW
|