summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-11-01 12:28:05 -0400
committerTom Rini <[email protected]>2023-11-07 14:50:51 -0500
commit2a7ea650374c5da7e07dbd8a2d05bfc2eef292e5 (patch)
treeec7ad0b5836870ada20d9d9eafe8e31aca33fa70 /drivers/dma/Kconfig
parent56ea7c8b7534d676120b37f70427724a1e0965e2 (diff)
m68k: Remove CONFIG_FSLDMAFEC
There are no platforms which enable this feature, so remove it. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 0af54604211..3c64e894646 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -87,7 +87,6 @@ endif
config DMA_LEGACY
bool "Legacy DMA support"
- default y if FSLDMAFEC
help
Enable legacy DMA support. This does not use driver model and should
be migrated to the new API.