From: Vinod Koul Date: Wed, 22 Apr 2015 06:54:13 +0000 (+0530) Subject: dmaengine: dw: don't prompt for DW_DMAC_CORE X-Git-Tag: firefly_0821_release~176^2~1866^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cdde0e61cf2d41123604c6c9d8f09ef5c23464ee;p=firefly-linux-kernel-4.4.55.git dmaengine: dw: don't prompt for DW_DMAC_CORE 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 --- 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