diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-08-21 20:02:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 17:33:48 +0100 |
commit | 565dd11aa786765458cca2231e7278b46b996051 (patch) | |
tree | eacd9fbae87e6693682fcf04f0ddb7bcc8534d9d /drivers/tty/serial/Kconfig | |
parent | 3e14670c06968554c67b36d05e8c52c36c14671a (diff) | |
download | op-kernel-dev-565dd11aa786765458cca2231e7278b46b996051.zip op-kernel-dev-565dd11aa786765458cca2231e7278b46b996051.tar.gz |
serial: sh-sci: Switch to generic DMA residue handling
Convert the SCI driver from the SHDMAE-specific partial DMA transfer
handling to the generic dmaengine residual data framework.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 687b1ea..f57bb90 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -743,7 +743,7 @@ config SERIAL_SH_SCI_CONSOLE config SERIAL_SH_SCI_DMA bool "DMA support" - depends on SERIAL_SH_SCI && SH_DMAE + depends on SERIAL_SH_SCI && DMA_ENGINE config SERIAL_PNX8XXX bool "Enable PNX8XXX SoCs' UART Support" |