aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2015-12-10 06:26:21 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-13 22:59:48 -0500
commit0ff4230584320b2153752ba54e2e8edbd6addf2c (patch)
tree93f548fdd49ca230a9416884aa37936f7f14f56f /drivers/tty
parentdd42bf1197144ede075a9d4793123f7689e164bc (diff)
serial: 8250_mid: fix broken DMA dependency
In order to enable HSU DMA PCI driver, the HSU DMA Engine must be enabled. This add a check for that. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index 54f8af8ab4fb..b03cb5175113 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -371,7 +371,7 @@ config SERIAL_8250_MID
371 tristate "Support for serial ports on Intel MID platforms" 371 tristate "Support for serial ports on Intel MID platforms"
372 depends on SERIAL_8250 && PCI 372 depends on SERIAL_8250 && PCI
373 select HSU_DMA if SERIAL_8250_DMA 373 select HSU_DMA if SERIAL_8250_DMA
374 select HSU_DMA_PCI if X86_INTEL_MID 374 select HSU_DMA_PCI if (HSU_DMA && X86_INTEL_MID)
375 select RATIONAL 375 select RATIONAL
376 help 376 help
377 Selecting this option will enable handling of the extra features 377 Selecting this option will enable handling of the extra features