Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaa85490 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specific DMA size

parent 1e5b2443
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -624,7 +624,7 @@ choice


config SERIAL_BFIN_DMA
config SERIAL_BFIN_DMA
	bool "DMA mode"
	bool "DMA mode"
	depends on DMA_UNCACHED_1M && !KGDB_UART
	depends on !DMA_UNCACHED_NONE && !KGDB_UART
	help
	help
	  This driver works under DMA mode. If this option is selected, the
	  This driver works under DMA mode. If this option is selected, the
	  blackfin simple dma driver is also enabled.
	  blackfin simple dma driver is also enabled.