|
# Kconfig - DMA configuration options
|
|
#
|
|
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig DMA_STM32F4X
|
|
bool "Enable STM32F4x DMA driver"
|
|
depends on SOC_SERIES_STM32F4X
|
|
help
|
|
DMA driver for STM32F4x series SoCs.
|