summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 21:20:21 +0300
committerTom Rini <trini@konsulko.com>2021-09-04 19:26:02 +0300
commita7ebc6925b43c9488c421218cbbcb243e6420720 (patch)
tree514dad706ff64c214928845bc07336104dc5a18f /drivers
parent7b278eacc5686895fa90661038406ceab78db038 (diff)
downloadu-boot-a7ebc6925b43c9488c421218cbbcb243e6420720.tar.xz
Convert CONFIG_DMA_LPC32XX to Kconfig
This converts the following to Kconfig: CONFIG_DMA_LPC32XX Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index e81ae96673..ff5b834a91 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -35,6 +35,16 @@ config BCM6348_IUDMA
This driver support data transfer from devices to
memory and from memory to devices.
+config DMA_LPC32XX
+ bool "LPC32XX DMA driver"
+ select DMA_LEGACY
+ help
+ Enable some legacy DMA code for lpc32xx. It provides some direct
+ functions likes lpc32xx_dma_wait_status() which can be called from
+ other code.
+
+ This should be converted to use driver model and UCLASS_DMA.
+
config TI_EDMA3
bool "TI EDMA3 driver"
select DMA_LEGACY
@@ -49,6 +59,7 @@ config APBH_DMA
help
Enable APBH DMA driver.
+
if APBH_DMA
config APBH_DMA_BURST
bool "Enable DMA BURST"