diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-12-15 05:43:30 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-01-01 21:43:00 -0500 |
commit | 1032471b3ec823bce7687034ac5af78a8ac99a9c (patch) | |
tree | 9995af5c20d63dc5996a20be6d8bfea3230496ce | |
parent | 34a31f0af84158955a9747fb5c6712da5bbb5331 (diff) |
dmaengine: dw: fix typo in Kconfig
platfroms -> platforms
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: fed42c198b45 ("dma: dw: add PCI part of the driver")
Cc: Viresh Kumar <vireshk@kernel.org>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | drivers/dma/dw/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig index e00c9b022964..5a37b9fcf40d 100644 --- a/drivers/dma/dw/Kconfig +++ b/drivers/dma/dw/Kconfig | |||
@@ -24,5 +24,5 @@ config DW_DMAC_PCI | |||
24 | select DW_DMAC_CORE | 24 | select DW_DMAC_CORE |
25 | help | 25 | help |
26 | Support the Synopsys DesignWare AHB DMA controller on the | 26 | Support the Synopsys DesignWare AHB DMA controller on the |
27 | platfroms that enumerate it as a PCI device. For example, | 27 | platforms that enumerate it as a PCI device. For example, |
28 | Intel Medfield has integrated this GPDMA controller. | 28 | Intel Medfield has integrated this GPDMA controller. |