diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-19 08:07:45 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-21 04:50:46 -0400 |
| commit | ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 (patch) | |
| tree | 66fbd55224767888b7db1f007a063c47669f652d /kernel | |
| parent | 09c434b8a0047c69e48499de0107de312901e798 (diff) | |
treewide: Add SPDX license identifier - Makefile/Kconfig
Add SPDX license identifiers to all Make/Kconfig files which:
- Have no license information of any form
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:
GPL-2.0-only
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/Kconfig.freezer | 1 | ||||
| -rw-r--r-- | kernel/Kconfig.hz | 1 | ||||
| -rw-r--r-- | kernel/Kconfig.locks | 1 | ||||
| -rw-r--r-- | kernel/Kconfig.preempt | 1 | ||||
| -rw-r--r-- | kernel/debug/Makefile | 1 | ||||
| -rw-r--r-- | kernel/dma/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/gcov/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/irq/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/livepatch/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/livepatch/Makefile | 1 | ||||
| -rw-r--r-- | kernel/power/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/printk/Makefile | 1 | ||||
| -rw-r--r-- | kernel/rcu/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/rcu/Kconfig.debug | 1 | ||||
| -rw-r--r-- | kernel/time/Kconfig | 1 | ||||
| -rw-r--r-- | kernel/trace/Kconfig | 1 |
16 files changed, 16 insertions, 0 deletions
diff --git a/kernel/Kconfig.freezer b/kernel/Kconfig.freezer index a3bb4cb52539..68646feefb3d 100644 --- a/kernel/Kconfig.freezer +++ b/kernel/Kconfig.freezer | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | config FREEZER | 2 | config FREEZER |
| 2 | def_bool PM_SLEEP || CGROUP_FREEZER | 3 | def_bool PM_SLEEP || CGROUP_FREEZER |
diff --git a/kernel/Kconfig.hz b/kernel/Kconfig.hz index 2a202a846757..38ef6d06888e 100644 --- a/kernel/Kconfig.hz +++ b/kernel/Kconfig.hz | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Timer Interrupt Frequency Configuration | 3 | # Timer Interrupt Frequency Configuration |
| 3 | # | 4 | # |
diff --git a/kernel/Kconfig.locks b/kernel/Kconfig.locks index bf770d7556f7..e0852dc333ac 100644 --- a/kernel/Kconfig.locks +++ b/kernel/Kconfig.locks | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # The ARCH_INLINE foo is necessary because select ignores "depends on" | 3 | # The ARCH_INLINE foo is necessary because select ignores "depends on" |
| 3 | # | 4 | # |
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 0fee5fe6c899..dc0b682ec2d9 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | 2 | ||
| 2 | choice | 3 | choice |
| 3 | prompt "Preemption Model" | 4 | prompt "Preemption Model" |
diff --git a/kernel/debug/Makefile b/kernel/debug/Makefile index a85edc339985..332ee6c6ec2c 100644 --- a/kernel/debug/Makefile +++ b/kernel/debug/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Makefile for the linux kernel debugger | 3 | # Makefile for the linux kernel debugger |
| 3 | # | 4 | # |
diff --git a/kernel/dma/Kconfig b/kernel/dma/Kconfig index 83d711f8d665..70f8f8d9200e 100644 --- a/kernel/dma/Kconfig +++ b/kernel/dma/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | 2 | ||
| 2 | config HAS_DMA | 3 | config HAS_DMA |
| 3 | bool | 4 | bool |
diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig index f71c1adcff31..3941a9c48f83 100644 --- a/kernel/gcov/Kconfig +++ b/kernel/gcov/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | menu "GCOV-based kernel profiling" | 2 | menu "GCOV-based kernel profiling" |
| 2 | 3 | ||
| 3 | config GCOV_KERNEL | 4 | config GCOV_KERNEL |
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 8fee06625c37..f92d9a687372 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | menu "IRQ subsystem" | 2 | menu "IRQ subsystem" |
| 2 | # Options selectable by the architecture code | 3 | # Options selectable by the architecture code |
| 3 | 4 | ||
diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig index ec4565122e65..54102deb50ba 100644 --- a/kernel/livepatch/Kconfig +++ b/kernel/livepatch/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | config HAVE_LIVEPATCH | 2 | config HAVE_LIVEPATCH |
| 2 | bool | 3 | bool |
| 3 | help | 4 | help |
diff --git a/kernel/livepatch/Makefile b/kernel/livepatch/Makefile index b36ceda6488e..cf9b5bcdb952 100644 --- a/kernel/livepatch/Makefile +++ b/kernel/livepatch/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | obj-$(CONFIG_LIVEPATCH) += livepatch.o | 2 | obj-$(CONFIG_LIVEPATCH) += livepatch.o |
| 2 | 3 | ||
| 3 | livepatch-objs := core.o patch.o shadow.o transition.o | 4 | livepatch-objs := core.o patch.o shadow.o transition.o |
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 9bbaaab14b36..ff8592ddedee 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | config SUSPEND | 2 | config SUSPEND |
| 2 | bool "Suspend to RAM and standby" | 3 | bool "Suspend to RAM and standby" |
| 3 | depends on ARCH_SUSPEND_POSSIBLE | 4 | depends on ARCH_SUSPEND_POSSIBLE |
diff --git a/kernel/printk/Makefile b/kernel/printk/Makefile index 4a2ffc39eb95..4d052fc6bcde 100644 --- a/kernel/printk/Makefile +++ b/kernel/printk/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | obj-y = printk.o | 2 | obj-y = printk.o |
| 2 | obj-$(CONFIG_PRINTK) += printk_safe.o | 3 | obj-$(CONFIG_PRINTK) += printk_safe.o |
| 3 | obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille.o | 4 | obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille.o |
diff --git a/kernel/rcu/Kconfig b/kernel/rcu/Kconfig index 37301430970e..480edf328b51 100644 --- a/kernel/rcu/Kconfig +++ b/kernel/rcu/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # RCU-related configuration options | 3 | # RCU-related configuration options |
| 3 | # | 4 | # |
diff --git a/kernel/rcu/Kconfig.debug b/kernel/rcu/Kconfig.debug index 0ec7d1d33a14..5ec3ea4028e2 100644 --- a/kernel/rcu/Kconfig.debug +++ b/kernel/rcu/Kconfig.debug | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # RCU-related debugging configuration options | 3 | # RCU-related debugging configuration options |
| 3 | # | 4 | # |
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index e2c038d6c13c..fcc42353f125 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Timer subsystem related configuration options | 3 | # Timer subsystem related configuration options |
| 3 | # | 4 | # |
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 5d965cef6c77..564e5fdb025f 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Architectures that offer an FUNCTION_TRACER implementation should | 3 | # Architectures that offer an FUNCTION_TRACER implementation should |
| 3 | # select HAVE_FUNCTION_TRACER: | 4 | # select HAVE_FUNCTION_TRACER: |
