浏览代码

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 <vinod.koul@intel.com>
Vinod Koul 10 年之前
父节点
当前提交
cdde0e61cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/dw/Kconfig

+ 1 - 1
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