diff mbox

dmaengine: dw: don't prompt for DW_DMAC_CORE

Message ID 1429685981-3161-1-git-send-email-vinod.koul@intel.com (mailing list archive)
State Accepted
Headers show

Commit Message

Vinod Koul April 22, 2015, 6:59 a.m. UTC
DW_DMAC_CORE is slected by PCI or Platform driver, so this symbol shouldn't
be user selectable, so remove the prompt

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 drivers/dma/dw/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Viresh Kumar April 27, 2015, 5:25 a.m. UTC | #1
On Wed, Apr 22, 2015 at 12:29 PM, Vinod Koul <vinod.koul@intel.com> wrote:
> DW_DMAC_CORE is slected by PCI or Platform driver, so this symbol shouldn't
> be user selectable, so remove the prompt
>
> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
> ---
>  drivers/dma/dw/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig
> index dcfe964cc8dc..36e02f0f645e 100644
> --- a/drivers/dma/dw/Kconfig
> +++ b/drivers/dma/dw/Kconfig
> @@ -3,7 +3,7 @@
>  #
>
>  config DW_DMAC_CORE
> -       tristate "Synopsys DesignWare AHB DMA support"
> +       tristate
>         select DMA_ENGINE
>
>  config DW_DMAC

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig
index dcfe964cc8dc..36e02f0f645e 100644
--- a/drivers/dma/dw/Kconfig
+++ b/drivers/dma/dw/Kconfig
@@ -3,7 +3,7 @@ 
 #
 
 config DW_DMAC_CORE
-	tristate "Synopsys DesignWare AHB DMA support"
+	tristate
 	select DMA_ENGINE
 
 config DW_DMAC