diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-01-07 12:07:41 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-01-07 13:27:13 +0100 |
commit | b466a37fbcc99ef79ea59e40ef6aa8391430b0d8 (patch) | |
tree | d1ff6083309083b40fd056099cc33e2152c98961 /drivers/dma/dw/Kconfig | |
parent | dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bit (diff) | |
download | linux-b466a37fbcc99ef79ea59e40ef6aa8391430b0d8.tar.xz linux-b466a37fbcc99ef79ea59e40ef6aa8391430b0d8.zip |
dmaengine: dw: convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/dw/Kconfig')
-rw-r--r-- | drivers/dma/dw/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig index 04b9728c1d26..e5162690de8f 100644 --- a/drivers/dma/dw/Kconfig +++ b/drivers/dma/dw/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + # # DMA engine configuration for dw # |