2016-06-15 04:16:13 +08:00
|
|
|
# Kconfig - DMA configuration options
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-15 04:16:13 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# DMA options
|
|
|
|
#
|
|
|
|
menuconfig DMA
|
|
|
|
bool
|
|
|
|
prompt "DMA driver Configuration"
|
|
|
|
default n
|
|
|
|
|
|
|
|
if DMA
|
|
|
|
menuconfig DMA_QMSI
|
|
|
|
bool "Enable QMSI DMA driver"
|
|
|
|
default n
|
|
|
|
depends on QMSI
|
|
|
|
help
|
|
|
|
QMSI DMA driver.
|
|
|
|
|
|
|
|
config DMA_0_NAME
|
|
|
|
string "Device name for QMSI DMA Controller"
|
|
|
|
default "DMA_0"
|
|
|
|
help
|
|
|
|
Device name for the QMSI DMA Controller.
|
|
|
|
|
|
|
|
config DMA_0_IRQ_PRI
|
|
|
|
int "IRQ Priority for DMA"
|
|
|
|
default 3
|
|
|
|
help
|
|
|
|
IRQ Priority for the DMA Controller.
|
|
|
|
|
|
|
|
endif # DMA
|