All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dw_dmac: fix typo in Kconfig
@ 2013-03-21 11:38 Andy Shevchenko
  2013-03-21 12:07 ` Heiko Carstens
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2013-03-21 11:38 UTC (permalink / raw)
  To: Heiko Carstens, Vinod Koul, linux-kernel; +Cc: Andy Shevchenko

The commit c30f46bc (drivers/Kconfig: add several missing GENERIC_HARDIRQS
dependencies) introduced a warning on make defconfig stage.  This patch fixes a
typo.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index f641f57..23606b4 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -83,7 +83,7 @@ config INTEL_IOP_ADMA
 
 config DW_DMAC
 	tristate "Synopsys DesignWare AHB DMA support"
-	depends on GENERIQ_HARDIRQS
+	depends on GENERIC_HARDIRQS
 	select DMA_ENGINE
 	default y if CPU_AT32AP7000
 	help
-- 
1.8.2.rc0.22.gb3600c3


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

* Re: [PATCH] dw_dmac: fix typo in Kconfig
  2013-03-21 11:38 [PATCH] dw_dmac: fix typo in Kconfig Andy Shevchenko
@ 2013-03-21 12:07 ` Heiko Carstens
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Carstens @ 2013-03-21 12:07 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Vinod Koul, linux-kernel, Martin Schwidefsky

On Thu, Mar 21, 2013 at 01:38:55PM +0200, Andy Shevchenko wrote:
> The commit c30f46bc (drivers/Kconfig: add several missing GENERIC_HARDIRQS
> dependencies) introduced a warning on make defconfig stage.  This patch fixes a
> typo.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/dma/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
> index f641f57..23606b4 100644
> --- a/drivers/dma/Kconfig
> +++ b/drivers/dma/Kconfig
> @@ -83,7 +83,7 @@ config INTEL_IOP_ADMA
> 
>  config DW_DMAC
>  	tristate "Synopsys DesignWare AHB DMA support"
> -	depends on GENERIQ_HARDIRQS
> +	depends on GENERIC_HARDIRQS
>  	select DMA_ENGINE
>  	default y if CPU_AT32AP7000
>  	help

Oh, sorry. Will fix this up in the original patch. Thank you!


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

end of thread, other threads:[~2013-03-21 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 11:38 [PATCH] dw_dmac: fix typo in Kconfig Andy Shevchenko
2013-03-21 12:07 ` Heiko Carstens

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.