diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-04-22 02:47:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-22 12:28:32 -0400 |
commit | 3cfe213756a5c208ab51816d51641bf49f2e67fd (patch) | |
tree | ecbffc263ab5421f872d3fed10394c61f1f3ac68 | |
parent | 8b3c8ba3d8c2680dab5363a80c024965cac08b1e (diff) |
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>
-rw-r--r-- | drivers/dma/hsu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/hsu/Kconfig b/drivers/dma/hsu/Kconfig index 7e98eff7440e..2810dca70612 100644 --- a/drivers/dma/hsu/Kconfig +++ b/drivers/dma/hsu/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | # DMA engine configuration for hsu | 1 | # DMA engine configuration for hsu |
2 | config HSU_DMA | 2 | config HSU_DMA |
3 | tristate "High Speed UART DMA support" | 3 | tristate |
4 | select DMA_ENGINE | 4 | select DMA_ENGINE |
5 | select DMA_VIRTUAL_CHANNELS | 5 | select DMA_VIRTUAL_CHANNELS |
6 | 6 | ||