All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] fsl/fman: add dependency on HAS_DMA
@ 2017-06-26 15:47 Madalin Bucur
  2017-06-27 19:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Madalin Bucur @ 2017-06-26 15:47 UTC (permalink / raw)
  To: netdev, davem, geert; +Cc: linuxppc-dev, linux-kernel, Madalin Bucur

A previous commit (5567e989198b5a8d) inserted a dependency on DMA
API that requires HAS_DMA to be added in Kconfig.

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
---
 drivers/net/ethernet/freescale/fman/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/freescale/fman/Kconfig b/drivers/net/ethernet/freescale/fman/Kconfig
index dc0850b..8870a9a 100644
--- a/drivers/net/ethernet/freescale/fman/Kconfig
+++ b/drivers/net/ethernet/freescale/fman/Kconfig
@@ -2,6 +2,7 @@ config FSL_FMAN
 	tristate "FMan support"
 	depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
 	select GENERIC_ALLOCATOR
+	depends on HAS_DMA
 	select PHYLIB
 	default n
 	help
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] fsl/fman: add dependency on HAS_DMA
  2017-06-26 15:47 [PATCH v2] fsl/fman: add dependency on HAS_DMA Madalin Bucur
@ 2017-06-27 19:42 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-06-27 19:42 UTC (permalink / raw)
  To: madalin.bucur; +Cc: netdev, geert, linuxppc-dev, linux-kernel

From: Madalin Bucur <madalin.bucur@nxp.com>
Date: Mon, 26 Jun 2017 18:47:00 +0300

> A previous commit (5567e989198b5a8d) inserted a dependency on DMA
> API that requires HAS_DMA to be added in Kconfig.
> 
> Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>

Applied, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-27 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 15:47 [PATCH v2] fsl/fman: add dependency on HAS_DMA Madalin Bucur
2017-06-27 19:42 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.