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

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
Mike Frysinger 2007-10-21 22:30:01 +08:00 committed by Bryan Wu
parent 1e5b24431b
commit eaa854902a

View File

@ -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.