diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-25 09:34:05 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-09-29 02:16:37 +0200 |
commit | 9e288cefcc551c7b5b04f8abc7099d3451a70f5f (patch) | |
tree | 075c3b0b220f285089e6c0f0606a41d43cd929b2 /drivers/clk/renesas/Kconfig | |
parent | clk: renesas: use SPDX identifier for Renesas drivers (diff) | |
download | linux-9e288cefcc551c7b5b04f8abc7099d3451a70f5f.tar.xz linux-9e288cefcc551c7b5b04f8abc7099d3451a70f5f.zip |
clk: renesas: Convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[rebased against clk-spdx]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r-- | drivers/clk/renesas/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 9022bbe1297e..ab2110f96225 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + config CLK_RENESAS bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS default y if ARCH_RENESAS |