Skip to content

Commit

Permalink
dmaengine: hsu: don't prompt for hsu_core part
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul authored and Linus Torvalds committed Apr 22, 2015
1 parent 8b3c8ba commit 3cfe213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/hsu/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DMA engine configuration for hsu
config HSU_DMA
tristate "High Speed UART DMA support"
tristate
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS

Expand Down

0 comments on commit 3cfe213

Please sign in to comment.