Browse Source

dmaengine: hsu: don't prompt for hsu_core part

HSU_DMA is selected by the HSU_DMA_PCI driver, this should be user selected
so remove the user prompt for this

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Vinod Koul 10 years ago
parent
commit
3cfe213756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/dma/hsu/Kconfig

+ 1 - 1
drivers/dma/hsu/Kconfig

@@ -1,6 +1,6 @@
 # DMA engine configuration for hsu
 # DMA engine configuration for hsu
 config HSU_DMA
 config HSU_DMA
-	tristate "High Speed UART DMA support"
+	tristate
 	select DMA_ENGINE
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
 	select DMA_VIRTUAL_CHANNELS