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 | |
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>
2107 files changed, 2107 insertions, 0 deletions
diff --git a/arch/alpha/math-emu/Makefile b/arch/alpha/math-emu/Makefile index 7f4671995245..6eda0973e183 100644 --- a/arch/alpha/math-emu/Makefile +++ b/arch/alpha/math-emu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the FPU instruction emulation. | 3 | # Makefile for the FPU instruction emulation. |
3 | # | 4 | # |
diff --git a/arch/alpha/mm/Makefile b/arch/alpha/mm/Makefile index 5a9807936411..08ac6612edad 100644 --- a/arch/alpha/mm/Makefile +++ b/arch/alpha/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux alpha-specific parts of the memory manager. | 3 | # Makefile for the linux alpha-specific parts of the memory manager. |
3 | # | 4 | # |
diff --git a/arch/arc/plat-eznps/Makefile b/arch/arc/plat-eznps/Makefile index 8d4371706b2f..ebb9723002cf 100644 --- a/arch/arc/plat-eznps/Makefile +++ b/arch/arc/plat-eznps/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-actions/Makefile b/arch/arm/mach-actions/Makefile index 13831037d8cd..8eae9587fe82 100644 --- a/arch/arm/mach-actions/Makefile +++ b/arch/arm/mach-actions/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-${CONFIG_SMP} += platsmp.o | 2 | obj-${CONFIG_SMP} += platsmp.o |
diff --git a/arch/arm/mach-alpine/Makefile b/arch/arm/mach-alpine/Makefile index b6674890be71..acbe0136aff7 100644 --- a/arch/arm/mach-alpine/Makefile +++ b/arch/arm/mach-alpine/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += alpine_machine.o | 2 | obj-y += alpine_machine.o |
2 | obj-$(CONFIG_SMP) += platsmp.o alpine_cpu_pm.o | 3 | obj-$(CONFIG_SMP) += platsmp.o alpine_cpu_pm.o |
diff --git a/arch/arm/mach-artpec/Kconfig b/arch/arm/mach-artpec/Kconfig index 85a962abb77f..b9a6452d6e8e 100644 --- a/arch/arm/mach-artpec/Kconfig +++ b/arch/arm/mach-artpec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_ARTPEC | 2 | menuconfig ARCH_ARTPEC |
2 | bool "Axis Communications ARM based ARTPEC SoCs" | 3 | bool "Axis Communications ARM based ARTPEC SoCs" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-artpec/Makefile b/arch/arm/mach-artpec/Makefile index 78325f0c859c..fac519012e74 100644 --- a/arch/arm/mach-artpec/Makefile +++ b/arch/arm/mach-artpec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MACH_ARTPEC6) := board-artpec6.o | 2 | obj-$(CONFIG_MACH_ARTPEC6) := board-artpec6.o |
diff --git a/arch/arm/mach-asm9260/Kconfig b/arch/arm/mach-asm9260/Kconfig index 52241207a82a..e42dbaa53bc6 100644 --- a/arch/arm/mach-asm9260/Kconfig +++ b/arch/arm/mach-asm9260/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MACH_ASM9260 | 2 | config MACH_ASM9260 |
2 | bool "Alphascale ASM9260" | 3 | bool "Alphascale ASM9260" |
3 | depends on ARCH_MULTI_V5 | 4 | depends on ARCH_MULTI_V5 |
diff --git a/arch/arm/mach-aspeed/Kconfig b/arch/arm/mach-aspeed/Kconfig index 2d5570e6e186..a15c3a291386 100644 --- a/arch/arm/mach-aspeed/Kconfig +++ b/arch/arm/mach-aspeed/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_ASPEED | 2 | menuconfig ARCH_ASPEED |
2 | bool "Aspeed BMC architectures" | 3 | bool "Aspeed BMC architectures" |
3 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 | 4 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 |
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index a2220e522f62..af41725fcc72 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_AT91 | 2 | menuconfig ARCH_AT91 |
2 | bool "AT91/Microchip SoCs" | 3 | bool "AT91/Microchip SoCs" |
3 | depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M | 4 | depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M |
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index eacfc3f5c33e..cec195d4fcba 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. | 2 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. |
2 | # Patch waits for application at | 3 | # Patch waits for application at |
3 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . | 4 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . |
diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig index 3d719cf645e3..5b1f61fd7878 100644 --- a/arch/arm/mach-berlin/Kconfig +++ b/arch/arm/mach-berlin/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_BERLIN | 2 | menuconfig ARCH_BERLIN |
2 | bool "Marvell Berlin SoCs" | 3 | bool "Marvell Berlin SoCs" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-berlin/Makefile b/arch/arm/mach-berlin/Makefile index c0719ecd1890..0d338e8ccf90 100644 --- a/arch/arm/mach-berlin/Makefile +++ b/arch/arm/mach-berlin/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += berlin.o | 2 | obj-y += berlin.o |
2 | obj-$(CONFIG_SMP) += headsmp.o platsmp.o | 3 | obj-$(CONFIG_SMP) += headsmp.o platsmp.o |
diff --git a/arch/arm/mach-digicolor/Makefile b/arch/arm/mach-digicolor/Makefile index 3d8a1d228408..fc5b7c98c824 100644 --- a/arch/arm/mach-digicolor/Makefile +++ b/arch/arm/mach-digicolor/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ARCH_DIGICOLOR) += digicolor.o | 2 | obj-$(CONFIG_ARCH_DIGICOLOR) += digicolor.o |
diff --git a/arch/arm/mach-dove/Makefile.boot b/arch/arm/mach-dove/Makefile.boot index 760a0efe7580..e4dd1d26038f 100644 --- a/arch/arm/mach-dove/Makefile.boot +++ b/arch/arm/mach-dove/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | initrd_phys-y := 0x00800000 | 4 | initrd_phys-y := 0x00800000 |
diff --git a/arch/arm/mach-ebsa110/Makefile b/arch/arm/mach-ebsa110/Makefile index a7d68c13c1d1..296541315d25 100644 --- a/arch/arm/mach-ebsa110/Makefile +++ b/arch/arm/mach-ebsa110/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-ebsa110/Makefile.boot b/arch/arm/mach-ebsa110/Makefile.boot index 83cf07c38ada..e7e98937c71b 100644 --- a/arch/arm/mach-ebsa110/Makefile.boot +++ b/arch/arm/mach-ebsa110/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000400 | 3 | params_phys-y := 0x00000400 |
3 | initrd_phys-y := 0x00800000 | 4 | initrd_phys-y := 0x00800000 |
diff --git a/arch/arm/mach-efm32/Makefile b/arch/arm/mach-efm32/Makefile index 3a74af7413e8..dede3fa55a76 100644 --- a/arch/arm/mach-efm32/Makefile +++ b/arch/arm/mach-efm32/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += dtmachine.o | 2 | obj-y += dtmachine.o |
diff --git a/arch/arm/mach-efm32/Makefile.boot b/arch/arm/mach-efm32/Makefile.boot index eacfc3f5c33e..cec195d4fcba 100644 --- a/arch/arm/mach-efm32/Makefile.boot +++ b/arch/arm/mach-efm32/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. | 2 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. |
2 | # Patch waits for application at | 3 | # Patch waits for application at |
3 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . | 4 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . |
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig index c095236d7ff8..f2db5fd38145 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_EP93XX | 2 | if ARCH_EP93XX |
2 | 3 | ||
3 | menu "Cirrus EP93xx Implementation Options" | 4 | menu "Cirrus EP93xx Implementation Options" |
diff --git a/arch/arm/mach-ep93xx/Makefile.boot b/arch/arm/mach-ep93xx/Makefile.boot index ed82ed7c949f..4c0a039a5027 100644 --- a/arch/arm/mach-ep93xx/Makefile.boot +++ b/arch/arm/mach-ep93xx/Makefile.boot | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. | 2 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. |
diff --git a/arch/arm/mach-footbridge/Kconfig b/arch/arm/mach-footbridge/Kconfig index 816a5b89be25..1730ee809869 100644 --- a/arch/arm/mach-footbridge/Kconfig +++ b/arch/arm/mach-footbridge/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_FOOTBRIDGE | 2 | if ARCH_FOOTBRIDGE |
2 | 3 | ||
3 | menu "Footbridge Implementations" | 4 | menu "Footbridge Implementations" |
diff --git a/arch/arm/mach-footbridge/Makefile.boot b/arch/arm/mach-footbridge/Makefile.boot index ff0a4b5b0a82..e4313e912cac 100644 --- a/arch/arm/mach-footbridge/Makefile.boot +++ b/arch/arm/mach-footbridge/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | initrd_phys-y := 0x00800000 | 4 | initrd_phys-y := 0x00800000 |
diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index 70106b67631c..969674ea5f17 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_GEMINI | 2 | menuconfig ARCH_GEMINI |
2 | bool "Cortina Systems Gemini" | 3 | bool "Cortina Systems Gemini" |
3 | depends on ARCH_MULTI_V4 | 4 | depends on ARCH_MULTI_V4 |
diff --git a/arch/arm/mach-gemini/Makefile b/arch/arm/mach-gemini/Makefile index ca0db5477180..997a0be844e2 100644 --- a/arch/arm/mach-gemini/Makefile +++ b/arch/arm/mach-gemini/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for Cortina systems Gemini | 2 | # Makefile for Cortina systems Gemini |
2 | obj-y := board-dt.o | 3 | obj-y := board-dt.o |
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index 5552968f07f8..1bc68913d62c 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_HIGHBANK | 2 | config ARCH_HIGHBANK |
2 | bool "Calxeda ECX-1000/2000 (Highbank/Midway)" | 3 | bool "Calxeda ECX-1000/2000 (Highbank/Midway)" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 55840f414d3e..7e6732c16862 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := highbank.o system.o smc.o | 2 | obj-y := highbank.o system.o smc.o |
2 | 3 | ||
3 | plus_sec := $(call as-instr,.arch_extension sec,+sec) | 4 | plus_sec := $(call as-instr,.arch_extension sec,+sec) |
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 65a048fa08ec..98338a489921 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_HISI | 2 | config ARCH_HISI |
2 | bool "Hisilicon SoC Support" | 3 | bool "Hisilicon SoC Support" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-hisi/Makefile b/arch/arm/mach-hisi/Makefile index 659db1933ed3..39476355e568 100644 --- a/arch/arm/mach-hisi/Makefile +++ b/arch/arm/mach-hisi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Hisilicon processors family | 3 | # Makefile for Hisilicon processors family |
3 | # | 4 | # |
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 9b8d4d6aa763..593bf1519608 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MXC | 2 | menuconfig ARCH_MXC |
2 | bool "Freescale i.MX family" | 3 | bool "Freescale i.MX family" |
3 | depends on ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 || ARM_SINGLE_ARMV7M | 4 | depends on ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 || ARM_SINGLE_ARMV7M |
diff --git a/arch/arm/mach-imx/devices/Kconfig b/arch/arm/mach-imx/devices/Kconfig index 6ffe57267233..fdca73d117e6 100644 --- a/arch/arm/mach-imx/devices/Kconfig +++ b/arch/arm/mach-imx/devices/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IMX_HAVE_PLATFORM_FEC | 2 | config IMX_HAVE_PLATFORM_FEC |
2 | bool | 3 | bool |
3 | default y if SOC_IMX25 || SOC_IMX27 || SOC_IMX35 | 4 | default y if SOC_IMX25 || SOC_IMX27 || SOC_IMX35 |
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index cefe44f6889b..982eabc36163 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_INTEGRATOR | 2 | menuconfig ARCH_INTEGRATOR |
2 | bool "ARM Ltd. Integrator family" | 3 | bool "ARM Ltd. Integrator family" |
3 | depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6 | 4 | depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6 |
diff --git a/arch/arm/mach-iop13xx/Makefile.boot b/arch/arm/mach-iop13xx/Makefile.boot index 3a8c38c3189c..4f29554c8401 100644 --- a/arch/arm/mach-iop13xx/Makefile.boot +++ b/arch/arm/mach-iop13xx/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | initrd_phys-y := 0x00800000 | 4 | initrd_phys-y := 0x00800000 |
diff --git a/arch/arm/mach-iop32x/Makefile.boot b/arch/arm/mach-iop32x/Makefile.boot index 0a833b11e38c..5c3af01c4000 100644 --- a/arch/arm/mach-iop32x/Makefile.boot +++ b/arch/arm/mach-iop32x/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0xa0008000 | 2 | zreladdr-y += 0xa0008000 |
2 | params_phys-y := 0xa0000100 | 3 | params_phys-y := 0xa0000100 |
3 | initrd_phys-y := 0xa0800000 | 4 | initrd_phys-y := 0xa0800000 |
diff --git a/arch/arm/mach-iop33x/Kconfig b/arch/arm/mach-iop33x/Kconfig index 9aa016bb18f9..cd6069c7c568 100644 --- a/arch/arm/mach-iop33x/Kconfig +++ b/arch/arm/mach-iop33x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_IOP33X | 2 | if ARCH_IOP33X |
2 | 3 | ||
3 | menu "IOP33x Implementation Options" | 4 | menu "IOP33x Implementation Options" |
diff --git a/arch/arm/mach-iop33x/Makefile b/arch/arm/mach-iop33x/Makefile index e95db30d81d5..320ecde1f907 100644 --- a/arch/arm/mach-iop33x/Makefile +++ b/arch/arm/mach-iop33x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-iop33x/Makefile.boot b/arch/arm/mach-iop33x/Makefile.boot index 760a0efe7580..e4dd1d26038f 100644 --- a/arch/arm/mach-iop33x/Makefile.boot +++ b/arch/arm/mach-iop33x/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | initrd_phys-y := 0x00800000 | 4 | initrd_phys-y := 0x00800000 |
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig index 83afb80d38a8..2f052c56cd9e 100644 --- a/arch/arm/mach-ixp4xx/Kconfig +++ b/arch/arm/mach-ixp4xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_IXP4XX | 2 | if ARCH_IXP4XX |
2 | 3 | ||
3 | menu "Intel IXP4xx Implementation Options" | 4 | menu "Intel IXP4xx Implementation Options" |
diff --git a/arch/arm/mach-ixp4xx/Makefile.boot b/arch/arm/mach-ixp4xx/Makefile.boot index 9c7af91d93da..9b015bd1ef27 100644 --- a/arch/arm/mach-ixp4xx/Makefile.boot +++ b/arch/arm/mach-ixp4xx/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | 4 | ||
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index db122356b410..cfd39f729f8e 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_KEYSTONE | 2 | config ARCH_KEYSTONE |
2 | bool "Texas Instruments Keystone Devices" | 3 | bool "Texas Instruments Keystone Devices" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-ks8695/Kconfig b/arch/arm/mach-ks8695/Kconfig index b3185c05fffa..724d7d039f74 100644 --- a/arch/arm/mach-ks8695/Kconfig +++ b/arch/arm/mach-ks8695/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_KS8695 | 2 | if ARCH_KS8695 |
2 | 3 | ||
3 | menu "Kendin/Micrel KS8695 Implementations" | 4 | menu "Kendin/Micrel KS8695 Implementations" |
diff --git a/arch/arm/mach-ks8695/Makefile.boot b/arch/arm/mach-ks8695/Makefile.boot index c9b0bebcf237..cf32eb605bd8 100644 --- a/arch/arm/mach-ks8695/Makefile.boot +++ b/arch/arm/mach-ks8695/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Note: the following conditions must always be true: | 2 | # Note: the following conditions must always be true: |
2 | # ZRELADDR == virt_to_phys(TEXTADDR) | 3 | # ZRELADDR == virt_to_phys(TEXTADDR) |
3 | # PARAMS_PHYS must be within 4MB of ZRELADDR | 4 | # PARAMS_PHYS must be within 4MB of ZRELADDR |
diff --git a/arch/arm/mach-lpc18xx/Makefile b/arch/arm/mach-lpc18xx/Makefile index bd0b7b5d6e9d..c80d80c199d3 100644 --- a/arch/arm/mach-lpc18xx/Makefile +++ b/arch/arm/mach-lpc18xx/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += board-dt.o | 2 | obj-y += board-dt.o |
diff --git a/arch/arm/mach-lpc18xx/Makefile.boot b/arch/arm/mach-lpc18xx/Makefile.boot index eacfc3f5c33e..cec195d4fcba 100644 --- a/arch/arm/mach-lpc18xx/Makefile.boot +++ b/arch/arm/mach-lpc18xx/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. | 2 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. |
2 | # Patch waits for application at | 3 | # Patch waits for application at |
3 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . | 4 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . |
diff --git a/arch/arm/mach-lpc32xx/Makefile b/arch/arm/mach-lpc32xx/Makefile index 79b6b07e115d..3bac1d17a207 100644 --- a/arch/arm/mach-lpc32xx/Makefile +++ b/arch/arm/mach-lpc32xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-lpc32xx/Makefile.boot b/arch/arm/mach-lpc32xx/Makefile.boot index d7392a475247..37d09ddb27f8 100644 --- a/arch/arm/mach-lpc32xx/Makefile.boot +++ b/arch/arm/mach-lpc32xx/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x80008000 | 2 | zreladdr-y += 0x80008000 |
2 | params_phys-y := 0x80000100 | 3 | params_phys-y := 0x80000100 |
3 | initrd_phys-y := 0x82000000 | 4 | initrd_phys-y := 0x82000000 |
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index 11ed264f0731..9e0f592d87d8 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MEDIATEK | 2 | menuconfig ARCH_MEDIATEK |
2 | bool "MediaTek SoC Support" | 3 | bool "MediaTek SoC Support" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile index dadae67d79b7..90e08a4222d6 100644 --- a/arch/arm/mach-mediatek/Makefile +++ b/arch/arm/mach-mediatek/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMP) += platsmp.o | 2 | obj-$(CONFIG_SMP) += platsmp.o |
2 | obj-y += mediatek.o | 3 | obj-y += mediatek.o |
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 15e9cb75738e..01f0f4b765e0 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MESON | 2 | menuconfig ARCH_MESON |
2 | bool "Amlogic Meson SoCs" | 3 | bool "Amlogic Meson SoCs" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-meson/Makefile b/arch/arm/mach-meson/Makefile index bc26c85a7e8f..49cfbaee4e00 100644 --- a/arch/arm/mach-meson/Makefile +++ b/arch/arm/mach-meson/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ARCH_MESON) += meson.o | 2 | obj-$(CONFIG_ARCH_MESON) += meson.o |
2 | obj-$(CONFIG_SMP) += platsmp.o | 3 | obj-$(CONFIG_SMP) += platsmp.o |
diff --git a/arch/arm/mach-milbeaut/Makefile b/arch/arm/mach-milbeaut/Makefile index ce5ea062047a..a95d27473244 100644 --- a/arch/arm/mach-milbeaut/Makefile +++ b/arch/arm/mach-milbeaut/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMP) += platsmp.o | 2 | obj-$(CONFIG_SMP) += platsmp.o |
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 94500bed56ab..0440109e973b 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MMP | 2 | menuconfig ARCH_MMP |
2 | bool "Marvell PXA168/910/MMP2" | 3 | bool "Marvell PXA168/910/MMP2" |
3 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-moxart/Kconfig b/arch/arm/mach-moxart/Kconfig index a4a91f9a3301..31ada63ba51b 100644 --- a/arch/arm/mach-moxart/Kconfig +++ b/arch/arm/mach-moxart/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MOXART | 2 | menuconfig ARCH_MOXART |
2 | bool "MOXA ART SoC" | 3 | bool "MOXA ART SoC" |
3 | depends on ARCH_MULTI_V4 | 4 | depends on ARCH_MULTI_V4 |
diff --git a/arch/arm/mach-moxart/Makefile b/arch/arm/mach-moxart/Makefile index fa022eb10ca1..ded3e38fb98d 100644 --- a/arch/arm/mach-moxart/Makefile +++ b/arch/arm/mach-moxart/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Object file lists. | 2 | # Object file lists. |
2 | 3 | ||
3 | obj-$(CONFIG_MACH_UC7112LX) += moxart.o | 4 | obj-$(CONFIG_MACH_UC7112LX) += moxart.o |
diff --git a/arch/arm/mach-mv78xx0/Kconfig b/arch/arm/mach-mv78xx0/Kconfig index d686a844a790..ea52c7fabb79 100644 --- a/arch/arm/mach-mv78xx0/Kconfig +++ b/arch/arm/mach-mv78xx0/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MV78XX0 | 2 | menuconfig ARCH_MV78XX0 |
2 | bool "Marvell MV78xx0" | 3 | bool "Marvell MV78xx0" |
3 | depends on ARCH_MULTI_V5 | 4 | depends on ARCH_MULTI_V5 |
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 5d6fbadd7849..7a5629b9bede 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_MVEBU | 2 | menuconfig ARCH_MVEBU |
2 | bool "Marvell Engineering Business Unit (MVEBU) SoCs" | 3 | bool "Marvell Engineering Business Unit (MVEBU) SoCs" |
3 | depends on ARCH_MULTI_V7 || ARCH_MULTI_V5 | 4 | depends on ARCH_MULTI_V7 || ARCH_MULTI_V5 |
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index cb429bc6dc0d..be1c1388055a 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SOC_IMX23 | 2 | config SOC_IMX23 |
2 | bool | 3 | bool |
3 | select ARM_AMBA | 4 | select ARM_AMBA |
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index cc2bf6748ade..2bcd5e11b3bf 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PM) += pm.o | 2 | obj-$(CONFIG_PM) += pm.o |
2 | obj-$(CONFIG_ARCH_MXS) += mach-mxs.o | 3 | obj-$(CONFIG_ARCH_MXS) += mach-mxs.o |
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig index 2da8e5dfcf24..1e5d9c870784 100644 --- a/arch/arm/mach-netx/Kconfig +++ b/arch/arm/mach-netx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "NetX Implementations" | 2 | menu "NetX Implementations" |
2 | depends on ARCH_NETX | 3 | depends on ARCH_NETX |
3 | 4 | ||
diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile index 7ce4ba9eb242..44ea83f7d9c2 100644 --- a/arch/arm/mach-netx/Makefile +++ b/arch/arm/mach-netx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-netx/Makefile.boot b/arch/arm/mach-netx/Makefile.boot index 534a4d27055e..2eb23c0cb6b0 100644 --- a/arch/arm/mach-netx/Makefile.boot +++ b/arch/arm/mach-netx/Makefile.boot | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x80008000 | 2 | zreladdr-y += 0x80008000 |
2 | 3 | ||
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig index 3ae45b8d7b0a..e98429be2b18 100644 --- a/arch/arm/mach-nomadik/Kconfig +++ b/arch/arm/mach-nomadik/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_NOMADIK | 2 | menuconfig ARCH_NOMADIK |
2 | bool "ST-Ericsson Nomadik" | 3 | bool "ST-Ericsson Nomadik" |
3 | depends on ARCH_MULTI_V5 | 4 | depends on ARCH_MULTI_V5 |
diff --git a/arch/arm/mach-nomadik/Makefile b/arch/arm/mach-nomadik/Makefile index 1071c3b04d1a..27ae20111b0b 100644 --- a/arch/arm/mach-nomadik/Makefile +++ b/arch/arm/mach-nomadik/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig index 684c9c9a32bd..880bc2a5cada 100644 --- a/arch/arm/mach-npcm/Kconfig +++ b/arch/arm/mach-npcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_NPCM | 2 | menuconfig ARCH_NPCM |
2 | bool "Nuvoton NPCM Architecture" | 3 | bool "Nuvoton NPCM Architecture" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-npcm/Makefile b/arch/arm/mach-npcm/Makefile index f5f67201419f..1bc3a70bfab8 100644 --- a/arch/arm/mach-npcm/Makefile +++ b/arch/arm/mach-npcm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | AFLAGS_headsmp.o += -march=armv7-a | 2 | AFLAGS_headsmp.o += -march=armv7-a |
2 | 3 | ||
3 | obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o | 4 | obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o |
diff --git a/arch/arm/mach-nspire/Kconfig b/arch/arm/mach-nspire/Kconfig index d4985305cab2..b3d161e8e2fb 100644 --- a/arch/arm/mach-nspire/Kconfig +++ b/arch/arm/mach-nspire/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_NSPIRE | 2 | config ARCH_NSPIRE |
2 | bool "TI-NSPIRE based" | 3 | bool "TI-NSPIRE based" |
3 | depends on ARCH_MULTI_V4_V5 | 4 | depends on ARCH_MULTI_V4_V5 |
diff --git a/arch/arm/mach-nspire/Makefile b/arch/arm/mach-nspire/Makefile index 1bec256eba07..1d568c600452 100644 --- a/arch/arm/mach-nspire/Makefile +++ b/arch/arm/mach-nspire/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += nspire.o | 2 | obj-y += nspire.o |
2 | obj-y += clcd.o | 3 | obj-y += clcd.o |
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index c4694f26b5c4..2a17dc1d122c 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_OMAP1 | 2 | if ARCH_OMAP1 |
2 | 3 | ||
3 | menu "TI OMAP1 specific features" | 4 | menu "TI OMAP1 specific features" |
diff --git a/arch/arm/mach-omap1/Makefile.boot b/arch/arm/mach-omap1/Makefile.boot index 13bda8dbd604..2c771515a606 100644 --- a/arch/arm/mach-omap1/Makefile.boot +++ b/arch/arm/mach-omap1/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x10008000 | 2 | zreladdr-y += 0x10008000 |
2 | params_phys-y := 0x10000100 | 3 | params_phys-y := 0x10000100 |
3 | initrd_phys-y := 0x10800000 | 4 | initrd_phys-y := 0x10800000 |
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 5e33d1a90664..fdb6743760a2 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "TI OMAP/AM/DM/DRA Family" | 2 | menu "TI OMAP/AM/DM/DRA Family" |
2 | depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 | 3 | depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 |
3 | 4 | ||
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 38c45a88c793..cf9cb3d2590e 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_ORION5X | 2 | menuconfig ARCH_ORION5X |
2 | bool "Marvell Orion" | 3 | bool "Marvell Orion" |
3 | depends on MMU && ARCH_MULTI_V5 | 4 | depends on MMU && ARCH_MULTI_V5 |
diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index e3610c5b309b..bee5f64c2e5f 100644 --- a/arch/arm/mach-oxnas/Kconfig +++ b/arch/arm/mach-oxnas/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_OXNAS | 2 | menuconfig ARCH_OXNAS |
2 | bool "Oxford Semiconductor OXNAS Family SoCs" | 3 | bool "Oxford Semiconductor OXNAS Family SoCs" |
3 | select ARCH_HAS_RESET_CONTROLLER | 4 | select ARCH_HAS_RESET_CONTROLLER |
diff --git a/arch/arm/mach-oxnas/Makefile b/arch/arm/mach-oxnas/Makefile index 61a34e1c0f22..0e78ecfe6c49 100644 --- a/arch/arm/mach-oxnas/Makefile +++ b/arch/arm/mach-oxnas/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o | 2 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o |
diff --git a/arch/arm/mach-picoxcell/Kconfig b/arch/arm/mach-picoxcell/Kconfig index 1c8f701526c9..b8eba18c0265 100644 --- a/arch/arm/mach-picoxcell/Kconfig +++ b/arch/arm/mach-picoxcell/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_PICOXCELL | 2 | config ARCH_PICOXCELL |
2 | bool "Picochip PicoXcell" | 3 | bool "Picochip PicoXcell" |
3 | depends on ARCH_MULTI_V6 | 4 | depends on ARCH_MULTI_V6 |
diff --git a/arch/arm/mach-picoxcell/Makefile b/arch/arm/mach-picoxcell/Makefile index 8e39f80fce19..aef03938005c 100644 --- a/arch/arm/mach-picoxcell/Makefile +++ b/arch/arm/mach-picoxcell/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := common.o | 2 | obj-y := common.o |
diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 7426211bddaf..6f66785fab01 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_SIRF | 2 | menuconfig ARCH_SIRF |
2 | bool "CSR SiRF" | 3 | bool "CSR SiRF" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 8839c72fdee3..f60bc29aef68 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_PXA | 2 | if ARCH_PXA |
2 | 3 | ||
3 | menu "Intel PXA2xx/PXA3xx Implementations" | 4 | menu "Intel PXA2xx/PXA3xx Implementations" |
diff --git a/arch/arm/mach-pxa/Makefile.boot b/arch/arm/mach-pxa/Makefile.boot index 2c1ae92f2106..bb6e353ecf06 100644 --- a/arch/arm/mach-pxa/Makefile.boot +++ b/arch/arm/mach-pxa/Makefile.boot | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0xa0008000 | 2 | zreladdr-y += 0xa0008000 |
2 | 3 | ||
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 46ed10a807f0..ecbf3c4eb878 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_QCOM | 2 | menuconfig ARCH_QCOM |
2 | bool "Qualcomm Support" | 3 | bool "Qualcomm Support" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-qcom/Makefile b/arch/arm/mach-qcom/Makefile index 12878e9a2c0c..b839201c9802 100644 --- a/arch/arm/mach-qcom/Makefile +++ b/arch/arm/mach-qcom/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMP) += platsmp.o | 2 | obj-$(CONFIG_SMP) += platsmp.o |
diff --git a/arch/arm/mach-rda/Kconfig b/arch/arm/mach-rda/Kconfig index 4df8b8ee1a9d..4d2e4e046cb3 100644 --- a/arch/arm/mach-rda/Kconfig +++ b/arch/arm/mach-rda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_RDA | 2 | menuconfig ARCH_RDA |
2 | bool "RDA Micro SoCs" | 3 | bool "RDA Micro SoCs" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-rda/Makefile b/arch/arm/mach-rda/Makefile index 6bea3d3a2dd7..f126d00ecd53 100644 --- a/arch/arm/mach-rda/Makefile +++ b/arch/arm/mach-rda/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj- += dummy.o | 2 | obj- += dummy.o |
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 1d7c83e73ffb..44ebbf9ec673 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_REALVIEW | 2 | menuconfig ARCH_REALVIEW |
2 | bool "ARM Ltd. RealView family" | 3 | bool "ARM Ltd. RealView family" |
3 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-realview/Makefile b/arch/arm/mach-realview/Makefile index 6ca6400fa51e..e259091591b8 100644 --- a/arch/arm/mach-realview/Makefile +++ b/arch/arm/mach-realview/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 8ca926522026..b7855cc665e9 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_ROCKCHIP | 2 | config ARCH_ROCKCHIP |
2 | bool "Rockchip RK2928 and RK3xxx SOCs" | 3 | bool "Rockchip RK2928 and RK3xxx SOCs" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile index 5c3a9b2de920..62596d5deb88 100644 --- a/arch/arm/mach-rockchip/Makefile +++ b/arch/arm/mach-rockchip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS_platsmp.o := -march=armv7-a | 2 | CFLAGS_platsmp.o := -march=armv7-a |
2 | 3 | ||
3 | obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o | 4 | obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o |
diff --git a/arch/arm/mach-rpc/Makefile b/arch/arm/mach-rpc/Makefile index 2ebc6875aeb8..056ef5460290 100644 --- a/arch/arm/mach-rpc/Makefile +++ b/arch/arm/mach-rpc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-rpc/Makefile.boot b/arch/arm/mach-rpc/Makefile.boot index ae2df0d7d037..0ed8e8fbde99 100644 --- a/arch/arm/mach-rpc/Makefile.boot +++ b/arch/arm/mach-rpc/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x10008000 | 2 | zreladdr-y += 0x10008000 |
2 | params_phys-y := 0x10000100 | 3 | params_phys-y := 0x10000100 |
3 | initrd_phys-y := 0x18000000 | 4 | initrd_phys-y := 0x18000000 |
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index ce41c6708a83..66e79fa9ba2b 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_SA1100 | 2 | if ARCH_SA1100 |
2 | 3 | ||
3 | menu "SA11x0 Implementations" | 4 | menu "SA11x0 Implementations" |
diff --git a/arch/arm/mach-sa1100/Makefile.boot b/arch/arm/mach-sa1100/Makefile.boot index f7951aa04562..9d8246f2cab4 100644 --- a/arch/arm/mach-sa1100/Makefile.boot +++ b/arch/arm/mach-sa1100/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifeq ($(CONFIG_SA1111),y) | 2 | ifeq ($(CONFIG_SA1111),y) |
2 | zreladdr-y += 0xc0208000 | 3 | zreladdr-y += 0xc0208000 |
3 | else | 4 | else |
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index cc1745e6c60a..22af5e308db6 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_SOCFPGA | 2 | menuconfig ARCH_SOCFPGA |
2 | bool "Altera SOCFPGA family" | 3 | bool "Altera SOCFPGA family" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig index 1b6cae5e78f4..20e284563a80 100644 --- a/arch/arm/mach-spear/Kconfig +++ b/arch/arm/mach-spear/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SPEAr Platform configuration file | 3 | # SPEAr Platform configuration file |
3 | # | 4 | # |
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index f8eeeffddaff..b2d45cf10a3c 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_STI | 2 | menuconfig ARCH_STI |
2 | bool "STMicroelectronics Consumer Electronics SOCs" | 3 | bool "STMicroelectronics Consumer Electronics SOCs" |
3 | depends on ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-sti/Makefile b/arch/arm/mach-sti/Makefile index f85ff059cfba..7e2a58257401 100644 --- a/arch/arm/mach-sti/Makefile +++ b/arch/arm/mach-sti/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMP) += platsmp.o | 2 | obj-$(CONFIG_SMP) += platsmp.o |
2 | obj-$(CONFIG_ARCH_STI) += board-dt.o | 3 | obj-$(CONFIG_ARCH_STI) += board-dt.o |
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig index 651bdf4f9c9e..36e6c68c0b57 100644 --- a/arch/arm/mach-stm32/Kconfig +++ b/arch/arm/mach-stm32/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_STM32 | 2 | menuconfig ARCH_STM32 |
2 | bool "STMicroelectronics STM32 family" if ARM_SINGLE_ARMV7M || ARCH_MULTI_V7 | 3 | bool "STMicroelectronics STM32 family" if ARM_SINGLE_ARMV7M || ARCH_MULTI_V7 |
3 | select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M | 4 | select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M |
diff --git a/arch/arm/mach-stm32/Makefile b/arch/arm/mach-stm32/Makefile index bd0b7b5d6e9d..c80d80c199d3 100644 --- a/arch/arm/mach-stm32/Makefile +++ b/arch/arm/mach-stm32/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += board-dt.o | 2 | obj-y += board-dt.o |
diff --git a/arch/arm/mach-stm32/Makefile.boot b/arch/arm/mach-stm32/Makefile.boot index eacfc3f5c33e..cec195d4fcba 100644 --- a/arch/arm/mach-stm32/Makefile.boot +++ b/arch/arm/mach-stm32/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. | 2 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. |
2 | # Patch waits for application at | 3 | # Patch waits for application at |
3 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . | 4 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . |
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 7fa6a3d7efd4..eeadb1a4dcfe 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ARCH_SUNXI | 2 | menuconfig ARCH_SUNXI |
2 | bool "Allwinner SoCs" | 3 | bool "Allwinner SoCs" |
3 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 | 4 | depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 |
diff --git a/arch/arm/mach-sunxi/Makefile b/arch/arm/mach-sunxi/Makefile index 71429aa85143..146e623c54d3 100644 --- a/arch/arm/mach-sunxi/Makefile +++ b/arch/arm/mach-sunxi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS_mc_smp.o += -march=armv7-a | 2 | CFLAGS_mc_smp.o += -march=armv7-a |
2 | 3 | ||
3 | obj-$(CONFIG_ARCH_SUNXI) += sunxi.o | 4 | obj-$(CONFIG_ARCH_SUNXI) += sunxi.o |
diff --git a/arch/arm/mach-u300/Makefile b/arch/arm/mach-u300/Makefile index 5a8804fa8776..67f71ae45dfc 100644 --- a/arch/arm/mach-u300/Makefile +++ b/arch/arm/mach-u300/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel, U300 machine. | 3 | # Makefile for the linux kernel, U300 machine. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index a9a3453548f4..5e903241bded 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel, U8500 machine. | 3 | # Makefile for the linux kernel, U8500 machine. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-versatile/Makefile b/arch/arm/mach-versatile/Makefile index 41b124b5107b..2b907718d467 100644 --- a/arch/arm/mach-versatile/Makefile +++ b/arch/arm/mach-versatile/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/mach-vexpress/Makefile.boot b/arch/arm/mach-vexpress/Makefile.boot index eacfc3f5c33e..cec195d4fcba 100644 --- a/arch/arm/mach-vexpress/Makefile.boot +++ b/arch/arm/mach-vexpress/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. | 2 | # Empty file waiting for deletion once Makefile.boot isn't needed any more. |
2 | # Patch waits for application at | 3 | # Patch waits for application at |
3 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . | 4 | # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . |
diff --git a/arch/arm/mach-vt8500/Makefile b/arch/arm/mach-vt8500/Makefile index 4c8a84637594..ccf9a3bbdbe3 100644 --- a/arch/arm/mach-vt8500/Makefile +++ b/arch/arm/mach-vt8500/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ARCH_VT8500) += vt8500.o | 2 | obj-$(CONFIG_ARCH_VT8500) += vt8500.o |
diff --git a/arch/arm/mach-vt8500/Makefile.boot b/arch/arm/mach-vt8500/Makefile.boot index b79c41cdfdff..883985f4b6c1 100644 --- a/arch/arm/mach-vt8500/Makefile.boot +++ b/arch/arm/mach-vt8500/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | initrd_phys-y := 0x01000000 | 4 | initrd_phys-y := 0x01000000 |
diff --git a/arch/arm/mach-w90x900/Makefile.boot b/arch/arm/mach-w90x900/Makefile.boot index 6c3d421c2d11..07d1b3b23ac0 100644 --- a/arch/arm/mach-w90x900/Makefile.boot +++ b/arch/arm/mach-w90x900/Makefile.boot | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zreladdr-y += 0x00008000 | 2 | zreladdr-y += 0x00008000 |
2 | params_phys-y := 0x00000100 | 3 | params_phys-y := 0x00000100 |
3 | 4 | ||
diff --git a/arch/arm/mach-zx/Makefile b/arch/arm/mach-zx/Makefile index a4b486433209..6f8930cdb8fb 100644 --- a/arch/arm/mach-zx/Makefile +++ b/arch/arm/mach-zx/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SOC_ZX296702) += zx296702.o zx296702-pm-domain.o | 2 | obj-$(CONFIG_SOC_ZX296702) += zx296702.o zx296702-pm-domain.o |
2 | obj-$(CONFIG_SMP) += headsmp.o platsmp.o | 3 | obj-$(CONFIG_SMP) += headsmp.o platsmp.o |
diff --git a/arch/arm/mach-zynq/Makefile b/arch/arm/mach-zynq/Makefile index b03a97eb7501..9df74cd85fd0 100644 --- a/arch/arm/mach-zynq/Makefile +++ b/arch/arm/mach-zynq/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/net/Makefile b/arch/arm/net/Makefile index c2c10841b6be..3354b3e11c3e 100644 --- a/arch/arm/net/Makefile +++ b/arch/arm/net/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ARM-specific networking code | 2 | # ARM-specific networking code |
2 | 3 | ||
3 | obj-$(CONFIG_BPF_JIT) += bpf_jit_32.o | 4 | obj-$(CONFIG_BPF_JIT) += bpf_jit_32.o |
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index 7215ada707e4..371f2ed00eda 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile index 9433605cd290..4e3f25de13c1 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/arm/plat-pxa/Kconfig b/arch/arm/plat-pxa/Kconfig index da53395a17c6..6f7a0a39c2b9 100644 --- a/arch/arm/plat-pxa/Kconfig +++ b/arch/arm/plat-pxa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if PLAT_PXA | 2 | if PLAT_PXA |
2 | 3 | ||
3 | config PXA_SSP | 4 | config PXA_SSP |
diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile index 2f06a2e8b1dd..349ea0af8450 100644 --- a/arch/arm/plat-pxa/Makefile +++ b/arch/arm/plat-pxa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for code common across different PXA processor families | 3 | # Makefile for code common across different PXA processor families |
3 | # | 4 | # |
diff --git a/arch/arm/plat-versatile/Kconfig b/arch/arm/plat-versatile/Kconfig index 98b9b8e9f698..748238f9f10e 100644 --- a/arch/arm/plat-versatile/Kconfig +++ b/arch/arm/plat-versatile/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if PLAT_VERSATILE | 2 | if PLAT_VERSATILE |
2 | 3 | ||
3 | config PLAT_VERSATILE_SCHED_CLOCK | 4 | config PLAT_VERSATILE_SCHED_CLOCK |
diff --git a/arch/arm/plat-versatile/Makefile b/arch/arm/plat-versatile/Makefile index b2f0ddfdc4cc..e856f0a4ac6e 100644 --- a/arch/arm/plat-versatile/Makefile +++ b/arch/arm/plat-versatile/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include | 2 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include |
2 | 3 | ||
3 | obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o | 4 | obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o |
diff --git a/arch/arm/probes/uprobes/Makefile b/arch/arm/probes/uprobes/Makefile index e1dc3d0f6d5a..57fffd7e57a2 100644 --- a/arch/arm/probes/uprobes/Makefile +++ b/arch/arm/probes/uprobes/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_UPROBES) += core.o actions-arm.o | 2 | obj-$(CONFIG_UPROBES) += core.o actions-arm.o |
diff --git a/arch/arm/vfp/Makefile b/arch/arm/vfp/Makefile index 94516c40ebd3..9975b63ac3b0 100644 --- a/arch/arm/vfp/Makefile +++ b/arch/arm/vfp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # linux/arch/arm/vfp/Makefile | 3 | # linux/arch/arm/vfp/Makefile |
3 | # | 4 | # |
diff --git a/arch/arm/xen/Makefile b/arch/arm/xen/Makefile index 227952103b0b..7ed28982c4c3 100644 --- a/arch/arm/xen/Makefile +++ b/arch/arm/xen/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o | 2 | obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o |
2 | obj-$(CONFIG_XEN_EFI) += efi.o | 3 | obj-$(CONFIG_XEN_EFI) += efi.o |
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4780eb7af842..76f6e4765f49 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARM64 | 2 | config ARM64 |
2 | def_bool y | 3 | def_bool y |
3 | select ACPI_CCA_REQUIRED if ACPI | 4 | select ACPI_CCA_REQUIRED if ACPI |
diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index 69c9170bdd24..cf09010d825f 100644 --- a/arch/arm64/Kconfig.debug +++ b/arch/arm64/Kconfig.debug | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config ARM64_PTDUMP_CORE | 3 | config ARM64_PTDUMP_CORE |
3 | def_bool n | 4 | def_bool n |
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 42eca656faa8..c7ad684926c3 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Platform selection" | 2 | menu "Platform selection" |
2 | 3 | ||
3 | config ARCH_ACTIONS | 4 | config ARCH_ACTIONS |
diff --git a/arch/arm64/boot/dts/al/Makefile b/arch/arm64/boot/dts/al/Makefile index 036e387112ed..d79822dc30cd 100644 --- a/arch/arm64/boot/dts/al/Makefile +++ b/arch/arm64/boot/dts/al/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb | 2 | dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb |
diff --git a/arch/arm64/boot/dts/altera/Makefile b/arch/arm64/boot/dts/altera/Makefile index 68ba0882a8bb..27bb925adc8d 100644 --- a/arch/arm64/boot/dts/altera/Makefile +++ b/arch/arm64/boot/dts/altera/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_ARCH_STRATIX10) += socfpga_stratix10_socdk.dtb | 2 | dtb-$(CONFIG_ARCH_STRATIX10) += socfpga_stratix10_socdk.dtb |
diff --git a/arch/arm64/boot/dts/broadcom/northstar2/Makefile b/arch/arm64/boot/dts/broadcom/northstar2/Makefile index 83736004336d..601e1e631260 100644 --- a/arch/arm64/boot/dts/broadcom/northstar2/Makefile +++ b/arch/arm64/boot/dts/broadcom/northstar2/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb | 2 | dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb |
2 | dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-xmc.dtb | 3 | dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-xmc.dtb |
diff --git a/arch/arm64/boot/dts/intel/Makefile b/arch/arm64/boot/dts/intel/Makefile index 9606ac85ac70..1253af30da8e 100644 --- a/arch/arm64/boot/dts/intel/Makefile +++ b/arch/arm64/boot/dts/intel/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_ARCH_AGILEX) += socfpga_agilex_socdk.dtb | 2 | dtb-$(CONFIG_ARCH_AGILEX) += socfpga_agilex_socdk.dtb |
diff --git a/arch/arm64/boot/dts/realtek/Makefile b/arch/arm64/boot/dts/realtek/Makefile index c108d73f8766..90c897ac3f7a 100644 --- a/arch/arm64/boot/dts/realtek/Makefile +++ b/arch/arm64/boot/dts/realtek/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-mele-v9.dtb | 2 | dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-mele-v9.dtb |
2 | dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-probox2-ava.dtb | 3 | dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-probox2-ava.dtb |
3 | dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-zidoo-x9s.dtb | 4 | dtb-$(CONFIG_ARCH_REALTEK) += rtd1295-zidoo-x9s.dtb |
diff --git a/arch/arm64/boot/dts/zte/Makefile b/arch/arm64/boot/dts/zte/Makefile index 14a1cdfc1559..126896144bda 100644 --- a/arch/arm64/boot/dts/zte/Makefile +++ b/arch/arm64/boot/dts/zte/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_ARCH_ZX) += zx296718-evb.dtb | 2 | dtb-$(CONFIG_ARCH_ZX) += zx296718-evb.dtb |
2 | dtb-$(CONFIG_ARCH_ZX) += zx296718-pcbox.dtb | 3 | dtb-$(CONFIG_ARCH_ZX) += zx296718-pcbox.dtb |
diff --git a/arch/arm64/net/Makefile b/arch/arm64/net/Makefile index da9763378284..5c540efb7d9b 100644 --- a/arch/arm64/net/Makefile +++ b/arch/arm64/net/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ARM64 networking code | 3 | # ARM64 networking code |
3 | # | 4 | # |
diff --git a/arch/arm64/xen/Makefile b/arch/arm64/xen/Makefile index 8ff8aa9c6228..a4fc65f3928d 100644 --- a/arch/arm64/xen/Makefile +++ b/arch/arm64/xen/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o) | 2 | xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o) |
2 | obj-y := xen-arm.o hypercall.o | 3 | obj-y := xen-arm.o hypercall.o |
3 | obj-$(CONFIG_XEN_EFI) += $(addprefix ../../arm/xen/, efi.o) | 4 | obj-$(CONFIG_XEN_EFI) += $(addprefix ../../arm/xen/, efi.o) |
diff --git a/arch/c6x/lib/Makefile b/arch/c6x/lib/Makefile index ffd3c659091a..e182004f82fe 100644 --- a/arch/c6x/lib/Makefile +++ b/arch/c6x/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for arch/c6x/lib/ | 3 | # Makefile for arch/c6x/lib/ |
3 | # | 4 | # |
diff --git a/arch/c6x/mm/Makefile b/arch/c6x/mm/Makefile index 136a97576c61..19d05e972dd1 100644 --- a/arch/c6x/mm/Makefile +++ b/arch/c6x/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux c6x-specific parts of the memory manager. | 3 | # Makefile for the linux c6x-specific parts of the memory manager. |
3 | # | 4 | # |
diff --git a/arch/c6x/platforms/Makefile b/arch/c6x/platforms/Makefile index 5f7d93468b6e..b320f1c68884 100644 --- a/arch/c6x/platforms/Makefile +++ b/arch/c6x/platforms/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for arch/c6x/platforms | 3 | # Makefile for arch/c6x/platforms |
3 | # | 4 | # |
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index ce0799077f3b..cf798a1628cf 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CSKY | 2 | config CSKY |
2 | def_bool y | 3 | def_bool y |
3 | select ARCH_32BIT_OFF_T | 4 | select ARCH_32BIT_OFF_T |
diff --git a/arch/csky/Kconfig.debug b/arch/csky/Kconfig.debug index 22a162cd99e8..295942fe3fd5 100644 --- a/arch/csky/Kconfig.debug +++ b/arch/csky/Kconfig.debug | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # dummy file, do not delete | 2 | # dummy file, do not delete |
diff --git a/arch/csky/Makefile b/arch/csky/Makefile index 6b87f6c22ad6..f9aab9157c4a 100644 --- a/arch/csky/Makefile +++ b/arch/csky/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | OBJCOPYFLAGS :=-O binary | 2 | OBJCOPYFLAGS :=-O binary |
2 | GZFLAGS :=-9 | 3 | GZFLAGS :=-9 |
3 | KBUILD_DEFCONFIG := defconfig | 4 | KBUILD_DEFCONFIG := defconfig |
diff --git a/arch/csky/abiv1/Makefile b/arch/csky/abiv1/Makefile index 7c062768d44d..e52b42beac97 100644 --- a/arch/csky/abiv1/Makefile +++ b/arch/csky/abiv1/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CPU_NEED_SOFTALIGN) += alignment.o | 2 | obj-$(CONFIG_CPU_NEED_SOFTALIGN) += alignment.o |
2 | obj-y += bswapdi.o | 3 | obj-y += bswapdi.o |
3 | obj-y += bswapsi.o | 4 | obj-y += bswapsi.o |
diff --git a/arch/csky/abiv2/Makefile b/arch/csky/abiv2/Makefile index b1d44f6fbcbd..c561efa5533c 100644 --- a/arch/csky/abiv2/Makefile +++ b/arch/csky/abiv2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += cacheflush.o | 2 | obj-y += cacheflush.o |
2 | obj-$(CONFIG_CPU_HAS_FPU) += fpu.o | 3 | obj-$(CONFIG_CPU_HAS_FPU) += fpu.o |
3 | obj-y += memcmp.o | 4 | obj-y += memcmp.o |
diff --git a/arch/csky/boot/Makefile b/arch/csky/boot/Makefile index 47d3d723784c..dbc9b1bd72f0 100644 --- a/arch/csky/boot/Makefile +++ b/arch/csky/boot/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | targets := Image zImage uImage | 2 | targets := Image zImage uImage |
2 | targets += $(dtb-y) | 3 | targets += $(dtb-y) |
3 | 4 | ||
diff --git a/arch/csky/boot/dts/Makefile b/arch/csky/boot/dts/Makefile index c57ad3c880bf..5f1f55e911ad 100644 --- a/arch/csky/boot/dts/Makefile +++ b/arch/csky/boot/dts/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtstree := $(srctree)/$(src) | 2 | dtstree := $(srctree)/$(src) |
2 | 3 | ||
3 | dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) | 4 | dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) |
diff --git a/arch/csky/kernel/Makefile b/arch/csky/kernel/Makefile index 1624b04bffb5..071d659f37b7 100644 --- a/arch/csky/kernel/Makefile +++ b/arch/csky/kernel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | extra-y := head.o vmlinux.lds | 2 | extra-y := head.o vmlinux.lds |
2 | 3 | ||
3 | obj-y += entry.o atomic.o signal.o traps.o irq.o time.o vdso.o | 4 | obj-y += entry.o atomic.o signal.o traps.o irq.o time.o vdso.o |
diff --git a/arch/csky/lib/Makefile b/arch/csky/lib/Makefile index d1f368c59ef6..078e2d5f32e1 100644 --- a/arch/csky/lib/Makefile +++ b/arch/csky/lib/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | lib-y := usercopy.o delay.o | 2 | lib-y := usercopy.o delay.o |
diff --git a/arch/csky/mm/Makefile b/arch/csky/mm/Makefile index c870eb36efbc..4eebebdcd1bf 100644 --- a/arch/csky/mm/Makefile +++ b/arch/csky/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifeq ($(CONFIG_CPU_HAS_CACHEV2),y) | 2 | ifeq ($(CONFIG_CPU_HAS_CACHEV2),y) |
2 | obj-y += cachev2.o | 3 | obj-y += cachev2.o |
3 | else | 4 | else |
diff --git a/arch/h8300/Kconfig.debug b/arch/h8300/Kconfig.debug index 22a162cd99e8..295942fe3fd5 100644 --- a/arch/h8300/Kconfig.debug +++ b/arch/h8300/Kconfig.debug | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # dummy file, do not delete | 2 | # dummy file, do not delete |
diff --git a/arch/h8300/lib/Makefile b/arch/h8300/lib/Makefile index 28ff560d825f..685fa837c1f7 100644 --- a/arch/h8300/lib/Makefile +++ b/arch/h8300/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for H8/300-specific library files.. | 3 | # Makefile for H8/300-specific library files.. |
3 | # | 4 | # |
diff --git a/arch/h8300/mm/Makefile b/arch/h8300/mm/Makefile index 508697f0d97c..e85b5c91f5bc 100644 --- a/arch/h8300/mm/Makefile +++ b/arch/h8300/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux h8300-specific parts of the memory manager. | 3 | # Makefile for the linux h8300-specific parts of the memory manager. |
3 | # | 4 | # |
diff --git a/arch/hexagon/Kconfig.debug b/arch/hexagon/Kconfig.debug index 22a162cd99e8..295942fe3fd5 100644 --- a/arch/hexagon/Kconfig.debug +++ b/arch/hexagon/Kconfig.debug | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # dummy file, do not delete | 2 | # dummy file, do not delete |
diff --git a/arch/hexagon/lib/Makefile b/arch/hexagon/lib/Makefile index 874655e85671..54be529d17a2 100644 --- a/arch/hexagon/lib/Makefile +++ b/arch/hexagon/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for hexagon-specific library files. | 3 | # Makefile for hexagon-specific library files. |
3 | # | 4 | # |
diff --git a/arch/hexagon/mm/Makefile b/arch/hexagon/mm/Makefile index 1a0be4d576e1..1894263ae5bc 100644 --- a/arch/hexagon/mm/Makefile +++ b/arch/hexagon/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Hexagon memory management subsystem | 3 | # Makefile for Hexagon memory management subsystem |
3 | # | 4 | # |
diff --git a/arch/ia64/hp/common/Makefile b/arch/ia64/hp/common/Makefile index 9e179dd06b85..6026308f9a62 100644 --- a/arch/ia64/hp/common/Makefile +++ b/arch/ia64/hp/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ia64/platform/hp/common/Makefile | 3 | # ia64/platform/hp/common/Makefile |
3 | # | 4 | # |
diff --git a/arch/ia64/hp/zx1/Makefile b/arch/ia64/hp/zx1/Makefile index 61e878729d1e..46b37d820b59 100644 --- a/arch/ia64/hp/zx1/Makefile +++ b/arch/ia64/hp/zx1/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ia64/hp/zx1/Makefile | 3 | # ia64/hp/zx1/Makefile |
3 | # | 4 | # |
diff --git a/arch/ia64/pci/Makefile b/arch/ia64/pci/Makefile index fb14dc520d2d..81ea50eeb527 100644 --- a/arch/ia64/pci/Makefile +++ b/arch/ia64/pci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the ia64-specific parts of the pci bus | 3 | # Makefile for the ia64-specific parts of the pci bus |
3 | # | 4 | # |
diff --git a/arch/m68k/amiga/Makefile b/arch/m68k/amiga/Makefile index 11dd30b16b3b..d17934237c66 100644 --- a/arch/m68k/amiga/Makefile +++ b/arch/m68k/amiga/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/amiga source directory | 3 | # Makefile for Linux arch/m68k/amiga source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/apollo/Makefile b/arch/m68k/apollo/Makefile index 01856a858fda..676c74b26878 100644 --- a/arch/m68k/apollo/Makefile +++ b/arch/m68k/apollo/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/apollo source directory | 3 | # Makefile for Linux arch/m68k/apollo source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/atari/Makefile b/arch/m68k/atari/Makefile index 0b86bb6cfa87..2e3607f97253 100644 --- a/arch/m68k/atari/Makefile +++ b/arch/m68k/atari/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/atari source directory | 3 | # Makefile for Linux arch/m68k/atari source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/bvme6000/Makefile b/arch/m68k/bvme6000/Makefile index d8174004fe2f..41bd4fad3af7 100644 --- a/arch/m68k/bvme6000/Makefile +++ b/arch/m68k/bvme6000/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/bvme6000 source directory | 3 | # Makefile for Linux arch/m68k/bvme6000 source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/emu/Makefile b/arch/m68k/emu/Makefile index 7dc201080308..4c16e3e6c636 100644 --- a/arch/m68k/emu/Makefile +++ b/arch/m68k/emu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/emu source directory | 3 | # Makefile for Linux arch/m68k/emu source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/hp300/Makefile b/arch/m68k/hp300/Makefile index 96d4244c82fd..d87376156568 100644 --- a/arch/m68k/hp300/Makefile +++ b/arch/m68k/hp300/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/hp300 source directory | 3 | # Makefile for Linux arch/m68k/hp300 source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/mac/Makefile b/arch/m68k/mac/Makefile index b8d4c835f9a2..aa0eae562b16 100644 --- a/arch/m68k/mac/Makefile +++ b/arch/m68k/mac/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/mac source directory | 3 | # Makefile for Linux arch/m68k/mac source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/math-emu/Makefile b/arch/m68k/math-emu/Makefile index 547c23c6e40e..b520d5355cbd 100644 --- a/arch/m68k/math-emu/Makefile +++ b/arch/m68k/math-emu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/m68k/mvme147/Makefile b/arch/m68k/mvme147/Makefile index a36d38dbfbbc..d78f6f9fab8d 100644 --- a/arch/m68k/mvme147/Makefile +++ b/arch/m68k/mvme147/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/mvme147 source directory | 3 | # Makefile for Linux arch/m68k/mvme147 source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/mvme16x/Makefile b/arch/m68k/mvme16x/Makefile index edb3f6e6ee6a..a8a368c2cbea 100644 --- a/arch/m68k/mvme16x/Makefile +++ b/arch/m68k/mvme16x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/mvme16x source directory | 3 | # Makefile for Linux arch/m68k/mvme16x source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/q40/Makefile b/arch/m68k/q40/Makefile index 27eb42796afa..4e4dc9104d3a 100644 --- a/arch/m68k/q40/Makefile +++ b/arch/m68k/q40/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/q40 source directory | 3 | # Makefile for Linux arch/m68k/q40 source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/sun3/Makefile b/arch/m68k/sun3/Makefile index 38ba0e0cedad..9960c46d303c 100644 --- a/arch/m68k/sun3/Makefile +++ b/arch/m68k/sun3/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/sun3 source directory | 3 | # Makefile for Linux arch/m68k/sun3 source directory |
3 | # | 4 | # |
diff --git a/arch/m68k/sun3/prom/Makefile b/arch/m68k/sun3/prom/Makefile index da7eac06bca0..2f8c5912ca83 100644 --- a/arch/m68k/sun3/prom/Makefile +++ b/arch/m68k/sun3/prom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the Sun Boot PROM interface library under | 2 | # Makefile for the Sun Boot PROM interface library under |
2 | # Linux. | 3 | # Linux. |
3 | # | 4 | # |
diff --git a/arch/m68k/sun3x/Makefile b/arch/m68k/sun3x/Makefile index be5776d9a01e..f36020e9d39a 100644 --- a/arch/m68k/sun3x/Makefile +++ b/arch/m68k/sun3x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux arch/m68k/sun3x source directory | 3 | # Makefile for Linux arch/m68k/sun3x source directory |
3 | # | 4 | # |
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index adb179f519f9..f11433daab4a 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MICROBLAZE | 2 | config MICROBLAZE |
2 | def_bool y | 3 | def_bool y |
3 | select ARCH_32BIT_OFF_T | 4 | select ARCH_32BIT_OFF_T |
diff --git a/arch/microblaze/Kconfig.debug b/arch/microblaze/Kconfig.debug index dc2e3c45e8a2..3a343188d86c 100644 --- a/arch/microblaze/Kconfig.debug +++ b/arch/microblaze/Kconfig.debug | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # For a description of the syntax of this configuration file, | 2 | # For a description of the syntax of this configuration file, |
2 | # see Documentation/kbuild/kconfig-language.txt. | 3 | # see Documentation/kbuild/kconfig-language.txt. |
3 | 4 | ||
diff --git a/arch/microblaze/Kconfig.platform b/arch/microblaze/Kconfig.platform index 7361974417dc..5bf54c1d4f60 100644 --- a/arch/microblaze/Kconfig.platform +++ b/arch/microblaze/Kconfig.platform | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # For a description of the syntax of this configuration file, | 2 | # For a description of the syntax of this configuration file, |
2 | # see Documentation/kbuild/kconfig-language.txt. | 3 | # see Documentation/kbuild/kconfig-language.txt. |
3 | # | 4 | # |
diff --git a/arch/microblaze/mm/Makefile b/arch/microblaze/mm/Makefile index 7313bd8acbb7..1b16875cea70 100644 --- a/arch/microblaze/mm/Makefile +++ b/arch/microblaze/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile | 3 | # Makefile |
3 | # | 4 | # |
diff --git a/arch/microblaze/pci/Makefile b/arch/microblaze/pci/Makefile index d1114fbd4780..0251c20e1d62 100644 --- a/arch/microblaze/pci/Makefile +++ b/arch/microblaze/pci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile | 3 | # Makefile |
3 | # | 4 | # |
diff --git a/arch/mips/alchemy/Makefile b/arch/mips/alchemy/Makefile index aac3b179bbc0..fabbc7019065 100644 --- a/arch/mips/alchemy/Makefile +++ b/arch/mips/alchemy/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MIPS_GPR) += board-gpr.o | 2 | obj-$(CONFIG_MIPS_GPR) += board-gpr.o |
2 | obj-$(CONFIG_MIPS_MTX1) += board-mtx1.o | 3 | obj-$(CONFIG_MIPS_MTX1) += board-mtx1.o |
3 | obj-$(CONFIG_MIPS_XXS1500) += board-xxs1500.o | 4 | obj-$(CONFIG_MIPS_XXS1500) += board-xxs1500.o |
diff --git a/arch/mips/alchemy/common/Makefile b/arch/mips/alchemy/common/Makefile index 23800b8e67e5..a0e94388dcf7 100644 --- a/arch/mips/alchemy/common/Makefile +++ b/arch/mips/alchemy/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Copyright 2000, 2008 MontaVista Software Inc. | 3 | # Copyright 2000, 2008 MontaVista Software Inc. |
3 | # Author: MontaVista Software, Inc. <source@mvista.com> | 4 | # Author: MontaVista Software, Inc. <source@mvista.com> |
diff --git a/arch/mips/alchemy/devboards/Makefile b/arch/mips/alchemy/devboards/Makefile index 9da3659a9d1c..10a52283f022 100644 --- a/arch/mips/alchemy/devboards/Makefile +++ b/arch/mips/alchemy/devboards/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Alchemy Develboards | 3 | # Alchemy Develboards |
3 | # | 4 | # |
diff --git a/arch/mips/bcm47xx/Makefile b/arch/mips/bcm47xx/Makefile index 6d8615074075..c7438a410a09 100644 --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the BCM47XX specific kernel interface routines | 3 | # Makefile for the BCM47XX specific kernel interface routines |
3 | # under Linux. | 4 | # under Linux. |
diff --git a/arch/mips/bcm63xx/boards/Makefile b/arch/mips/bcm63xx/boards/Makefile index af07c1aa202f..a74b9c8d0afc 100644 --- a/arch/mips/bcm63xx/boards/Makefile +++ b/arch/mips/bcm63xx/boards/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BOARD_BCM963XX) += board_bcm963xx.o | 2 | obj-$(CONFIG_BOARD_BCM963XX) += board_bcm963xx.o |
diff --git a/arch/mips/bmips/Makefile b/arch/mips/bmips/Makefile index a393955cba08..1165bf2ef3dd 100644 --- a/arch/mips/bmips/Makefile +++ b/arch/mips/bmips/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += setup.o irq.o dma.o | 2 | obj-y += setup.o irq.o dma.o |
diff --git a/arch/mips/boot/dts/mscc/Makefile b/arch/mips/boot/dts/mscc/Makefile index ec6f5b2bf093..eb71515871f6 100644 --- a/arch/mips/boot/dts/mscc/Makefile +++ b/arch/mips/boot/dts/mscc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_MSCC_OCELOT) += ocelot_pcb123.dtb ocelot_pcb120.dtb | 2 | dtb-$(CONFIG_MSCC_OCELOT) += ocelot_pcb123.dtb ocelot_pcb120.dtb |
2 | 3 | ||
3 | obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y)) | 4 | obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y)) |
diff --git a/arch/mips/boot/dts/ni/Makefile b/arch/mips/boot/dts/ni/Makefile index 9e2c9faede47..93867e1a5279 100644 --- a/arch/mips/boot/dts/ni/Makefile +++ b/arch/mips/boot/dts/ni/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | dtb-$(CONFIG_FIT_IMAGE_FDT_NI169445) += 169445.dtb | 2 | dtb-$(CONFIG_FIT_IMAGE_FDT_NI169445) += 169445.dtb |
diff --git a/arch/mips/cobalt/Makefile b/arch/mips/cobalt/Makefile index 68f0c5871adc..f0e2c26c833b 100644 --- a/arch/mips/cobalt/Makefile +++ b/arch/mips/cobalt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Cobalt micro systems family specific parts of the kernel | 3 | # Makefile for the Cobalt micro systems family specific parts of the kernel |
3 | # | 4 | # |
diff --git a/arch/mips/dec/Makefile b/arch/mips/dec/Makefile index bd74e05c90b0..c9f62f1da31d 100644 --- a/arch/mips/dec/Makefile +++ b/arch/mips/dec/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the DECstation family specific parts of the kernel | 3 | # Makefile for the DECstation family specific parts of the kernel |
3 | # | 4 | # |
diff --git a/arch/mips/dec/prom/Makefile b/arch/mips/dec/prom/Makefile index ae73e42ac20b..d95016016b42 100644 --- a/arch/mips/dec/prom/Makefile +++ b/arch/mips/dec/prom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the DECstation prom monitor library routines | 3 | # Makefile for the DECstation prom monitor library routines |
3 | # under Linux. | 4 | # under Linux. |
diff --git a/arch/mips/emma/Makefile b/arch/mips/emma/Makefile index 4254a31edb09..bc03082064ca 100644 --- a/arch/mips/emma/Makefile +++ b/arch/mips/emma/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SOC_EMMA2RH) += common/ | 2 | obj-$(CONFIG_SOC_EMMA2RH) += common/ |
2 | 3 | ||
3 | # | 4 | # |
diff --git a/arch/mips/fw/cfe/Makefile b/arch/mips/fw/cfe/Makefile index 8f20044c0adf..55b77633e44f 100644 --- a/arch/mips/fw/cfe/Makefile +++ b/arch/mips/fw/cfe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Broadcom Common Firmware Environment support | 3 | # Makefile for the Broadcom Common Firmware Environment support |
3 | # | 4 | # |
diff --git a/arch/mips/fw/lib/Makefile b/arch/mips/fw/lib/Makefile index 529150516777..cf9634548c98 100644 --- a/arch/mips/fw/lib/Makefile +++ b/arch/mips/fw/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for generic prom monitor library routines under Linux. | 3 | # Makefile for generic prom monitor library routines under Linux. |
3 | # | 4 | # |
diff --git a/arch/mips/fw/sni/Makefile b/arch/mips/fw/sni/Makefile index 3f01dd36e6b7..e5ba8e86b7b4 100644 --- a/arch/mips/fw/sni/Makefile +++ b/arch/mips/fw/sni/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SNI prom monitor routines under Linux. | 3 | # Makefile for the SNI prom monitor routines under Linux. |
3 | # | 4 | # |
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile index 624b0ee3e5d4..5815e1cb32ca 100644 --- a/arch/mips/jazz/Makefile +++ b/arch/mips/jazz/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Jazz family specific parts of the kernel | 3 | # Makefile for the Jazz family specific parts of the kernel |
3 | # | 4 | # |
diff --git a/arch/mips/lantiq/falcon/Makefile b/arch/mips/lantiq/falcon/Makefile index ff220f97693d..98da1e031dad 100644 --- a/arch/mips/lantiq/falcon/Makefile +++ b/arch/mips/lantiq/falcon/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := prom.o reset.o sysctrl.o | 2 | obj-y := prom.o reset.o sysctrl.o |
diff --git a/arch/mips/lantiq/xway/Makefile b/arch/mips/lantiq/xway/Makefile index fbb0747c70b7..c0f02dab7204 100644 --- a/arch/mips/lantiq/xway/Makefile +++ b/arch/mips/lantiq/xway/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o | 2 | obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o |
2 | 3 | ||
3 | obj-y += vmmc.o | 4 | obj-y += vmmc.o |
diff --git a/arch/mips/loongson32/Makefile b/arch/mips/loongson32/Makefile index 1ab2c5bbc066..ba10954b4b21 100644 --- a/arch/mips/loongson32/Makefile +++ b/arch/mips/loongson32/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Common code for all Loongson 1 based systems | 3 | # Common code for all Loongson 1 based systems |
3 | # | 4 | # |
diff --git a/arch/mips/loongson32/common/Makefile b/arch/mips/loongson32/common/Makefile index 723b4ce3b8f0..7b49c8260706 100644 --- a/arch/mips/loongson32/common/Makefile +++ b/arch/mips/loongson32/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for common code of loongson1 based machines. | 3 | # Makefile for common code of loongson1 based machines. |
3 | # | 4 | # |
diff --git a/arch/mips/loongson32/ls1b/Makefile b/arch/mips/loongson32/ls1b/Makefile index 891eac482b82..33c574dc0f7f 100644 --- a/arch/mips/loongson32/ls1b/Makefile +++ b/arch/mips/loongson32/ls1b/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for loongson1B based machines. | 3 | # Makefile for loongson1B based machines. |
3 | # | 4 | # |
diff --git a/arch/mips/loongson32/ls1c/Makefile b/arch/mips/loongson32/ls1c/Makefile index a92c6cd3418d..1cf3aa264d55 100644 --- a/arch/mips/loongson32/ls1c/Makefile +++ b/arch/mips/loongson32/ls1c/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for loongson1C based machines. | 3 | # Makefile for loongson1C based machines. |
3 | # | 4 | # |
diff --git a/arch/mips/loongson64/Makefile b/arch/mips/loongson64/Makefile index 4fe3d88fc361..1a5df773707d 100644 --- a/arch/mips/loongson64/Makefile +++ b/arch/mips/loongson64/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Common code for all Loongson based systems | 3 | # Common code for all Loongson based systems |
3 | # | 4 | # |
diff --git a/arch/mips/loongson64/common/cs5536/Makefile b/arch/mips/loongson64/common/cs5536/Makefile index f12e64007347..b32b29661245 100644 --- a/arch/mips/loongson64/common/cs5536/Makefile +++ b/arch/mips/loongson64/common/cs5536/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for CS5536 support. | 3 | # Makefile for CS5536 support. |
3 | # | 4 | # |
diff --git a/arch/mips/loongson64/fuloong-2e/Makefile b/arch/mips/loongson64/fuloong-2e/Makefile index 0a9a472bec0a..bb58edb3bea7 100644 --- a/arch/mips/loongson64/fuloong-2e/Makefile +++ b/arch/mips/loongson64/fuloong-2e/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Lemote Fuloong2e mini-PC board. | 3 | # Makefile for Lemote Fuloong2e mini-PC board. |
3 | # | 4 | # |
diff --git a/arch/mips/loongson64/lemote-2f/Makefile b/arch/mips/loongson64/lemote-2f/Makefile index b5792c334cd5..881a0ec06d1f 100644 --- a/arch/mips/loongson64/lemote-2f/Makefile +++ b/arch/mips/loongson64/lemote-2f/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for lemote loongson2f family machines | 3 | # Makefile for lemote loongson2f family machines |
3 | # | 4 | # |
diff --git a/arch/mips/loongson64/loongson-3/Makefile b/arch/mips/loongson64/loongson-3/Makefile index b5a0c2fa5446..df39598742b2 100644 --- a/arch/mips/loongson64/loongson-3/Makefile +++ b/arch/mips/loongson64/loongson-3/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Loongson-3 family machines | 3 | # Makefile for Loongson-3 family machines |
3 | # | 4 | # |
diff --git a/arch/mips/net/Makefile b/arch/mips/net/Makefile index 72a78462f872..2d03af7d6b19 100644 --- a/arch/mips/net/Makefile +++ b/arch/mips/net/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # MIPS networking code | 2 | # MIPS networking code |
2 | 3 | ||
3 | obj-$(CONFIG_MIPS_EBPF_JIT) += ebpf_jit.o | 4 | obj-$(CONFIG_MIPS_EBPF_JIT) += ebpf_jit.o |
diff --git a/arch/mips/netlogic/Makefile b/arch/mips/netlogic/Makefile index 36d169b2ca6d..c53561589db9 100644 --- a/arch/mips/netlogic/Makefile +++ b/arch/mips/netlogic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NLM_COMMON) += common/ | 2 | obj-$(CONFIG_NLM_COMMON) += common/ |
2 | obj-$(CONFIG_CPU_XLR) += xlr/ | 3 | obj-$(CONFIG_CPU_XLR) += xlr/ |
3 | obj-$(CONFIG_CPU_XLP) += xlp/ | 4 | obj-$(CONFIG_CPU_XLP) += xlp/ |
diff --git a/arch/mips/netlogic/xlr/Makefile b/arch/mips/netlogic/xlr/Makefile index 05902bc6f080..7c83100e5722 100644 --- a/arch/mips/netlogic/xlr/Makefile +++ b/arch/mips/netlogic/xlr/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += fmn.o fmn-config.o setup.o platform.o platform-flash.o | 2 | obj-y += fmn.o fmn-config.o setup.o platform.o platform-flash.o |
2 | obj-$(CONFIG_SMP) += wakeup.o | 3 | obj-$(CONFIG_SMP) += wakeup.o |
diff --git a/arch/mips/pic32/Makefile b/arch/mips/pic32/Makefile index fd357f49ac6c..6183e4a46379 100644 --- a/arch/mips/pic32/Makefile +++ b/arch/mips/pic32/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Joshua Henderson, <joshua.henderson@microchip.com> | 3 | # Joshua Henderson, <joshua.henderson@microchip.com> |
3 | # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. | 4 | # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. |
diff --git a/arch/mips/pic32/common/Makefile b/arch/mips/pic32/common/Makefile index be1909cc0467..a60750ab7be9 100644 --- a/arch/mips/pic32/common/Makefile +++ b/arch/mips/pic32/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Joshua Henderson, <joshua.henderson@microchip.com> | 3 | # Joshua Henderson, <joshua.henderson@microchip.com> |
3 | # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. | 4 | # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. |
diff --git a/arch/mips/pic32/pic32mzda/Makefile b/arch/mips/pic32/pic32mzda/Makefile index c28649615c6c..3b505142bf6f 100644 --- a/arch/mips/pic32/pic32mzda/Makefile +++ b/arch/mips/pic32/pic32mzda/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Joshua Henderson, <joshua.henderson@microchip.com> | 3 | # Joshua Henderson, <joshua.henderson@microchip.com> |
3 | # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. | 4 | # Copyright (C) 2015 Microchip Technology, Inc. All rights reserved. |
diff --git a/arch/mips/pistachio/Makefile b/arch/mips/pistachio/Makefile index 32189c6ebea5..66f4af17fb66 100644 --- a/arch/mips/pistachio/Makefile +++ b/arch/mips/pistachio/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += init.o irq.o time.o | 2 | obj-y += init.o irq.o time.o |
diff --git a/arch/mips/pnx833x/Makefile b/arch/mips/pnx833x/Makefile index 02c4698cab05..927268a58237 100644 --- a/arch/mips/pnx833x/Makefile +++ b/arch/mips/pnx833x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SOC_PNX833X) += common/ | 2 | obj-$(CONFIG_SOC_PNX833X) += common/ |
2 | obj-$(CONFIG_NXP_STB220) += stb22x/ | 3 | obj-$(CONFIG_NXP_STB220) += stb22x/ |
3 | obj-$(CONFIG_NXP_STB225) += stb22x/ | 4 | obj-$(CONFIG_NXP_STB225) += stb22x/ |
diff --git a/arch/mips/pnx833x/common/Makefile b/arch/mips/pnx833x/common/Makefile index 1a46dd291b16..9b4d394112b0 100644 --- a/arch/mips/pnx833x/common/Makefile +++ b/arch/mips/pnx833x/common/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := interrupts.o platform.o prom.o setup.o reset.o | 2 | obj-y := interrupts.o platform.o prom.o setup.o reset.o |
diff --git a/arch/mips/pnx833x/stb22x/Makefile b/arch/mips/pnx833x/stb22x/Makefile index 7b580060de50..7c5ddf36b735 100644 --- a/arch/mips/pnx833x/stb22x/Makefile +++ b/arch/mips/pnx833x/stb22x/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := board.o | 2 | obj-y := board.o |
diff --git a/arch/mips/power/Makefile b/arch/mips/power/Makefile index 70bd7883bc1b..14b7d9ee613f 100644 --- a/arch/mips/power/Makefile +++ b/arch/mips/power/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o | 2 | obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o |
diff --git a/arch/mips/rb532/Makefile b/arch/mips/rb532/Makefile index 8186afca2234..fb4b4bf83714 100644 --- a/arch/mips/rb532/Makefile +++ b/arch/mips/rb532/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the RB532 board specific parts of the kernel | 3 | # Makefile for the RB532 board specific parts of the kernel |
3 | # | 4 | # |
diff --git a/arch/mips/sgi-ip32/Makefile b/arch/mips/sgi-ip32/Makefile index 4745cd94df11..de0222466225 100644 --- a/arch/mips/sgi-ip32/Makefile +++ b/arch/mips/sgi-ip32/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SGI specific kernel interface routines | 3 | # Makefile for the SGI specific kernel interface routines |
3 | # under Linux. | 4 | # under Linux. |
diff --git a/arch/mips/sibyte/bcm1480/Makefile b/arch/mips/sibyte/bcm1480/Makefile index cdc4c56c3e29..cf1327d3fc3b 100644 --- a/arch/mips/sibyte/bcm1480/Makefile +++ b/arch/mips/sibyte/bcm1480/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := setup.o irq.o time.o | 2 | obj-y := setup.o irq.o time.o |
2 | 3 | ||
3 | obj-$(CONFIG_SMP) += smp.o | 4 | obj-$(CONFIG_SMP) += smp.o |
diff --git a/arch/mips/sibyte/common/Makefile b/arch/mips/sibyte/common/Makefile index 3ef3fb658136..57f670aa16be 100644 --- a/arch/mips/sibyte/common/Makefile +++ b/arch/mips/sibyte/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := cfe.o | 2 | obj-y := cfe.o |
2 | obj-$(CONFIG_SWIOTLB) += dma.o | 3 | obj-$(CONFIG_SWIOTLB) += dma.o |
3 | obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o | 4 | obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o |
diff --git a/arch/mips/sibyte/sb1250/Makefile b/arch/mips/sibyte/sb1250/Makefile index cdc4c56c3e29..cf1327d3fc3b 100644 --- a/arch/mips/sibyte/sb1250/Makefile +++ b/arch/mips/sibyte/sb1250/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := setup.o irq.o time.o | 2 | obj-y := setup.o irq.o time.o |
2 | 3 | ||
3 | obj-$(CONFIG_SMP) += smp.o | 4 | obj-$(CONFIG_SMP) += smp.o |
diff --git a/arch/mips/sibyte/swarm/Makefile b/arch/mips/sibyte/swarm/Makefile index 7b45f199d92a..96b41a28ff62 100644 --- a/arch/mips/sibyte/swarm/Makefile +++ b/arch/mips/sibyte/swarm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := platform.o setup.o rtc_xicor1241.o \ | 2 | obj-y := platform.o setup.o rtc_xicor1241.o \ |
2 | rtc_m41t81.o | 3 | rtc_m41t81.o |
3 | 4 | ||
diff --git a/arch/mips/sni/Makefile b/arch/mips/sni/Makefile index 9d3bad3200ce..6d97c3e9648d 100644 --- a/arch/mips/sni/Makefile +++ b/arch/mips/sni/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SNI specific part of the kernel | 3 | # Makefile for the SNI specific part of the kernel |
3 | # | 4 | # |
diff --git a/arch/mips/txx9/jmr3927/Makefile b/arch/mips/txx9/jmr3927/Makefile index 9f5d5b623839..4bda0615d27e 100644 --- a/arch/mips/txx9/jmr3927/Makefile +++ b/arch/mips/txx9/jmr3927/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for TOSHIBA JMR-TX3927 board | 3 | # Makefile for TOSHIBA JMR-TX3927 board |
3 | # | 4 | # |
diff --git a/arch/mips/txx9/rbtx4927/Makefile b/arch/mips/txx9/rbtx4927/Makefile index 60b24c8f7e63..08a02aebda5a 100644 --- a/arch/mips/txx9/rbtx4927/Makefile +++ b/arch/mips/txx9/rbtx4927/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += prom.o setup.o irq.o | 2 | obj-y += prom.o setup.o irq.o |
diff --git a/arch/mips/txx9/rbtx4938/Makefile b/arch/mips/txx9/rbtx4938/Makefile index 60b24c8f7e63..08a02aebda5a 100644 --- a/arch/mips/txx9/rbtx4938/Makefile +++ b/arch/mips/txx9/rbtx4938/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += prom.o setup.o irq.o | 2 | obj-y += prom.o setup.o irq.o |
diff --git a/arch/mips/txx9/rbtx4939/Makefile b/arch/mips/txx9/rbtx4939/Makefile index 5c84625a3f1c..840496e7a76e 100644 --- a/arch/mips/txx9/rbtx4939/Makefile +++ b/arch/mips/txx9/rbtx4939/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += irq.o setup.o prom.o | 2 | obj-y += irq.o setup.o prom.o |
diff --git a/arch/mips/vr41xx/casio-e55/Makefile b/arch/mips/vr41xx/casio-e55/Makefile index d4c03cc8eb05..65d30d7c86a9 100644 --- a/arch/mips/vr41xx/casio-e55/Makefile +++ b/arch/mips/vr41xx/casio-e55/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the CASIO CASSIOPEIA E-55/65 specific parts of the kernel | 3 | # Makefile for the CASIO CASSIOPEIA E-55/65 specific parts of the kernel |
3 | # | 4 | # |
diff --git a/arch/mips/vr41xx/common/Makefile b/arch/mips/vr41xx/common/Makefile index d0d84ec8d63d..57d3eee29d5f 100644 --- a/arch/mips/vr41xx/common/Makefile +++ b/arch/mips/vr41xx/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for common code of the NEC VR4100 series. | 3 | # Makefile for common code of the NEC VR4100 series. |
3 | # | 4 | # |
diff --git a/arch/mips/vr41xx/ibm-workpad/Makefile b/arch/mips/vr41xx/ibm-workpad/Makefile index 5ffaff0f0f89..c7be704e7b81 100644 --- a/arch/mips/vr41xx/ibm-workpad/Makefile +++ b/arch/mips/vr41xx/ibm-workpad/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the IBM WorkPad z50 specific parts of the kernel | 3 | # Makefile for the IBM WorkPad z50 specific parts of the kernel |
3 | # | 4 | # |
diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig index 2245169c72af..3299e287a477 100644 --- a/arch/nds32/Kconfig +++ b/arch/nds32/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # For a description of the syntax of this configuration file, | 3 | # For a description of the syntax of this configuration file, |
3 | # see Documentation/kbuild/kconfig-language.txt. | 4 | # see Documentation/kbuild/kconfig-language.txt. |
diff --git a/arch/nds32/Kconfig.cpu b/arch/nds32/Kconfig.cpu index f16edf0582b4..f80a4ab63da2 100644 --- a/arch/nds32/Kconfig.cpu +++ b/arch/nds32/Kconfig.cpu | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | comment "Processor Features" | 2 | comment "Processor Features" |
2 | 3 | ||
3 | config CPU_BIG_ENDIAN | 4 | config CPU_BIG_ENDIAN |
diff --git a/arch/nds32/Kconfig.debug b/arch/nds32/Kconfig.debug index 22a162cd99e8..295942fe3fd5 100644 --- a/arch/nds32/Kconfig.debug +++ b/arch/nds32/Kconfig.debug | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # dummy file, do not delete | 2 | # dummy file, do not delete |
diff --git a/arch/nds32/Makefile b/arch/nds32/Makefile index ac3482882cf9..14dab5ad88ef 100644 --- a/arch/nds32/Makefile +++ b/arch/nds32/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | LDFLAGS_vmlinux := --no-undefined -X | 2 | LDFLAGS_vmlinux := --no-undefined -X |
2 | OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S | 3 | OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S |
3 | 4 | ||
diff --git a/arch/nds32/boot/Makefile b/arch/nds32/boot/Makefile index 3f9b86f68d8f..c4cc0c2689f7 100644 --- a/arch/nds32/boot/Makefile +++ b/arch/nds32/boot/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | targets := Image Image.gz | 2 | targets := Image Image.gz |
2 | 3 | ||
3 | $(obj)/Image: vmlinux FORCE | 4 | $(obj)/Image: vmlinux FORCE |
diff --git a/arch/nds32/boot/dts/Makefile b/arch/nds32/boot/dts/Makefile index d31faa8a1d50..fff8ade7a84f 100644 --- a/arch/nds32/boot/dts/Makefile +++ b/arch/nds32/boot/dts/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""' | 2 | ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""' |
2 | BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_NDS32_BUILTIN_DTB)).dtb.o | 3 | BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_NDS32_BUILTIN_DTB)).dtb.o |
3 | else | 4 | else |
diff --git a/arch/nds32/kernel/Makefile b/arch/nds32/kernel/Makefile index a1a1d61509e5..394df3f6442c 100644 --- a/arch/nds32/kernel/Makefile +++ b/arch/nds32/kernel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/arch/nds32/kernel/vdso/Makefile b/arch/nds32/kernel/vdso/Makefile index 8792fda19a64..7c3c1ccb196e 100644 --- a/arch/nds32/kernel/vdso/Makefile +++ b/arch/nds32/kernel/vdso/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Building a vDSO image for AArch64. | 3 | # Building a vDSO image for AArch64. |
3 | # | 4 | # |
diff --git a/arch/nds32/lib/Makefile b/arch/nds32/lib/Makefile index 0f9840103f03..dddbc15d6b37 100644 --- a/arch/nds32/lib/Makefile +++ b/arch/nds32/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | lib-y := copy_page.o memcpy.o memmove.o \ | 2 | lib-y := copy_page.o memcpy.o memmove.o \ |
2 | memset.o memzero.o \ | 3 | memset.o memzero.o \ |
3 | copy_from_user.o copy_to_user.o clear_user.o | 4 | copy_from_user.o copy_to_user.o clear_user.o |
diff --git a/arch/nds32/math-emu/Makefile b/arch/nds32/math-emu/Makefile index 947fe0c3d52f..14fa01f4574a 100644 --- a/arch/nds32/math-emu/Makefile +++ b/arch/nds32/math-emu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux/nds32 kernel FPU emulation. | 3 | # Makefile for the Linux/nds32 kernel FPU emulation. |
3 | # | 4 | # |
diff --git a/arch/nds32/mm/Makefile b/arch/nds32/mm/Makefile index 7c5c15ad854a..bd360e4583b5 100644 --- a/arch/nds32/mm/Makefile +++ b/arch/nds32/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := extable.o tlb.o \ | 2 | obj-y := extable.o tlb.o \ |
2 | fault.o init.o ioremap.o mmap.o \ | 3 | fault.o init.o ioremap.o mmap.o \ |
3 | mm-nds32.o cacheflush.o proc.o | 4 | mm-nds32.o cacheflush.o proc.o |
diff --git a/arch/nios2/lib/Makefile b/arch/nios2/lib/Makefile index 557256628ecd..9d5bf1df520c 100644 --- a/arch/nios2/lib/Makefile +++ b/arch/nios2/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Nios2-specific library files. | 3 | # Makefile for Nios2-specific library files. |
3 | # | 4 | # |
diff --git a/arch/nios2/platform/Kconfig.platform b/arch/nios2/platform/Kconfig.platform index c72074f8bdd9..9e32fb7f3d4c 100644 --- a/arch/nios2/platform/Kconfig.platform +++ b/arch/nios2/platform/Kconfig.platform | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Platform options" | 2 | menu "Platform options" |
2 | 3 | ||
3 | comment "Memory settings" | 4 | comment "Memory settings" |
diff --git a/arch/nios2/platform/Makefile b/arch/nios2/platform/Makefile index 46364f1d9352..fb5bdb44c119 100644 --- a/arch/nios2/platform/Makefile +++ b/arch/nios2/platform/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += platform.o | 2 | obj-y += platform.o |
diff --git a/arch/openrisc/Kconfig.debug b/arch/openrisc/Kconfig.debug index 22a162cd99e8..295942fe3fd5 100644 --- a/arch/openrisc/Kconfig.debug +++ b/arch/openrisc/Kconfig.debug | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # dummy file, do not delete | 2 | # dummy file, do not delete |
diff --git a/arch/openrisc/lib/Makefile b/arch/openrisc/lib/Makefile index 17d9d37f32d2..79775aaa6baa 100644 --- a/arch/openrisc/lib/Makefile +++ b/arch/openrisc/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for or32 specific library files.. | 3 | # Makefile for or32 specific library files.. |
3 | # | 4 | # |
diff --git a/arch/openrisc/mm/Makefile b/arch/openrisc/mm/Makefile index a31b2a42e966..8a0e580e2213 100644 --- a/arch/openrisc/mm/Makefile +++ b/arch/openrisc/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux openrisc-specific parts of the memory manager. | 3 | # Makefile for the linux openrisc-specific parts of the memory manager. |
3 | # | 4 | # |
diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile index 41cce0706f80..61f44142cfe1 100644 --- a/arch/parisc/boot/Makefile +++ b/arch/parisc/boot/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux parisc-specific parts of the boot image creator. | 3 | # Makefile for the linux parisc-specific parts of the boot image creator. |
3 | # | 4 | # |
diff --git a/arch/parisc/boot/compressed/Makefile b/arch/parisc/boot/compressed/Makefile index 777533cdea31..2da8624e5cf6 100644 --- a/arch/parisc/boot/compressed/Makefile +++ b/arch/parisc/boot/compressed/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # linux/arch/parisc/boot/compressed/Makefile | 3 | # linux/arch/parisc/boot/compressed/Makefile |
3 | # | 4 | # |
diff --git a/arch/parisc/lib/Makefile b/arch/parisc/lib/Makefile index f2dac4d73b1b..7b197667faf6 100644 --- a/arch/parisc/lib/Makefile +++ b/arch/parisc/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for parisc-specific library files | 3 | # Makefile for parisc-specific library files |
3 | # | 4 | # |
diff --git a/arch/parisc/mm/Makefile b/arch/parisc/mm/Makefile index 20e39b043a60..ffdb5c0a8cc6 100644 --- a/arch/parisc/mm/Makefile +++ b/arch/parisc/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for arch/parisc/mm | 3 | # Makefile for arch/parisc/mm |
3 | # | 4 | # |
diff --git a/arch/powerpc/platforms/40x/Makefile b/arch/powerpc/platforms/40x/Makefile index 88c22de0c850..828d78340dd9 100644 --- a/arch/powerpc/platforms/40x/Makefile +++ b/arch/powerpc/platforms/40x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_WALNUT) += walnut.o | 2 | obj-$(CONFIG_WALNUT) += walnut.o |
2 | obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o | 3 | obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o |
3 | obj-$(CONFIG_EP405) += ep405.o | 4 | obj-$(CONFIG_EP405) += ep405.o |
diff --git a/arch/powerpc/platforms/4xx/Makefile b/arch/powerpc/platforms/4xx/Makefile index 9779c32db34e..f5ae27ca131b 100644 --- a/arch/powerpc/platforms/4xx/Makefile +++ b/arch/powerpc/platforms/4xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += uic.o machine_check.o | 2 | obj-y += uic.o machine_check.o |
2 | obj-$(CONFIG_PPC4xx_OCM) += ocm.o | 3 | obj-$(CONFIG_PPC4xx_OCM) += ocm.o |
3 | obj-$(CONFIG_4xx_SOC) += soc.o | 4 | obj-$(CONFIG_4xx_SOC) += soc.o |
diff --git a/arch/powerpc/platforms/amigaone/Makefile b/arch/powerpc/platforms/amigaone/Makefile index e6885b3b2ee7..e95e4e3e2de3 100644 --- a/arch/powerpc/platforms/amigaone/Makefile +++ b/arch/powerpc/platforms/amigaone/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += setup.o | 2 | obj-y += setup.o |
diff --git a/arch/powerpc/platforms/chrp/Makefile b/arch/powerpc/platforms/chrp/Makefile index dc3465cc8bc6..05639db9a33f 100644 --- a/arch/powerpc/platforms/chrp/Makefile +++ b/arch/powerpc/platforms/chrp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += setup.o time.o pegasos_eth.o pci.o | 2 | obj-y += setup.o time.o pegasos_eth.o pci.o |
2 | obj-$(CONFIG_SMP) += smp.o | 3 | obj-$(CONFIG_SMP) += smp.o |
3 | obj-$(CONFIG_NVRAM:m=y) += nvram.o | 4 | obj-$(CONFIG_NVRAM:m=y) += nvram.o |
diff --git a/arch/powerpc/platforms/maple/Makefile b/arch/powerpc/platforms/maple/Makefile index 1be1a993c5f5..19f35ab828a7 100644 --- a/arch/powerpc/platforms/maple/Makefile +++ b/arch/powerpc/platforms/maple/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += setup.o pci.o time.o | 2 | obj-y += setup.o pci.o time.o |
diff --git a/arch/powerpc/platforms/pasemi/Makefile b/arch/powerpc/platforms/pasemi/Makefile index 60b4e0fd9808..d2ce954a5055 100644 --- a/arch/powerpc/platforms/pasemi/Makefile +++ b/arch/powerpc/platforms/pasemi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o | 2 | obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o |
2 | obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o | 3 | obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o |
3 | obj-$(CONFIG_PCI_MSI) += msi.o | 4 | obj-$(CONFIG_PCI_MSI) += msi.o |
diff --git a/arch/powerpc/sysdev/ge/Makefile b/arch/powerpc/sysdev/ge/Makefile index 8731ffcb79b9..a63fdb379083 100644 --- a/arch/powerpc/sysdev/ge/Makefile +++ b/arch/powerpc/sysdev/ge/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_GE_FPGA) += ge_pic.o | 2 | obj-$(CONFIG_GE_FPGA) += ge_pic.o |
diff --git a/arch/powerpc/sysdev/xive/Makefile b/arch/powerpc/sysdev/xive/Makefile index dea2abc23f4d..e5108883894a 100644 --- a/arch/powerpc/sysdev/xive/Makefile +++ b/arch/powerpc/sysdev/xive/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | obj-y += common.o | 3 | obj-y += common.o |
3 | obj-$(CONFIG_PPC_XIVE_NATIVE) += native.o | 4 | obj-$(CONFIG_PPC_XIVE_NATIVE) += native.o |
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index ee32c66e1af3..0c4b12205632 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # For a description of the syntax of this configuration file, | 3 | # For a description of the syntax of this configuration file, |
3 | # see Documentation/kbuild/kconfig-language.txt. | 4 | # see Documentation/kbuild/kconfig-language.txt. |
diff --git a/arch/riscv/kernel/Makefile b/arch/riscv/kernel/Makefile index 598568168d35..2420d37d96de 100644 --- a/arch/riscv/kernel/Makefile +++ b/arch/riscv/kernel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the RISC-V Linux kernel | 3 | # Makefile for the RISC-V Linux kernel |
3 | # | 4 | # |
diff --git a/arch/riscv/kernel/vdso/Makefile b/arch/riscv/kernel/vdso/Makefile index b07b765f312a..f1d6ffe43e42 100644 --- a/arch/riscv/kernel/vdso/Makefile +++ b/arch/riscv/kernel/vdso/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Copied from arch/tile/kernel/vdso/Makefile | 2 | # Copied from arch/tile/kernel/vdso/Makefile |
2 | 3 | ||
3 | # Symbols present in the vdso | 4 | # Symbols present in the vdso |
diff --git a/arch/riscv/lib/Makefile b/arch/riscv/lib/Makefile index 4e2e600f7d53..8e364ebf37de 100644 --- a/arch/riscv/lib/Makefile +++ b/arch/riscv/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | lib-y += delay.o | 2 | lib-y += delay.o |
2 | lib-y += memcpy.o | 3 | lib-y += memcpy.o |
3 | lib-y += memset.o | 4 | lib-y += memset.o |
diff --git a/arch/riscv/mm/Makefile b/arch/riscv/mm/Makefile index 8db569141485..fc51d3b7876e 100644 --- a/arch/riscv/mm/Makefile +++ b/arch/riscv/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | CFLAGS_init.o := -mcmodel=medany | 3 | CFLAGS_init.o := -mcmodel=medany |
3 | ifdef CONFIG_FTRACE | 4 | ifdef CONFIG_FTRACE |
diff --git a/arch/riscv/net/Makefile b/arch/riscv/net/Makefile index a132220cc582..ec5b14763316 100644 --- a/arch/riscv/net/Makefile +++ b/arch/riscv/net/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o | 2 | obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o |
diff --git a/arch/sh/boot/dts/Makefile b/arch/sh/boot/dts/Makefile index 2563d1e532e2..c17d65b82abe 100644 --- a/arch/sh/boot/dts/Makefile +++ b/arch/sh/boot/dts/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifneq ($(CONFIG_BUILTIN_DTB_SOURCE),"") | 2 | ifneq ($(CONFIG_BUILTIN_DTB_SOURCE),"") |
2 | obj-$(CONFIG_USE_BUILTIN_DTB) += $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_SOURCE)).dtb.o | 3 | obj-$(CONFIG_USE_BUILTIN_DTB) += $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_SOURCE)).dtb.o |
3 | endif | 4 | endif |
diff --git a/arch/sh/cchips/hd6446x/Makefile b/arch/sh/cchips/hd6446x/Makefile index 59c348337bb8..6673e0abef2e 100644 --- a/arch/sh/cchips/hd6446x/Makefile +++ b/arch/sh/cchips/hd6446x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HD64461) += hd64461.o | 2 | obj-$(CONFIG_HD64461) += hd64461.o |
2 | 3 | ||
3 | ccflags-y := -Werror | 4 | ccflags-y := -Werror |
diff --git a/arch/sh/math-emu/Makefile b/arch/sh/math-emu/Makefile index 638b342c781a..ba06e42c4a58 100644 --- a/arch/sh/math-emu/Makefile +++ b/arch/sh/math-emu/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := math.o | 2 | obj-y := math.o |
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 7c93f3121ee6..26ab6f5bbaaf 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config 64BIT | 2 | config 64BIT |
2 | bool "64-bit kernel" if "$(ARCH)" = "sparc" | 3 | bool "64-bit kernel" if "$(ARCH)" = "sparc" |
3 | default "$(ARCH)" = "sparc64" | 4 | default "$(ARCH)" = "sparc64" |
diff --git a/arch/sparc/math-emu/Makefile b/arch/sparc/math-emu/Makefile index 825dbee94d84..aea80597929b 100644 --- a/arch/sparc/math-emu/Makefile +++ b/arch/sparc/math-emu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the FPU instruction emulation. | 3 | # Makefile for the FPU instruction emulation. |
3 | # | 4 | # |
diff --git a/arch/sparc/net/Makefile b/arch/sparc/net/Makefile index d32aac3a25b8..806267de3bdf 100644 --- a/arch/sparc/net/Makefile +++ b/arch/sparc/net/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Arch-specific network modules | 3 | # Arch-specific network modules |
3 | # | 4 | # |
diff --git a/arch/sparc/oprofile/Makefile b/arch/sparc/oprofile/Makefile index e9feca1ca28b..fe906e403d3a 100644 --- a/arch/sparc/oprofile/Makefile +++ b/arch/sparc/oprofile/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_OPROFILE) += oprofile.o | 2 | obj-$(CONFIG_OPROFILE) += oprofile.o |
2 | 3 | ||
3 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ | 4 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ |
diff --git a/arch/sparc/power/Makefile b/arch/sparc/power/Makefile index 3201ace0ddbd..d8f75e7cb05f 100644 --- a/arch/sparc/power/Makefile +++ b/arch/sparc/power/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for Sparc-specific hibernate files. | 2 | # Makefile for Sparc-specific hibernate files. |
2 | 3 | ||
3 | obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o | 4 | obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o |
diff --git a/arch/sparc/vdso/Makefile b/arch/sparc/vdso/Makefile index 83c4b463cb3d..5a9e4e1f9f81 100644 --- a/arch/sparc/vdso/Makefile +++ b/arch/sparc/vdso/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Building vDSO images for sparc. | 3 | # Building vDSO images for sparc. |
3 | # | 4 | # |
diff --git a/arch/x86/entry/vsyscall/Makefile b/arch/x86/entry/vsyscall/Makefile index a9f4856f622a..1ac4dd116c26 100644 --- a/arch/x86/entry/vsyscall/Makefile +++ b/arch/x86/entry/vsyscall/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the x86 low level vsyscall code | 3 | # Makefile for the x86 low level vsyscall code |
3 | # | 4 | # |
diff --git a/arch/x86/events/Makefile b/arch/x86/events/Makefile index b8ccdb5c9244..9cbfd34042d5 100644 --- a/arch/x86/events/Makefile +++ b/arch/x86/events/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += core.o | 2 | obj-y += core.o |
2 | obj-y += amd/ | 3 | obj-y += amd/ |
3 | obj-$(CONFIG_X86_LOCAL_APIC) += msr.o | 4 | obj-$(CONFIG_X86_LOCAL_APIC) += msr.o |
diff --git a/arch/x86/hyperv/Makefile b/arch/x86/hyperv/Makefile index 1c11f9420a82..89b1f74d3225 100644 --- a/arch/x86/hyperv/Makefile +++ b/arch/x86/hyperv/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := hv_init.o mmu.o nested.o | 2 | obj-y := hv_init.o mmu.o nested.o |
2 | obj-$(CONFIG_X86_64) += hv_apic.o | 3 | obj-$(CONFIG_X86_64) += hv_apic.o |
3 | 4 | ||
diff --git a/arch/x86/ia32/Makefile b/arch/x86/ia32/Makefile index cd4339bae066..d13b352b2aa7 100644 --- a/arch/x86/ia32/Makefile +++ b/arch/x86/ia32/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the ia32 kernel emulation subsystem. | 3 | # Makefile for the ia32 kernel emulation subsystem. |
3 | # | 4 | # |
diff --git a/arch/x86/kernel/cpu/microcode/Makefile b/arch/x86/kernel/cpu/microcode/Makefile index ba12e8aa4a45..34098d48c48f 100644 --- a/arch/x86/kernel/cpu/microcode/Makefile +++ b/arch/x86/kernel/cpu/microcode/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | microcode-y := core.o | 2 | microcode-y := core.o |
2 | obj-$(CONFIG_MICROCODE) += microcode.o | 3 | obj-$(CONFIG_MICROCODE) += microcode.o |
3 | microcode-$(CONFIG_MICROCODE_INTEL) += intel.o | 4 | microcode-$(CONFIG_MICROCODE_INTEL) += intel.o |
diff --git a/arch/x86/kernel/cpu/mtrr/Makefile b/arch/x86/kernel/cpu/mtrr/Makefile index 2ad9107ee980..cc4f9f1cb94c 100644 --- a/arch/x86/kernel/cpu/mtrr/Makefile +++ b/arch/x86/kernel/cpu/mtrr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := mtrr.o if.o generic.o cleanup.o | 2 | obj-y := mtrr.o if.o generic.o cleanup.o |
2 | obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o | 3 | obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o |
3 | 4 | ||
diff --git a/arch/x86/kernel/fpu/Makefile b/arch/x86/kernel/fpu/Makefile index 68279efb811a..78c5621457d4 100644 --- a/arch/x86/kernel/fpu/Makefile +++ b/arch/x86/kernel/fpu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Build rules for the FPU support code: | 3 | # Build rules for the FPU support code: |
3 | # | 4 | # |
diff --git a/arch/x86/kernel/kprobes/Makefile b/arch/x86/kernel/kprobes/Makefile index 0d33169cc1a2..8a753432b2d4 100644 --- a/arch/x86/kernel/kprobes/Makefile +++ b/arch/x86/kernel/kprobes/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for kernel probes | 3 | # Makefile for kernel probes |
3 | # | 4 | # |
diff --git a/arch/x86/net/Makefile b/arch/x86/net/Makefile index 59e123da580c..383c87300b0d 100644 --- a/arch/x86/net/Makefile +++ b/arch/x86/net/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Arch-specific network modules | 3 | # Arch-specific network modules |
3 | # | 4 | # |
diff --git a/arch/x86/platform/atom/Makefile b/arch/x86/platform/atom/Makefile index 57be88fa34bb..e06bbecd6358 100644 --- a/arch/x86/platform/atom/Makefile +++ b/arch/x86/platform/atom/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PUNIT_ATOM_DEBUG) += punit_atom_debug.o | 2 | obj-$(CONFIG_PUNIT_ATOM_DEBUG) += punit_atom_debug.o |
diff --git a/arch/x86/platform/ce4100/Makefile b/arch/x86/platform/ce4100/Makefile index 91fc92971d94..7b7f37dc80b1 100644 --- a/arch/x86/platform/ce4100/Makefile +++ b/arch/x86/platform/ce4100/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_X86_INTEL_CE) += ce4100.o | 2 | obj-$(CONFIG_X86_INTEL_CE) += ce4100.o |
diff --git a/arch/x86/platform/geode/Makefile b/arch/x86/platform/geode/Makefile index 5b51194f4c8d..a8a6b1dedb01 100644 --- a/arch/x86/platform/geode/Makefile +++ b/arch/x86/platform/geode/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ALIX) += alix.o | 2 | obj-$(CONFIG_ALIX) += alix.o |
2 | obj-$(CONFIG_NET5501) += net5501.o | 3 | obj-$(CONFIG_NET5501) += net5501.o |
3 | obj-$(CONFIG_GEOS) += geos.o | 4 | obj-$(CONFIG_GEOS) += geos.o |
diff --git a/arch/x86/platform/goldfish/Makefile b/arch/x86/platform/goldfish/Makefile index f030b532fdf3..072c395379ac 100644 --- a/arch/x86/platform/goldfish/Makefile +++ b/arch/x86/platform/goldfish/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_GOLDFISH) += goldfish.o | 2 | obj-$(CONFIG_GOLDFISH) += goldfish.o |
diff --git a/arch/x86/platform/intel-mid/Makefile b/arch/x86/platform/intel-mid/Makefile index 5cf886c867c2..cc2549f0ccb1 100644 --- a/arch/x86/platform/intel-mid/Makefile +++ b/arch/x86/platform/intel-mid/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o intel_mid_vrtc.o pwr.o | 2 | obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o intel_mid_vrtc.o pwr.o |
2 | 3 | ||
3 | # SFI specific code | 4 | # SFI specific code |
diff --git a/arch/x86/platform/intel-quark/Makefile b/arch/x86/platform/intel-quark/Makefile index 9cc57ed36022..ed77cb9529ce 100644 --- a/arch/x86/platform/intel-quark/Makefile +++ b/arch/x86/platform/intel-quark/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INTEL_IMR) += imr.o | 2 | obj-$(CONFIG_INTEL_IMR) += imr.o |
2 | obj-$(CONFIG_DEBUG_IMR_SELFTEST) += imr_selftest.o | 3 | obj-$(CONFIG_DEBUG_IMR_SELFTEST) += imr_selftest.o |
diff --git a/arch/x86/platform/intel/Makefile b/arch/x86/platform/intel/Makefile index b878032fbc82..dbee3b00f9d0 100644 --- a/arch/x86/platform/intel/Makefile +++ b/arch/x86/platform/intel/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_IOSF_MBI) += iosf_mbi.o | 2 | obj-$(CONFIG_IOSF_MBI) += iosf_mbi.o |
diff --git a/arch/x86/platform/iris/Makefile b/arch/x86/platform/iris/Makefile index db921983a102..354352748428 100644 --- a/arch/x86/platform/iris/Makefile +++ b/arch/x86/platform/iris/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_X86_32_IRIS) += iris.o | 2 | obj-$(CONFIG_X86_32_IRIS) += iris.o |
diff --git a/arch/x86/platform/scx200/Makefile b/arch/x86/platform/scx200/Makefile index 762b4c7f4314..981b3e4302e6 100644 --- a/arch/x86/platform/scx200/Makefile +++ b/arch/x86/platform/scx200/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SCx200) += scx200.o | 2 | obj-$(CONFIG_SCx200) += scx200.o |
2 | scx200-y += scx200_32.o | 3 | scx200-y += scx200_32.o |
diff --git a/arch/x86/platform/sfi/Makefile b/arch/x86/platform/sfi/Makefile index cc5db1168a5e..4eba24c2af67 100644 --- a/arch/x86/platform/sfi/Makefile +++ b/arch/x86/platform/sfi/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SFI) += sfi.o | 2 | obj-$(CONFIG_SFI) += sfi.o |
diff --git a/arch/x86/platform/ts5500/Makefile b/arch/x86/platform/ts5500/Makefile index c54e348c96a7..910fe9e3ffb4 100644 --- a/arch/x86/platform/ts5500/Makefile +++ b/arch/x86/platform/ts5500/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_TS5500) += ts5500.o | 2 | obj-$(CONFIG_TS5500) += ts5500.o |
diff --git a/arch/x86/platform/uv/Makefile b/arch/x86/platform/uv/Makefile index 52079bebd014..a3693c829e2e 100644 --- a/arch/x86/platform/uv/Makefile +++ b/arch/x86/platform/uv/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o uv_nmi.o | 2 | obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o uv_nmi.o |
diff --git a/arch/x86/video/Makefile b/arch/x86/video/Makefile index 2c447c94adcc..11640c116115 100644 --- a/arch/x86/video/Makefile +++ b/arch/x86/video/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_FB) += fbdev.o | 2 | obj-$(CONFIG_FB) += fbdev.o |
diff --git a/arch/xtensa/lib/Makefile b/arch/xtensa/lib/Makefile index 6c4fdd86acd8..9437ca51f18a 100644 --- a/arch/xtensa/lib/Makefile +++ b/arch/xtensa/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Xtensa-specific library files. | 3 | # Makefile for Xtensa-specific library files. |
3 | # | 4 | # |
diff --git a/arch/xtensa/mm/Makefile b/arch/xtensa/mm/Makefile index 734888a00dc8..f7fb08ae768f 100644 --- a/arch/xtensa/mm/Makefile +++ b/arch/xtensa/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux/Xtensa-specific parts of the memory manager. | 3 | # Makefile for the Linux/Xtensa-specific parts of the memory manager. |
3 | # | 4 | # |
diff --git a/arch/xtensa/platforms/iss/Makefile b/arch/xtensa/platforms/iss/Makefile index b3e89291cfba..f3dd5e72a3ce 100644 --- a/arch/xtensa/platforms/iss/Makefile +++ b/arch/xtensa/platforms/iss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $ | 2 | # $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $ |
2 | # | 3 | # |
3 | # Makefile for the Xtensa Instruction Set Simulator (ISS) | 4 | # Makefile for the Xtensa Instruction Set Simulator (ISS) |
diff --git a/arch/xtensa/platforms/xt2000/Makefile b/arch/xtensa/platforms/xt2000/Makefile index 54d018e45bfc..53eaeba5edd5 100644 --- a/arch/xtensa/platforms/xt2000/Makefile +++ b/arch/xtensa/platforms/xt2000/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Tensilica XT2000 Emulation Board | 3 | # Makefile for the Tensilica XT2000 Emulation Board |
3 | # | 4 | # |
diff --git a/arch/xtensa/platforms/xtfpga/Makefile b/arch/xtensa/platforms/xtfpga/Makefile index 7839d38b2337..0600371b2601 100644 --- a/arch/xtensa/platforms/xtfpga/Makefile +++ b/arch/xtensa/platforms/xtfpga/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the Tensilica xtavnet Emulation Board | 2 | # Makefile for the Tensilica xtavnet Emulation Board |
2 | # | 3 | # |
3 | # Note! Dependencies are done automagically by 'make dep', which also | 4 | # Note! Dependencies are done automagically by 'make dep', which also |
diff --git a/drivers/accessibility/Makefile b/drivers/accessibility/Makefile index 72b01a46546f..e8c182f82c44 100644 --- a/drivers/accessibility/Makefile +++ b/drivers/accessibility/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += braille/ | 2 | obj-y += braille/ |
diff --git a/drivers/accessibility/braille/Makefile b/drivers/accessibility/braille/Makefile index 2e9f16c91347..fa4b873388c6 100644 --- a/drivers/accessibility/braille/Makefile +++ b/drivers/accessibility/braille/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille_console.o | 2 | obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille_console.o |
diff --git a/drivers/acpi/arm64/Kconfig b/drivers/acpi/arm64/Kconfig index 5a6f80fce0d6..6dba187f4f2e 100644 --- a/drivers/acpi/arm64/Kconfig +++ b/drivers/acpi/arm64/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ACPI Configuration for ARM64 | 3 | # ACPI Configuration for ARM64 |
3 | # | 4 | # |
diff --git a/drivers/acpi/arm64/Makefile b/drivers/acpi/arm64/Makefile index 1017def2ea12..6ff50f4ed947 100644 --- a/drivers/acpi/arm64/Makefile +++ b/drivers/acpi/arm64/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ACPI_IORT) += iort.o | 2 | obj-$(CONFIG_ACPI_IORT) += iort.o |
2 | obj-$(CONFIG_ACPI_GTDT) += gtdt.o | 3 | obj-$(CONFIG_ACPI_GTDT) += gtdt.o |
diff --git a/drivers/acpi/dptf/Makefile b/drivers/acpi/dptf/Makefile index e6032e47e83f..1a9b0a2b25bf 100644 --- a/drivers/acpi/dptf/Makefile +++ b/drivers/acpi/dptf/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ACPI) += int340x_thermal.o | 2 | obj-$(CONFIG_ACPI) += int340x_thermal.o |
2 | obj-$(CONFIG_DPTF_POWER) += dptf_power.o | 3 | obj-$(CONFIG_DPTF_POWER) += dptf_power.o |
diff --git a/drivers/acpi/hmat/Makefile b/drivers/acpi/hmat/Makefile index e909051d3d00..1c20ef36a385 100644 --- a/drivers/acpi/hmat/Makefile +++ b/drivers/acpi/hmat/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ACPI_HMAT) := hmat.o | 2 | obj-$(CONFIG_ACPI_HMAT) := hmat.o |
diff --git a/drivers/acpi/nfit/Makefile b/drivers/acpi/nfit/Makefile index 751081c47886..07f53c4e85fe 100644 --- a/drivers/acpi/nfit/Makefile +++ b/drivers/acpi/nfit/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ACPI_NFIT) := nfit.o | 2 | obj-$(CONFIG_ACPI_NFIT) := nfit.o |
2 | nfit-y := core.o | 3 | nfit-y := core.o |
3 | nfit-y += intel.o | 4 | nfit-y += intel.o |
diff --git a/drivers/amba/Makefile b/drivers/amba/Makefile index 66e81c2f1e3c..cc6b1c925d0f 100644 --- a/drivers/amba/Makefile +++ b/drivers/amba/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ARM_AMBA) += bus.o | 2 | obj-$(CONFIG_ARM_AMBA) += bus.o |
2 | obj-$(CONFIG_TEGRA_AHB) += tegra-ahb.o | 3 | obj-$(CONFIG_TEGRA_AHB) += tegra-ahb.o |
diff --git a/drivers/android/Makefile b/drivers/android/Makefile index c7856e3200da..c9d3d0c99c25 100644 --- a/drivers/android/Makefile +++ b/drivers/android/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y += -I$(src) # needed for trace events | 2 | ccflags-y += -I$(src) # needed for trace events |
2 | 3 | ||
3 | obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o | 4 | obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o |
diff --git a/drivers/block/aoe/Makefile b/drivers/block/aoe/Makefile index 06ea82cdf27d..b7545ce2f1b0 100644 --- a/drivers/block/aoe/Makefile +++ b/drivers/block/aoe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ATA over Ethernet | 3 | # Makefile for ATA over Ethernet |
3 | # | 4 | # |
diff --git a/drivers/block/mtip32xx/Makefile b/drivers/block/mtip32xx/Makefile index 4fbef8c8329b..bff32b5d3c19 100644 --- a/drivers/block/mtip32xx/Makefile +++ b/drivers/block/mtip32xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Block device driver for Micron PCIe SSD | 3 | # Makefile for Block device driver for Micron PCIe SSD |
3 | # | 4 | # |
diff --git a/drivers/block/rsxx/Makefile b/drivers/block/rsxx/Makefile index b1c53c0aa450..7ef158099d33 100644 --- a/drivers/block/rsxx/Makefile +++ b/drivers/block/rsxx/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BLK_DEV_RSXX) += rsxx.o | 2 | obj-$(CONFIG_BLK_DEV_RSXX) += rsxx.o |
2 | rsxx-objs := config.o core.o cregs.o dev.o dma.o | 3 | rsxx-objs := config.o core.o cregs.o dev.o dma.o |
diff --git a/drivers/block/xen-blkback/Makefile b/drivers/block/xen-blkback/Makefile index e491c1b76878..b0ea5ab5b9a1 100644 --- a/drivers/block/xen-blkback/Makefile +++ b/drivers/block/xen-blkback/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_XEN_BLKDEV_BACKEND) := xen-blkback.o | 2 | obj-$(CONFIG_XEN_BLKDEV_BACKEND) := xen-blkback.o |
2 | 3 | ||
3 | xen-blkback-y := blkback.o xenbus.o | 4 | xen-blkback-y := blkback.o xenbus.o |
diff --git a/drivers/block/zram/Makefile b/drivers/block/zram/Makefile index 9e2b79e9a990..de9e457907b1 100644 --- a/drivers/block/zram/Makefile +++ b/drivers/block/zram/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | zram-y := zcomp.o zram_drv.o | 2 | zram-y := zcomp.o zram_drv.o |
2 | 3 | ||
3 | obj-$(CONFIG_ZRAM) += zram.o | 4 | obj-$(CONFIG_ZRAM) += zram.o |
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index 25a7d8ffdb5d..59f25286befe 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Hardware Random Number Generator (RNG) configuration | 3 | # Hardware Random Number Generator (RNG) configuration |
3 | # | 4 | # |
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 94719fc6ff9d..caac5d24baa4 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IPMI device configuration | 3 | # IPMI device configuration |
3 | # | 4 | # |
diff --git a/drivers/char/mwave/Makefile b/drivers/char/mwave/Makefile index efa6a82e543d..a24fe96e3c96 100644 --- a/drivers/char/mwave/Makefile +++ b/drivers/char/mwave/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ACP Modem (Mwave). | 3 | # Makefile for ACP Modem (Mwave). |
3 | # | 4 | # |
diff --git a/drivers/char/pcmcia/Kconfig b/drivers/char/pcmcia/Kconfig index 1d1e7da8ad27..f5d589b2be44 100644 --- a/drivers/char/pcmcia/Kconfig +++ b/drivers/char/pcmcia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PCMCIA character device configuration | 3 | # PCMCIA character device configuration |
3 | # | 4 | # |
diff --git a/drivers/char/pcmcia/Makefile b/drivers/char/pcmcia/Makefile index 5b836bc21406..024eed1c4ca5 100644 --- a/drivers/char/pcmcia/Makefile +++ b/drivers/char/pcmcia/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # drivers/char/pcmcia/Makefile | 3 | # drivers/char/pcmcia/Makefile |
3 | # | 4 | # |
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index f3e4bc490cf0..88a3c06fc153 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # TPM device configuration | 3 | # TPM device configuration |
3 | # | 4 | # |
diff --git a/drivers/char/tpm/st33zp24/Kconfig b/drivers/char/tpm/st33zp24/Kconfig index e74c6f29fc85..e582145076dc 100644 --- a/drivers/char/tpm/st33zp24/Kconfig +++ b/drivers/char/tpm/st33zp24/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config TCG_TIS_ST33ZP24 | 2 | config TCG_TIS_ST33ZP24 |
2 | tristate | 3 | tristate |
3 | ---help--- | 4 | ---help--- |
diff --git a/drivers/char/xilinx_hwicap/Makefile b/drivers/char/xilinx_hwicap/Makefile index 5491cbc42f43..cc4513889a42 100644 --- a/drivers/char/xilinx_hwicap/Makefile +++ b/drivers/char/xilinx_hwicap/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Xilinx OPB hwicap driver | 3 | # Makefile for the Xilinx OPB hwicap driver |
3 | # | 4 | # |
diff --git a/drivers/char/xillybus/Kconfig b/drivers/char/xillybus/Kconfig index a1f16df08d32..130dbdce858f 100644 --- a/drivers/char/xillybus/Kconfig +++ b/drivers/char/xillybus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Xillybus devices | 3 | # Xillybus devices |
3 | # | 4 | # |
diff --git a/drivers/char/xillybus/Makefile b/drivers/char/xillybus/Makefile index b68b7ebfd381..099e9a3585fc 100644 --- a/drivers/char/xillybus/Makefile +++ b/drivers/char/xillybus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Xillybus driver | 3 | # Makefile for Xillybus driver |
3 | # | 4 | # |
diff --git a/drivers/clk/actions/Kconfig b/drivers/clk/actions/Kconfig index 5b45ca35757e..068639199bca 100644 --- a/drivers/clk/actions/Kconfig +++ b/drivers/clk/actions/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CLK_ACTIONS | 2 | config CLK_ACTIONS |
2 | bool "Clock driver for Actions Semi SoCs" | 3 | bool "Clock driver for Actions Semi SoCs" |
3 | depends on ARCH_ACTIONS || COMPILE_TEST | 4 | depends on ARCH_ACTIONS || COMPILE_TEST |
diff --git a/drivers/clk/actions/Makefile b/drivers/clk/actions/Makefile index a2588e55c790..db1c4584d30f 100644 --- a/drivers/clk/actions/Makefile +++ b/drivers/clk/actions/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CLK_ACTIONS) += clk-owl.o | 2 | obj-$(CONFIG_CLK_ACTIONS) += clk-owl.o |
2 | 3 | ||
3 | clk-owl-y += owl-common.o | 4 | clk-owl-y += owl-common.o |
diff --git a/drivers/clk/analogbits/Kconfig b/drivers/clk/analogbits/Kconfig index b5fd60c7f136..1e291b185438 100644 --- a/drivers/clk/analogbits/Kconfig +++ b/drivers/clk/analogbits/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CLK_ANALOGBITS_WRPLL_CLN28HPC | 2 | config CLK_ANALOGBITS_WRPLL_CLN28HPC |
2 | bool | 3 | bool |
diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile index 628c9d3b9a02..a6a9bbe7f18c 100644 --- a/drivers/clk/axis/Makefile +++ b/drivers/clk/axis/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o | 2 | obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o |
diff --git a/drivers/clk/axs10x/Makefile b/drivers/clk/axs10x/Makefile index d747deafbf1e..5e81109af3eb 100644 --- a/drivers/clk/axs10x/Makefile +++ b/drivers/clk/axs10x/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += i2s_pll_clock.o | 2 | obj-y += i2s_pll_clock.o |
2 | obj-y += pll_clock.o | 3 | obj-y += pll_clock.o |
diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig index 4c4bd85f707c..29ee7b776cd4 100644 --- a/drivers/clk/bcm/Kconfig +++ b/drivers/clk/bcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CLK_BCM_63XX | 2 | config CLK_BCM_63XX |
2 | bool "Broadcom BCM63xx clock support" | 3 | bool "Broadcom BCM63xx clock support" |
3 | depends on ARCH_BCM_63XX || COMPILE_TEST | 4 | depends on ARCH_BCM_63XX || COMPILE_TEST |
diff --git a/drivers/clk/berlin/Makefile b/drivers/clk/berlin/Makefile index 2a36ab710a07..3733733a4806 100644 --- a/drivers/clk/berlin/Makefile +++ b/drivers/clk/berlin/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += berlin2-avpll.o berlin2-pll.o berlin2-div.o | 2 | obj-y += berlin2-avpll.o berlin2-pll.o berlin2-div.o |
2 | obj-$(CONFIG_MACH_BERLIN_BG2) += bg2.o | 3 | obj-$(CONFIG_MACH_BERLIN_BG2) += bg2.o |
3 | obj-$(CONFIG_MACH_BERLIN_BG2CD) += bg2.o | 4 | obj-$(CONFIG_MACH_BERLIN_BG2CD) += bg2.o |
diff --git a/drivers/clk/h8300/Makefile b/drivers/clk/h8300/Makefile index b86427c31fca..8078a0b79000 100644 --- a/drivers/clk/h8300/Makefile +++ b/drivers/clk/h8300/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += clk-div.o | 2 | obj-y += clk-div.o |
2 | obj-$(CONFIG_H8S2678) += clk-h8s2678.o | 3 | obj-$(CONFIG_H8S2678) += clk-h8s2678.o |
diff --git a/drivers/clk/hisilicon/Kconfig b/drivers/clk/hisilicon/Kconfig index 30fad7ab0d88..6a9e93a0bb95 100644 --- a/drivers/clk/hisilicon/Kconfig +++ b/drivers/clk/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config COMMON_CLK_HI3516CV300 | 2 | config COMMON_CLK_HI3516CV300 |
2 | tristate "HI3516CV300 Clock Driver" | 3 | tristate "HI3516CV300 Clock Driver" |
3 | depends on ARCH_HISI || COMPILE_TEST | 4 | depends on ARCH_HISI || COMPILE_TEST |
diff --git a/drivers/clk/imgtec/Kconfig b/drivers/clk/imgtec/Kconfig index f6dcb748e9c4..30f5265cca8d 100644 --- a/drivers/clk/imgtec/Kconfig +++ b/drivers/clk/imgtec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config COMMON_CLK_BOSTON | 2 | config COMMON_CLK_BOSTON |
2 | bool "Clock driver for MIPS Boston boards" | 3 | bool "Clock driver for MIPS Boston boards" |
3 | depends on MIPS || COMPILE_TEST | 4 | depends on MIPS || COMPILE_TEST |
diff --git a/drivers/clk/imgtec/Makefile b/drivers/clk/imgtec/Makefile index ac779b8c22f2..d2e81426c5eb 100644 --- a/drivers/clk/imgtec/Makefile +++ b/drivers/clk/imgtec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_COMMON_CLK_BOSTON) += clk-boston.o | 2 | obj-$(CONFIG_COMMON_CLK_BOSTON) += clk-boston.o |
diff --git a/drivers/clk/ingenic/Kconfig b/drivers/clk/ingenic/Kconfig index 34dc0da79c39..fe8db93cf21a 100644 --- a/drivers/clk/ingenic/Kconfig +++ b/drivers/clk/ingenic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Ingenic JZ47xx CGU drivers" | 2 | menu "Ingenic JZ47xx CGU drivers" |
2 | depends on MIPS | 3 | depends on MIPS |
3 | 4 | ||
diff --git a/drivers/clk/ingenic/Makefile b/drivers/clk/ingenic/Makefile index 00a79b2fba10..ab58a6a862a5 100644 --- a/drivers/clk/ingenic/Makefile +++ b/drivers/clk/ingenic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INGENIC_CGU_COMMON) += cgu.o | 2 | obj-$(CONFIG_INGENIC_CGU_COMMON) += cgu.o |
2 | obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o | 3 | obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o |
3 | obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o | 4 | obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o |
diff --git a/drivers/clk/keystone/Kconfig b/drivers/clk/keystone/Kconfig index b04927d06cd1..0ca63014718a 100644 --- a/drivers/clk/keystone/Kconfig +++ b/drivers/clk/keystone/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config COMMON_CLK_KEYSTONE | 2 | config COMMON_CLK_KEYSTONE |
2 | tristate "Clock drivers for Keystone based SOCs" | 3 | tristate "Clock drivers for Keystone based SOCs" |
3 | depends on (ARCH_KEYSTONE || COMPILE_TEST) && OF | 4 | depends on (ARCH_KEYSTONE || COMPILE_TEST) && OF |
diff --git a/drivers/clk/keystone/Makefile b/drivers/clk/keystone/Makefile index c12593966f9b..d044de6f965c 100644 --- a/drivers/clk/keystone/Makefile +++ b/drivers/clk/keystone/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_COMMON_CLK_KEYSTONE) += pll.o gate.o | 2 | obj-$(CONFIG_COMMON_CLK_KEYSTONE) += pll.o gate.o |
2 | obj-$(CONFIG_TI_SCI_CLK) += sci-clk.o | 3 | obj-$(CONFIG_TI_SCI_CLK) += sci-clk.o |
diff --git a/drivers/clk/loongson1/Makefile b/drivers/clk/loongson1/Makefile index b7f6a16390e0..251d0fe9dcd1 100644 --- a/drivers/clk/loongson1/Makefile +++ b/drivers/clk/loongson1/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += clk.o | 2 | obj-y += clk.o |
2 | obj-$(CONFIG_LOONGSON1_LS1B) += clk-loongson1b.o | 3 | obj-$(CONFIG_LOONGSON1_LS1B) += clk-loongson1b.o |
3 | obj-$(CONFIG_LOONGSON1_LS1C) += clk-loongson1c.o | 4 | obj-$(CONFIG_LOONGSON1_LS1C) += clk-loongson1c.o |
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig index 4d8a9aef95f6..f797f09c6425 100644 --- a/drivers/clk/mediatek/Kconfig +++ b/drivers/clk/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MediaTek Clock Drivers | 3 | # MediaTek Clock Drivers |
3 | # | 4 | # |
diff --git a/drivers/clk/meson/Kconfig b/drivers/clk/meson/Kconfig index 3858747f5438..a6b20e123e0c 100644 --- a/drivers/clk/meson/Kconfig +++ b/drivers/clk/meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config COMMON_CLK_MESON_INPUT | 2 | config COMMON_CLK_MESON_INPUT |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile index 021fc290e749..bc35a4efd6b7 100644 --- a/drivers/clk/meson/Makefile +++ b/drivers/clk/meson/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Amlogic clock drivers | 2 | # Amlogic clock drivers |
2 | 3 | ||
3 | obj-$(CONFIG_COMMON_CLK_MESON_AO_CLKC) += meson-aoclk.o | 4 | obj-$(CONFIG_COMMON_CLK_MESON_AO_CLKC) += meson-aoclk.o |
diff --git a/drivers/clk/microchip/Makefile b/drivers/clk/microchip/Makefile index 2152f418106a..f34b247e870f 100644 --- a/drivers/clk/microchip/Makefile +++ b/drivers/clk/microchip/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o | 2 | obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o |
2 | obj-$(CONFIG_PIC32MZDA) += clk-pic32mzda.o | 3 | obj-$(CONFIG_PIC32MZDA) += clk-pic32mzda.o |
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index fddc8ac5faff..b09f6ded0a30 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MVEBU_CLK_COMMON | 2 | config MVEBU_CLK_COMMON |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile index a6a22237e860..15a112fde1a5 100644 --- a/drivers/clk/mxs/Makefile +++ b/drivers/clk/mxs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for mxs specific clk | 3 | # Makefile for mxs specific clk |
3 | # | 4 | # |
diff --git a/drivers/clk/nxp/Makefile b/drivers/clk/nxp/Makefile index d456ee6cc3d3..2cf6317d2853 100644 --- a/drivers/clk/nxp/Makefile +++ b/drivers/clk/nxp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o | 2 | obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o |
2 | obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o | 3 | obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o |
3 | obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-creg.o | 4 | obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-creg.o |
diff --git a/drivers/clk/pistachio/Makefile b/drivers/clk/pistachio/Makefile index f1e151fbef65..70355673dd33 100644 --- a/drivers/clk/pistachio/Makefile +++ b/drivers/clk/pistachio/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += clk.o | 2 | obj-y += clk.o |
2 | obj-y += clk-pll.o | 3 | obj-y += clk-pll.o |
3 | obj-y += clk-pistachio.o | 4 | obj-y += clk-pistachio.o |
diff --git a/drivers/clk/pxa/Makefile b/drivers/clk/pxa/Makefile index 38e37bf6b821..da663c215db8 100644 --- a/drivers/clk/pxa/Makefile +++ b/drivers/clk/pxa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += clk-pxa.o | 2 | obj-y += clk-pxa.o |
2 | obj-$(CONFIG_PXA25x) += clk-pxa25x.o | 3 | obj-$(CONFIG_PXA25x) += clk-pxa25x.o |
3 | obj-$(CONFIG_PXA27x) += clk-pxa27x.o | 4 | obj-$(CONFIG_PXA27x) += clk-pxa27x.o |
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 18bdf34d5e64..e1ff83cc361e 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config KRAIT_CLOCKS | 2 | config KRAIT_CLOCKS |
2 | bool | 3 | bool |
3 | select KRAIT_L2_ACCESSORS | 4 | select KRAIT_L2_ACCESSORS |
diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig index addc65270e43..57d4b3f20417 100644 --- a/drivers/clk/samsung/Kconfig +++ b/drivers/clk/samsung/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: | 2 | # Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: |
2 | config COMMON_CLK_SAMSUNG | 3 | config COMMON_CLK_SAMSUNG |
3 | bool "Samsung Exynos clock controller support" if COMPILE_TEST | 4 | bool "Samsung Exynos clock controller support" if COMPILE_TEST |
diff --git a/drivers/clk/sifive/Makefile b/drivers/clk/sifive/Makefile index 74d58a4c0756..0797f14fef6b 100644 --- a/drivers/clk/sifive/Makefile +++ b/drivers/clk/sifive/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CLK_SIFIVE_FU540_PRCI) += fu540-prci.o | 2 | obj-$(CONFIG_CLK_SIFIVE_FU540_PRCI) += fu540-prci.o |
diff --git a/drivers/clk/sirf/Makefile b/drivers/clk/sirf/Makefile index 09b4210d9124..0ff61f87cddb 100644 --- a/drivers/clk/sirf/Makefile +++ b/drivers/clk/sirf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for sirf specific clk | 3 | # Makefile for sirf specific clk |
3 | # | 4 | # |
diff --git a/drivers/clk/sprd/Kconfig b/drivers/clk/sprd/Kconfig index 87892471eb96..91d3d721c801 100644 --- a/drivers/clk/sprd/Kconfig +++ b/drivers/clk/sprd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SPRD_COMMON_CLK | 2 | config SPRD_COMMON_CLK |
2 | tristate "Clock support for Spreadtrum SoCs" | 3 | tristate "Clock support for Spreadtrum SoCs" |
3 | depends on ARCH_SPRD || COMPILE_TEST | 4 | depends on ARCH_SPRD || COMPILE_TEST |
diff --git a/drivers/clk/sprd/Makefile b/drivers/clk/sprd/Makefile index b0d81e541ebd..d4c00788d53c 100644 --- a/drivers/clk/sprd/Makefile +++ b/drivers/clk/sprd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SPRD_COMMON_CLK) += clk-sprd.o | 2 | obj-$(CONFIG_SPRD_COMMON_CLK) += clk-sprd.o |
2 | 3 | ||
3 | clk-sprd-y += common.o | 4 | clk-sprd-y += common.o |
diff --git a/drivers/clk/st/Makefile b/drivers/clk/st/Makefile index ede7b2f13092..caf77893761e 100644 --- a/drivers/clk/st/Makefile +++ b/drivers/clk/st/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += clkgen-mux.o clkgen-pll.o clkgen-fsyn.o clk-flexgen.o | 2 | obj-y += clkgen-mux.o clkgen-pll.o clkgen-fsyn.o clk-flexgen.o |
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index ecd1b6b2bfaf..cdf333003c30 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SUNXI_CCU | 2 | config SUNXI_CCU |
2 | bool "Clock support for Allwinner SoCs" | 3 | bool "Clock support for Allwinner SoCs" |
3 | depends on ARCH_SUNXI || COMPILE_TEST | 4 | depends on ARCH_SUNXI || COMPILE_TEST |
diff --git a/drivers/clk/sunxi/Kconfig b/drivers/clk/sunxi/Kconfig index 2b6207cc4eda..3fba3d3ac9a2 100644 --- a/drivers/clk/sunxi/Kconfig +++ b/drivers/clk/sunxi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig CLK_SUNXI | 2 | menuconfig CLK_SUNXI |
2 | bool "Legacy clock support for Allwinner SoCs" | 3 | bool "Legacy clock support for Allwinner SoCs" |
3 | depends on ARCH_SUNXI || COMPILE_TEST | 4 | depends on ARCH_SUNXI || COMPILE_TEST |
diff --git a/drivers/clk/tegra/Kconfig b/drivers/clk/tegra/Kconfig index 1adcccfa7829..4d99a8770485 100644 --- a/drivers/clk/tegra/Kconfig +++ b/drivers/clk/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config TEGRA_CLK_EMC | 2 | config TEGRA_CLK_EMC |
2 | def_bool y | 3 | def_bool y |
3 | depends on TEGRA124_EMC | 4 | depends on TEGRA124_EMC |
diff --git a/drivers/clk/ti/Kconfig b/drivers/clk/ti/Kconfig index 271341787e67..d913d8663f73 100644 --- a/drivers/clk/ti/Kconfig +++ b/drivers/clk/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config COMMON_CLK_TI_ADPLL | 2 | config COMMON_CLK_TI_ADPLL |
2 | tristate "Clock driver for dm814x ADPLL" | 3 | tristate "Clock driver for dm814x ADPLL" |
3 | depends on ARCH_OMAP2PLUS || COMPILE_TEST | 4 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig index 5512377bd62b..af37b218430b 100644 --- a/drivers/clk/uniphier/Kconfig +++ b/drivers/clk/uniphier/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CLK_UNIPHIER | 2 | config CLK_UNIPHIER |
2 | bool "Clock driver for UniPhier SoCs" | 3 | bool "Clock driver for UniPhier SoCs" |
3 | depends on ARCH_UNIPHIER || COMPILE_TEST | 4 | depends on ARCH_UNIPHIER || COMPILE_TEST |
diff --git a/drivers/clk/versatile/Kconfig b/drivers/clk/versatile/Kconfig index 8aa875f25239..ac766855ba16 100644 --- a/drivers/clk/versatile/Kconfig +++ b/drivers/clk/versatile/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ICST | 2 | config ICST |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/clk/versatile/Makefile b/drivers/clk/versatile/Makefile index 58b54b814a6d..4ff563e6e3a0 100644 --- a/drivers/clk/versatile/Makefile +++ b/drivers/clk/versatile/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for Versatile-specific clocks | 2 | # Makefile for Versatile-specific clocks |
2 | obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o | 3 | obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o |
3 | obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o | 4 | obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o |
diff --git a/drivers/clk/x86/Makefile b/drivers/clk/x86/Makefile index 00303bc05415..e3ec81e2a1c2 100644 --- a/drivers/clk/x86/Makefile +++ b/drivers/clk/x86/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PMC_ATOM) += clk-pmc-atom.o | 2 | obj-$(CONFIG_PMC_ATOM) += clk-pmc-atom.o |
2 | obj-$(CONFIG_X86_AMD_PLATFORM_DEVICE) += clk-st.o | 3 | obj-$(CONFIG_X86_AMD_PLATFORM_DEVICE) += clk-st.o |
3 | clk-x86-lpss-objs := clk-lpt.o | 4 | clk-x86-lpss-objs := clk-lpt.o |
diff --git a/drivers/clk/zte/Makefile b/drivers/clk/zte/Makefile index 83374bfc4c07..f130643b695d 100644 --- a/drivers/clk/zte/Makefile +++ b/drivers/clk/zte/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := clk.o | 2 | obj-y := clk.o |
2 | obj-$(CONFIG_SOC_ZX296702) += clk-zx296702.o | 3 | obj-$(CONFIG_SOC_ZX296702) += clk-zx296702.o |
3 | obj-$(CONFIG_ARCH_ZX) += clk-zx296718.o | 4 | obj-$(CONFIG_ARCH_ZX) += clk-zx296718.o |
diff --git a/drivers/clk/zynq/Makefile b/drivers/clk/zynq/Makefile index 0afc2e7cc5c1..a5bb696de943 100644 --- a/drivers/clk/zynq/Makefile +++ b/drivers/clk/zynq/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Zynq clock specific Makefile | 2 | # Zynq clock specific Makefile |
2 | 3 | ||
3 | obj-y += clkc.o pll.o | 4 | obj-y += clkc.o pll.o |
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 6bcaa4e2e72c..3300739edce4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Clock Source drivers" | 2 | menu "Clock Source drivers" |
2 | depends on GENERIC_CLOCKEVENTS | 3 | depends on GENERIC_CLOCKEVENTS |
3 | 4 | ||
diff --git a/drivers/connector/Kconfig b/drivers/connector/Kconfig index 3de5f3a9a104..ba1f3f421cc6 100644 --- a/drivers/connector/Kconfig +++ b/drivers/connector/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menuconfig CONNECTOR | 3 | menuconfig CONNECTOR |
3 | tristate "Connector - unified userspace <-> kernelspace linker" | 4 | tristate "Connector - unified userspace <-> kernelspace linker" |
diff --git a/drivers/connector/Makefile b/drivers/connector/Makefile index 1f255e46e916..1bf67d3df97d 100644 --- a/drivers/connector/Makefile +++ b/drivers/connector/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CONNECTOR) += cn.o | 2 | obj-$(CONFIG_CONNECTOR) += cn.o |
2 | obj-$(CONFIG_PROC_EVENTS) += cn_proc.o | 3 | obj-$(CONFIG_PROC_EVENTS) += cn_proc.o |
3 | 4 | ||
diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig index 233ac305d878..138ecd8a8fbd 100644 --- a/drivers/counter/Kconfig +++ b/drivers/counter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Counter devices | 3 | # Counter devices |
3 | # | 4 | # |
diff --git a/drivers/counter/Makefile b/drivers/counter/Makefile index 0c9e622a6bea..40d35522937d 100644 --- a/drivers/counter/Makefile +++ b/drivers/counter/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Counter devices | 3 | # Makefile for Counter devices |
3 | # | 4 | # |
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 4d2b33a30292..bff5295016ae 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "CPU Frequency scaling" | 2 | menu "CPU Frequency scaling" |
2 | 3 | ||
3 | config CPU_FREQ | 4 | config CPU_FREQ |
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 179a1d302f48..f8129edc145e 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ARM CPU Frequency scaling drivers | 3 | # ARM CPU Frequency scaling drivers |
3 | # | 4 | # |
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc index 3a0595b41eab..35b4f700f054 100644 --- a/drivers/cpufreq/Kconfig.powerpc +++ b/drivers/cpufreq/Kconfig.powerpc | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CPU_FREQ_CBE | 2 | config CPU_FREQ_CBE |
2 | tristate "CBE frequency scaling" | 3 | tristate "CBE frequency scaling" |
3 | depends on CBE_RAS && PPC_CELL | 4 | depends on CBE_RAS && PPC_CELL |
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index 35f71825b7f3..dfa6457deaf6 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # x86 CPU Frequency scaling drivers | 3 | # x86 CPU Frequency scaling drivers |
3 | # | 4 | # |
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig index 8caccbbd7353..a4ac31e4a58c 100644 --- a/drivers/cpuidle/Kconfig +++ b/drivers/cpuidle/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "CPU Idle" | 2 | menu "CPU Idle" |
2 | 3 | ||
3 | config CPU_IDLE | 4 | config CPU_IDLE |
diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm index f52144808455..48cb3d4bb7d1 100644 --- a/drivers/cpuidle/Kconfig.arm +++ b/drivers/cpuidle/Kconfig.arm | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ARM CPU Idle drivers | 3 | # ARM CPU Idle drivers |
3 | # | 4 | # |
diff --git a/drivers/cpuidle/Kconfig.mips b/drivers/cpuidle/Kconfig.mips index 512ee37b374b..c3c011af4a35 100644 --- a/drivers/cpuidle/Kconfig.mips +++ b/drivers/cpuidle/Kconfig.mips | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MIPS CPU Idle Drivers | 3 | # MIPS CPU Idle Drivers |
3 | # | 4 | # |
diff --git a/drivers/cpuidle/Kconfig.powerpc b/drivers/cpuidle/Kconfig.powerpc index 66c3a09574e9..a797a02b7b6f 100644 --- a/drivers/cpuidle/Kconfig.powerpc +++ b/drivers/cpuidle/Kconfig.powerpc | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # POWERPC CPU Idle Drivers | 3 | # POWERPC CPU Idle Drivers |
3 | # | 4 | # |
diff --git a/drivers/cpuidle/governors/Makefile b/drivers/cpuidle/governors/Makefile index 4d8aff5248a8..42f44cc610dd 100644 --- a/drivers/cpuidle/governors/Makefile +++ b/drivers/cpuidle/governors/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for cpuidle governors. | 3 | # Makefile for cpuidle governors. |
3 | # | 4 | # |
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 177b7713bd2d..0af08081e305 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menuconfig CRYPTO_HW | 3 | menuconfig CRYPTO_HW |
3 | bool "Hardware crypto devices" | 4 | bool "Hardware crypto devices" |
diff --git a/drivers/crypto/amcc/Makefile b/drivers/crypto/amcc/Makefile index e33c185fc163..d6623991328c 100644 --- a/drivers/crypto/amcc/Makefile +++ b/drivers/crypto/amcc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_PPC4XX) += crypto4xx.o | 2 | obj-$(CONFIG_CRYPTO_DEV_PPC4XX) += crypto4xx.o |
2 | crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o | 3 | crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o |
3 | crypto4xx-$(CONFIG_HW_RANDOM_PPC4XX) += crypto4xx_trng.o | 4 | crypto4xx-$(CONFIG_HW_RANDOM_PPC4XX) += crypto4xx_trng.o |
diff --git a/drivers/crypto/axis/Makefile b/drivers/crypto/axis/Makefile index be9a84a4b667..146e09e4cc89 100644 --- a/drivers/crypto/axis/Makefile +++ b/drivers/crypto/axis/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) := artpec6_crypto.o | 2 | obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) := artpec6_crypto.o |
diff --git a/drivers/crypto/bcm/Makefile b/drivers/crypto/bcm/Makefile index 7469e19afe85..8a2110b4eb8f 100644 --- a/drivers/crypto/bcm/Makefile +++ b/drivers/crypto/bcm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # File: drivers/crypto/bcm/Makefile | 2 | # File: drivers/crypto/bcm/Makefile |
2 | # | 3 | # |
3 | # Makefile for crypto acceleration files for Broadcom SPU driver | 4 | # Makefile for crypto acceleration files for Broadcom SPU driver |
diff --git a/drivers/crypto/cavium/Makefile b/drivers/crypto/cavium/Makefile index 641268b784be..4679c06b611f 100644 --- a/drivers/crypto/cavium/Makefile +++ b/drivers/crypto/cavium/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Cavium crypto device drivers | 3 | # Makefile for Cavium crypto device drivers |
3 | # | 4 | # |
diff --git a/drivers/crypto/cavium/cpt/Kconfig b/drivers/crypto/cavium/cpt/Kconfig index cbd51b1aa046..b9874058d4fa 100644 --- a/drivers/crypto/cavium/cpt/Kconfig +++ b/drivers/crypto/cavium/cpt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Cavium crypto device configuration | 3 | # Cavium crypto device configuration |
3 | # | 4 | # |
diff --git a/drivers/crypto/cavium/cpt/Makefile b/drivers/crypto/cavium/cpt/Makefile index dbf055e14622..0f04f1b5c6d1 100644 --- a/drivers/crypto/cavium/cpt/Makefile +++ b/drivers/crypto/cavium/cpt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CAVIUM_CPT) += cptpf.o cptvf.o | 2 | obj-$(CONFIG_CAVIUM_CPT) += cptpf.o cptvf.o |
2 | cptpf-objs := cptpf_main.o cptpf_mbox.o | 3 | cptpf-objs := cptpf_main.o cptpf_mbox.o |
3 | cptvf-objs := cptvf_main.o cptvf_reqmanager.o cptvf_mbox.o cptvf_algs.o | 4 | cptvf-objs := cptvf_main.o cptvf_reqmanager.o cptvf_mbox.o cptvf_algs.o |
diff --git a/drivers/crypto/cavium/nitrox/Kconfig b/drivers/crypto/cavium/nitrox/Kconfig index 181a1dfec932..dab162af41b8 100644 --- a/drivers/crypto/cavium/nitrox/Kconfig +++ b/drivers/crypto/cavium/nitrox/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Cavium NITROX Crypto Device configuration | 3 | # Cavium NITROX Crypto Device configuration |
3 | # | 4 | # |
diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig index b9dfae47aefd..48f3edc1e3fb 100644 --- a/drivers/crypto/ccp/Kconfig +++ b/drivers/crypto/ccp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRYPTO_DEV_CCP_DD | 2 | config CRYPTO_DEV_CCP_DD |
2 | tristate "Secure Processor device driver" | 3 | tristate "Secure Processor device driver" |
3 | depends on CPU_SUP_AMD || ARM64 | 4 | depends on CPU_SUP_AMD || ARM64 |
diff --git a/drivers/crypto/chelsio/Kconfig b/drivers/crypto/chelsio/Kconfig index 930d82d991f2..4b9b37a130d3 100644 --- a/drivers/crypto/chelsio/Kconfig +++ b/drivers/crypto/chelsio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRYPTO_DEV_CHELSIO | 2 | config CRYPTO_DEV_CHELSIO |
2 | tristate "Chelsio Crypto Co-processor Driver" | 3 | tristate "Chelsio Crypto Co-processor Driver" |
3 | depends on CHELSIO_T4 | 4 | depends on CHELSIO_T4 |
diff --git a/drivers/crypto/chelsio/Makefile b/drivers/crypto/chelsio/Makefile index b7bd980a27d8..a3c05e2f4562 100644 --- a/drivers/crypto/chelsio/Makefile +++ b/drivers/crypto/chelsio/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 | 2 | ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 |
2 | 3 | ||
3 | obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o | 4 | obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o |
diff --git a/drivers/crypto/chelsio/chtls/Makefile b/drivers/crypto/chelsio/chtls/Makefile index b958f1b8ec39..bc11495acdb3 100644 --- a/drivers/crypto/chelsio/chtls/Makefile +++ b/drivers/crypto/chelsio/chtls/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 \ | 2 | ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 \ |
2 | -I $(srctree)/drivers/crypto/chelsio | 3 | -I $(srctree)/drivers/crypto/chelsio |
3 | 4 | ||
diff --git a/drivers/crypto/inside-secure/Makefile b/drivers/crypto/inside-secure/Makefile index 302f07dde98c..13f64f96c626 100644 --- a/drivers/crypto/inside-secure/Makefile +++ b/drivers/crypto/inside-secure/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += crypto_safexcel.o | 2 | obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += crypto_safexcel.o |
2 | crypto_safexcel-objs := safexcel.o safexcel_ring.o safexcel_cipher.o safexcel_hash.o | 3 | crypto_safexcel-objs := safexcel.o safexcel_ring.o safexcel_cipher.o safexcel_hash.o |
diff --git a/drivers/crypto/marvell/Makefile b/drivers/crypto/marvell/Makefile index 0c12b13574dc..b27cab65e696 100644 --- a/drivers/crypto/marvell/Makefile +++ b/drivers/crypto/marvell/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += marvell-cesa.o | 2 | obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += marvell-cesa.o |
2 | marvell-cesa-objs := cesa.o cipher.o hash.o tdma.o | 3 | marvell-cesa-objs := cesa.o cipher.o hash.o tdma.o |
diff --git a/drivers/crypto/mediatek/Makefile b/drivers/crypto/mediatek/Makefile index 187be79c7f3e..196a4653974e 100644 --- a/drivers/crypto/mediatek/Makefile +++ b/drivers/crypto/mediatek/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_MEDIATEK) += mtk-crypto.o | 2 | obj-$(CONFIG_CRYPTO_DEV_MEDIATEK) += mtk-crypto.o |
2 | mtk-crypto-objs:= mtk-platform.o mtk-aes.o mtk-sha.o | 3 | mtk-crypto-objs:= mtk-platform.o mtk-aes.o mtk-sha.o |
diff --git a/drivers/crypto/nx/Kconfig b/drivers/crypto/nx/Kconfig index cd5dda9c48f4..23e3d0160e67 100644 --- a/drivers/crypto/nx/Kconfig +++ b/drivers/crypto/nx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config CRYPTO_DEV_NX_ENCRYPT | 3 | config CRYPTO_DEV_NX_ENCRYPT |
3 | tristate "Encryption acceleration support on pSeries platform" | 4 | tristate "Encryption acceleration support on pSeries platform" |
diff --git a/drivers/crypto/qat/Kconfig b/drivers/crypto/qat/Kconfig index ce3cae40f949..6ab7e5a88756 100644 --- a/drivers/crypto/qat/Kconfig +++ b/drivers/crypto/qat/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRYPTO_DEV_QAT | 2 | config CRYPTO_DEV_QAT |
2 | tristate | 3 | tristate |
3 | select CRYPTO_AEAD | 4 | select CRYPTO_AEAD |
diff --git a/drivers/crypto/qat/qat_c3xxx/Makefile b/drivers/crypto/qat/qat_c3xxx/Makefile index 822b5de58ec6..92ef416ccc78 100644 --- a/drivers/crypto/qat/qat_c3xxx/Makefile +++ b/drivers/crypto/qat/qat_c3xxx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../qat_common | 2 | ccflags-y := -I $(srctree)/$(src)/../qat_common |
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_C3XXX) += qat_c3xxx.o | 3 | obj-$(CONFIG_CRYPTO_DEV_QAT_C3XXX) += qat_c3xxx.o |
3 | qat_c3xxx-objs := adf_drv.o adf_c3xxx_hw_data.o | 4 | qat_c3xxx-objs := adf_drv.o adf_c3xxx_hw_data.o |
diff --git a/drivers/crypto/qat/qat_c3xxxvf/Makefile b/drivers/crypto/qat/qat_c3xxxvf/Makefile index 8f56d27c7479..b6d76825a92c 100644 --- a/drivers/crypto/qat/qat_c3xxxvf/Makefile +++ b/drivers/crypto/qat/qat_c3xxxvf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../qat_common | 2 | ccflags-y := -I $(srctree)/$(src)/../qat_common |
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_C3XXXVF) += qat_c3xxxvf.o | 3 | obj-$(CONFIG_CRYPTO_DEV_QAT_C3XXXVF) += qat_c3xxxvf.o |
3 | qat_c3xxxvf-objs := adf_drv.o adf_c3xxxvf_hw_data.o | 4 | qat_c3xxxvf-objs := adf_drv.o adf_c3xxxvf_hw_data.o |
diff --git a/drivers/crypto/qat/qat_c62x/Makefile b/drivers/crypto/qat/qat_c62x/Makefile index 6dcd404578fc..d581f7c87d6c 100644 --- a/drivers/crypto/qat/qat_c62x/Makefile +++ b/drivers/crypto/qat/qat_c62x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../qat_common | 2 | ccflags-y := -I $(srctree)/$(src)/../qat_common |
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_C62X) += qat_c62x.o | 3 | obj-$(CONFIG_CRYPTO_DEV_QAT_C62X) += qat_c62x.o |
3 | qat_c62x-objs := adf_drv.o adf_c62x_hw_data.o | 4 | qat_c62x-objs := adf_drv.o adf_c62x_hw_data.o |
diff --git a/drivers/crypto/qat/qat_c62xvf/Makefile b/drivers/crypto/qat/qat_c62xvf/Makefile index 1e5d51de778f..446c3d638605 100644 --- a/drivers/crypto/qat/qat_c62xvf/Makefile +++ b/drivers/crypto/qat/qat_c62xvf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../qat_common | 2 | ccflags-y := -I $(srctree)/$(src)/../qat_common |
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_C62XVF) += qat_c62xvf.o | 3 | obj-$(CONFIG_CRYPTO_DEV_QAT_C62XVF) += qat_c62xvf.o |
3 | qat_c62xvf-objs := adf_drv.o adf_c62xvf_hw_data.o | 4 | qat_c62xvf-objs := adf_drv.o adf_c62xvf_hw_data.o |
diff --git a/drivers/crypto/qat/qat_dh895xcc/Makefile b/drivers/crypto/qat/qat_dh895xcc/Makefile index 0fc06b1e1632..38d6f8e1624a 100644 --- a/drivers/crypto/qat/qat_dh895xcc/Makefile +++ b/drivers/crypto/qat/qat_dh895xcc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../qat_common | 2 | ccflags-y := -I $(srctree)/$(src)/../qat_common |
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCC) += qat_dh895xcc.o | 3 | obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCC) += qat_dh895xcc.o |
3 | qat_dh895xcc-objs := adf_drv.o adf_dh895xcc_hw_data.o | 4 | qat_dh895xcc-objs := adf_drv.o adf_dh895xcc_hw_data.o |
diff --git a/drivers/crypto/qat/qat_dh895xccvf/Makefile b/drivers/crypto/qat/qat_dh895xccvf/Makefile index 9ce906af6034..0153c85ce743 100644 --- a/drivers/crypto/qat/qat_dh895xccvf/Makefile +++ b/drivers/crypto/qat/qat_dh895xccvf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../qat_common | 2 | ccflags-y := -I $(srctree)/$(src)/../qat_common |
2 | obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCCVF) += qat_dh895xccvf.o | 3 | obj-$(CONFIG_CRYPTO_DEV_QAT_DH895xCCVF) += qat_dh895xccvf.o |
3 | qat_dh895xccvf-objs := adf_drv.o adf_dh895xccvf_hw_data.o | 4 | qat_dh895xccvf-objs := adf_drv.o adf_dh895xccvf_hw_data.o |
diff --git a/drivers/crypto/rockchip/Makefile b/drivers/crypto/rockchip/Makefile index 30f91297b4b6..6e23764e6c8a 100644 --- a/drivers/crypto/rockchip/Makefile +++ b/drivers/crypto/rockchip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP) += rk_crypto.o | 2 | obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP) += rk_crypto.o |
2 | rk_crypto-objs := rk3288_crypto.o \ | 3 | rk_crypto-objs := rk3288_crypto.o \ |
3 | rk3288_crypto_ablkcipher.o \ | 4 | rk3288_crypto_ablkcipher.o \ |
diff --git a/drivers/crypto/stm32/Kconfig b/drivers/crypto/stm32/Kconfig index 4491e2197d9f..d6576280fc9b 100644 --- a/drivers/crypto/stm32/Kconfig +++ b/drivers/crypto/stm32/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRYPTO_DEV_STM32_CRC | 2 | config CRYPTO_DEV_STM32_CRC |
2 | tristate "Support for STM32 crc accelerators" | 3 | tristate "Support for STM32 crc accelerators" |
3 | depends on ARCH_STM32 | 4 | depends on ARCH_STM32 |
diff --git a/drivers/crypto/stm32/Makefile b/drivers/crypto/stm32/Makefile index 53d1bb94b221..ce77e38c77e0 100644 --- a/drivers/crypto/stm32/Makefile +++ b/drivers/crypto/stm32/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_STM32_CRC) += stm32_crc32.o | 2 | obj-$(CONFIG_CRYPTO_DEV_STM32_CRC) += stm32_crc32.o |
2 | obj-$(CONFIG_CRYPTO_DEV_STM32_HASH) += stm32-hash.o | 3 | obj-$(CONFIG_CRYPTO_DEV_STM32_HASH) += stm32-hash.o |
3 | obj-$(CONFIG_CRYPTO_DEV_STM32_CRYP) += stm32-cryp.o | 4 | obj-$(CONFIG_CRYPTO_DEV_STM32_CRYP) += stm32-cryp.o |
diff --git a/drivers/crypto/sunxi-ss/Makefile b/drivers/crypto/sunxi-ss/Makefile index ccb893219079..c0a2797d3168 100644 --- a/drivers/crypto/sunxi-ss/Makefile +++ b/drivers/crypto/sunxi-ss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sun4i-ss.o | 2 | obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sun4i-ss.o |
2 | sun4i-ss-y += sun4i-ss-core.o sun4i-ss-hash.o sun4i-ss-cipher.o | 3 | sun4i-ss-y += sun4i-ss-core.o sun4i-ss-hash.o sun4i-ss-cipher.o |
3 | sun4i-ss-$(CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG) += sun4i-ss-prng.o | 4 | sun4i-ss-$(CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG) += sun4i-ss-prng.o |
diff --git a/drivers/crypto/virtio/Kconfig b/drivers/crypto/virtio/Kconfig index a4324b1383a4..01b625e4e5ad 100644 --- a/drivers/crypto/virtio/Kconfig +++ b/drivers/crypto/virtio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRYPTO_DEV_VIRTIO | 2 | config CRYPTO_DEV_VIRTIO |
2 | tristate "VirtIO crypto driver" | 3 | tristate "VirtIO crypto driver" |
3 | depends on VIRTIO | 4 | depends on VIRTIO |
diff --git a/drivers/crypto/vmx/Kconfig b/drivers/crypto/vmx/Kconfig index c3d524ea6998..c85fab7ef0bd 100644 --- a/drivers/crypto/vmx/Kconfig +++ b/drivers/crypto/vmx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRYPTO_DEV_VMX_ENCRYPT | 2 | config CRYPTO_DEV_VMX_ENCRYPT |
2 | tristate "Encryption acceleration support on P8 CPU" | 3 | tristate "Encryption acceleration support on P8 CPU" |
3 | depends on CRYPTO_DEV_VMX | 4 | depends on CRYPTO_DEV_VMX |
diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig index a59f338f520f..f33c73e4af41 100644 --- a/drivers/dax/Kconfig +++ b/drivers/dax/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DAX_DRIVER | 2 | config DAX_DRIVER |
2 | select DAX | 3 | select DAX |
3 | bool | 4 | bool |
diff --git a/drivers/dax/pmem/Makefile b/drivers/dax/pmem/Makefile index e2e79bd3fdcf..010269f61d41 100644 --- a/drivers/dax/pmem/Makefile +++ b/drivers/dax/pmem/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o | 2 | obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o |
2 | obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem_core.o | 3 | obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem_core.o |
3 | obj-$(CONFIG_DEV_DAX_PMEM_COMPAT) += dax_pmem_compat.o | 4 | obj-$(CONFIG_DEV_DAX_PMEM_COMPAT) += dax_pmem_compat.o |
diff --git a/drivers/dca/Kconfig b/drivers/dca/Kconfig index 94f0364a0efb..fd334813192e 100644 --- a/drivers/dca/Kconfig +++ b/drivers/dca/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # DCA server configuration | 3 | # DCA server configuration |
3 | # | 4 | # |
diff --git a/drivers/dca/Makefile b/drivers/dca/Makefile index b2db56bb9dde..f3f0f02c7090 100644 --- a/drivers/dca/Makefile +++ b/drivers/dca/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DCA) += dca.o | 2 | obj-$(CONFIG_DCA) += dca.o |
2 | dca-objs := dca-core.o dca-sysfs.o | 3 | dca-objs := dca-core.o dca-sysfs.o |
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 6a172d338f6d..ba98a4e3ad33 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig PM_DEVFREQ | 2 | menuconfig PM_DEVFREQ |
2 | bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support" | 3 | bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support" |
3 | select SRCU | 4 | select SRCU |
diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig index cd949800eed9..cef2cf5347ca 100644 --- a/drivers/devfreq/event/Kconfig +++ b/drivers/devfreq/event/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig PM_DEVFREQ_EVENT | 2 | menuconfig PM_DEVFREQ_EVENT |
2 | bool "DEVFREQ-Event device Support" | 3 | bool "DEVFREQ-Event device Support" |
3 | help | 4 | help |
diff --git a/drivers/devfreq/event/Makefile b/drivers/devfreq/event/Makefile index dda7090a47c6..3c847e5d5a35 100644 --- a/drivers/devfreq/event/Makefile +++ b/drivers/devfreq/event/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Exynos DEVFREQ Event Drivers | 2 | # Exynos DEVFREQ Event Drivers |
2 | 3 | ||
3 | obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o | 4 | obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o |
diff --git a/drivers/dio/Makefile b/drivers/dio/Makefile index ae92d17083f2..11202f2bb298 100644 --- a/drivers/dio/Makefile +++ b/drivers/dio/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig index 3fc9c2efc583..d5f915830b68 100644 --- a/drivers/dma-buf/Kconfig +++ b/drivers/dma-buf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "DMABUF options" | 2 | menu "DMABUF options" |
2 | 3 | ||
3 | config SYNC_FILE | 4 | config SYNC_FILE |
diff --git a/drivers/dma-buf/Makefile b/drivers/dma-buf/Makefile index 1f006e083eb9..e8c7310cb800 100644 --- a/drivers/dma-buf/Makefile +++ b/drivers/dma-buf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := dma-buf.o dma-fence.o dma-fence-array.o dma-fence-chain.o \ | 2 | obj-y := dma-buf.o dma-fence.o dma-fence-array.o dma-fence-chain.o \ |
2 | reservation.o seqno-fence.o | 3 | reservation.o seqno-fence.o |
3 | obj-$(CONFIG_SYNC_FILE) += sync_file.o | 4 | obj-$(CONFIG_SYNC_FILE) += sync_file.o |
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index eaf78f4e07ce..703275cc29de 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # DMA engine configuration | 3 | # DMA engine configuration |
3 | # | 4 | # |
diff --git a/drivers/dma/bestcomm/Kconfig b/drivers/dma/bestcomm/Kconfig index 29e427085efb..5dd437295964 100644 --- a/drivers/dma/bestcomm/Kconfig +++ b/drivers/dma/bestcomm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Kconfig options for Bestcomm | 3 | # Kconfig options for Bestcomm |
3 | # | 4 | # |
diff --git a/drivers/dma/dw-axi-dmac/Makefile b/drivers/dma/dw-axi-dmac/Makefile index 4bfa462005be..4eb2f1639d94 100644 --- a/drivers/dma/dw-axi-dmac/Makefile +++ b/drivers/dma/dw-axi-dmac/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DW_AXI_DMAC) += dw-axi-dmac-platform.o | 2 | obj-$(CONFIG_DW_AXI_DMAC) += dw-axi-dmac-platform.o |
diff --git a/drivers/dma/hsu/Kconfig b/drivers/dma/hsu/Kconfig index c70841731a80..af102baec125 100644 --- a/drivers/dma/hsu/Kconfig +++ b/drivers/dma/hsu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # DMA engine configuration for hsu | 2 | # DMA engine configuration for hsu |
2 | config HSU_DMA | 3 | config HSU_DMA |
3 | tristate | 4 | tristate |
diff --git a/drivers/dma/hsu/Makefile b/drivers/dma/hsu/Makefile index b8f9af032ef1..61829b1de289 100644 --- a/drivers/dma/hsu/Makefile +++ b/drivers/dma/hsu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HSU_DMA) += hsu_dma.o | 2 | obj-$(CONFIG_HSU_DMA) += hsu_dma.o |
2 | hsu_dma-objs := hsu.o | 3 | hsu_dma-objs := hsu.o |
3 | 4 | ||
diff --git a/drivers/dma/ioat/Makefile b/drivers/dma/ioat/Makefile index cf5fedbe2b75..86638a608c01 100644 --- a/drivers/dma/ioat/Makefile +++ b/drivers/dma/ioat/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o | 2 | obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o |
2 | ioatdma-y := init.o dma.o prep.o dca.o sysfs.o | 3 | ioatdma-y := init.o dma.o prep.o dca.o sysfs.o |
diff --git a/drivers/dma/ipu/Makefile b/drivers/dma/ipu/Makefile index 6704cf48326d..c79ff116daf6 100644 --- a/drivers/dma/ipu/Makefile +++ b/drivers/dma/ipu/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += ipu_irq.o ipu_idmac.o | 2 | obj-y += ipu_irq.o ipu_idmac.o |
diff --git a/drivers/dma/mediatek/Kconfig b/drivers/dma/mediatek/Kconfig index 680fc0572d87..7411eb3d419e 100644 --- a/drivers/dma/mediatek/Kconfig +++ b/drivers/dma/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config MTK_HSDMA | 3 | config MTK_HSDMA |
3 | tristate "MediaTek High-Speed DMA controller support" | 4 | tristate "MediaTek High-Speed DMA controller support" |
diff --git a/drivers/dma/mediatek/Makefile b/drivers/dma/mediatek/Makefile index 41bb3815f636..13b144594510 100644 --- a/drivers/dma/mediatek/Makefile +++ b/drivers/dma/mediatek/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o | 2 | obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o |
2 | obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o | 3 | obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o |
diff --git a/drivers/dma/ppc4xx/Makefile b/drivers/dma/ppc4xx/Makefile index b3d259b3e52a..69c2cfac9614 100644 --- a/drivers/dma/ppc4xx/Makefile +++ b/drivers/dma/ppc4xx/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += adma.o | 2 | obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += adma.o |
diff --git a/drivers/dma/qcom/Kconfig b/drivers/dma/qcom/Kconfig index a7761c4025f4..1d189438aeb0 100644 --- a/drivers/dma/qcom/Kconfig +++ b/drivers/dma/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QCOM_BAM_DMA | 2 | config QCOM_BAM_DMA |
2 | tristate "QCOM BAM DMA support" | 3 | tristate "QCOM BAM DMA support" |
3 | depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM) | 4 | depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM) |
diff --git a/drivers/dma/ti/Kconfig b/drivers/dma/ti/Kconfig index e5e74e1361dc..d507c24fbf31 100644 --- a/drivers/dma/ti/Kconfig +++ b/drivers/dma/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Texas Instruments DMA drivers | 3 | # Texas Instruments DMA drivers |
3 | # | 4 | # |
diff --git a/drivers/dma/xilinx/Makefile b/drivers/dma/xilinx/Makefile index 9e91f8f5b087..e921de575b55 100644 --- a/drivers/dma/xilinx/Makefile +++ b/drivers/dma/xilinx/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o | 2 | obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o |
2 | obj-$(CONFIG_XILINX_ZYNQMP_DMA) += zynqmp_dma.o | 3 | obj-$(CONFIG_XILINX_ZYNQMP_DMA) += zynqmp_dma.o |
diff --git a/drivers/eisa/Kconfig b/drivers/eisa/Kconfig index 4570e3bca42c..ffc894b4d782 100644 --- a/drivers/eisa/Kconfig +++ b/drivers/eisa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # EISA configuration | 3 | # EISA configuration |
3 | # | 4 | # |
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index de06fafb52ff..6f5af4196b8d 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig EXTCON | 2 | menuconfig EXTCON |
2 | tristate "External Connector Class (extcon) support" | 3 | tristate "External Connector Class (extcon) support" |
3 | help | 4 | help |
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 4199849e3758..ec00a6f70da8 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "IEEE 1394 (FireWire) support" | 2 | menu "IEEE 1394 (FireWire) support" |
2 | depends on PCI || COMPILE_TEST | 3 | depends on PCI || COMPILE_TEST |
3 | # firewire-core does not depend on PCI but is | 4 | # firewire-core does not depend on PCI but is |
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 11fda9eb2466..9026df923542 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # For a description of the syntax of this configuration file, | 3 | # For a description of the syntax of this configuration file, |
3 | # see Documentation/kbuild/kconfig-language.txt. | 4 | # see Documentation/kbuild/kconfig-language.txt. |
diff --git a/drivers/firmware/arm_scmi/Makefile b/drivers/firmware/arm_scmi/Makefile index 99e36c580fbc..c47d28d556b6 100644 --- a/drivers/firmware/arm_scmi/Makefile +++ b/drivers/firmware/arm_scmi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y = scmi-bus.o scmi-driver.o scmi-protocols.o | 2 | obj-y = scmi-bus.o scmi-driver.o scmi-protocols.o |
2 | scmi-bus-y = bus.o | 3 | scmi-bus-y = bus.o |
3 | scmi-driver-y = driver.o | 4 | scmi-driver-y = driver.o |
diff --git a/drivers/firmware/broadcom/Kconfig b/drivers/firmware/broadcom/Kconfig index f77cdb3a041f..64680824f984 100644 --- a/drivers/firmware/broadcom/Kconfig +++ b/drivers/firmware/broadcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BCM47XX_NVRAM | 2 | config BCM47XX_NVRAM |
2 | bool "Broadcom NVRAM driver" | 3 | bool "Broadcom NVRAM driver" |
3 | depends on BCM47XX || ARCH_BCM_5301X | 4 | depends on BCM47XX || ARCH_BCM_5301X |
diff --git a/drivers/firmware/broadcom/Makefile b/drivers/firmware/broadcom/Makefile index f93efc479b8b..72c7fdc20c77 100644 --- a/drivers/firmware/broadcom/Makefile +++ b/drivers/firmware/broadcom/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BCM47XX_NVRAM) += bcm47xx_nvram.o | 2 | obj-$(CONFIG_BCM47XX_NVRAM) += bcm47xx_nvram.o |
2 | obj-$(CONFIG_BCM47XX_SPROM) += bcm47xx_sprom.o | 3 | obj-$(CONFIG_BCM47XX_SPROM) += bcm47xx_sprom.o |
diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig index 190be0b1d109..d4ea929e8b34 100644 --- a/drivers/firmware/efi/Kconfig +++ b/drivers/firmware/efi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "EFI (Extensible Firmware Interface) Support" | 2 | menu "EFI (Extensible Firmware Interface) Support" |
2 | depends on EFI | 3 | depends on EFI |
3 | 4 | ||
diff --git a/drivers/firmware/efi/test/Makefile b/drivers/firmware/efi/test/Makefile index bcd4577d40e6..4197088550e6 100644 --- a/drivers/firmware/efi/test/Makefile +++ b/drivers/firmware/efi/test/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_EFI_TEST) += efi_test.o | 2 | obj-$(CONFIG_EFI_TEST) += efi_test.o |
diff --git a/drivers/firmware/google/Kconfig b/drivers/firmware/google/Kconfig index 91a0404affe2..a3a6ca659ffa 100644 --- a/drivers/firmware/google/Kconfig +++ b/drivers/firmware/google/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig GOOGLE_FIRMWARE | 2 | menuconfig GOOGLE_FIRMWARE |
2 | bool "Google Firmware Drivers" | 3 | bool "Google Firmware Drivers" |
3 | default n | 4 | default n |
diff --git a/drivers/firmware/imx/Kconfig b/drivers/firmware/imx/Kconfig index 6a7a7c2c5b5f..42b566f8903f 100644 --- a/drivers/firmware/imx/Kconfig +++ b/drivers/firmware/imx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IMX_SCU | 2 | config IMX_SCU |
2 | bool "IMX SCU Protocol driver" | 3 | bool "IMX SCU Protocol driver" |
3 | depends on IMX_MBOX | 4 | depends on IMX_MBOX |
diff --git a/drivers/firmware/meson/Kconfig b/drivers/firmware/meson/Kconfig index 170d7e8bcdfb..2671dcd0ad92 100644 --- a/drivers/firmware/meson/Kconfig +++ b/drivers/firmware/meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Amlogic Secure Monitor driver | 3 | # Amlogic Secure Monitor driver |
3 | # | 4 | # |
diff --git a/drivers/firmware/meson/Makefile b/drivers/firmware/meson/Makefile index 9ab3884f96bc..c6c09483b622 100644 --- a/drivers/firmware/meson/Makefile +++ b/drivers/firmware/meson/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MESON_SM) += meson_sm.o | 2 | obj-$(CONFIG_MESON_SM) += meson_sm.o |
diff --git a/drivers/firmware/psci/Kconfig b/drivers/firmware/psci/Kconfig index 26a3b32bf7ab..97944168b5e6 100644 --- a/drivers/firmware/psci/Kconfig +++ b/drivers/firmware/psci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARM_PSCI_FW | 2 | config ARM_PSCI_FW |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/firmware/tegra/Kconfig b/drivers/firmware/tegra/Kconfig index ff2730d5c468..a887731f50d6 100644 --- a/drivers/firmware/tegra/Kconfig +++ b/drivers/firmware/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Tegra firmware driver" | 2 | menu "Tegra firmware driver" |
2 | 3 | ||
3 | config TEGRA_IVC | 4 | config TEGRA_IVC |
diff --git a/drivers/firmware/tegra/Makefile b/drivers/firmware/tegra/Makefile index 676b01caff05..49c87e00fafb 100644 --- a/drivers/firmware/tegra/Makefile +++ b/drivers/firmware/tegra/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tegra-bpmp-y = bpmp.o | 2 | tegra-bpmp-y = bpmp.o |
2 | tegra-bpmp-$(CONFIG_ARCH_TEGRA_210_SOC) += bpmp-tegra210.o | 3 | tegra-bpmp-$(CONFIG_ARCH_TEGRA_210_SOC) += bpmp-tegra210.o |
3 | tegra-bpmp-$(CONFIG_ARCH_TEGRA_186_SOC) += bpmp-tegra186.o | 4 | tegra-bpmp-$(CONFIG_ARCH_TEGRA_186_SOC) += bpmp-tegra186.o |
diff --git a/drivers/fmc/Kconfig b/drivers/fmc/Kconfig index 3a75f4256d08..ae3d7f634932 100644 --- a/drivers/fmc/Kconfig +++ b/drivers/fmc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # FMC (ANSI-VITA 57.1) bus support | 3 | # FMC (ANSI-VITA 57.1) bus support |
3 | # | 4 | # |
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index d892f3efcd76..8072c195d831 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # FPGA framework configuration | 3 | # FPGA framework configuration |
3 | # | 4 | # |
diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 5cc20f3c3fd6..c612db7a914a 100644 --- a/drivers/fsi/Kconfig +++ b/drivers/fsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # FSI subsystem | 3 | # FSI subsystem |
3 | # | 4 | # |
diff --git a/drivers/fsi/Makefile b/drivers/fsi/Makefile index 62687ec86d2e..e4a2ff043c32 100644 --- a/drivers/fsi/Makefile +++ b/drivers/fsi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | obj-$(CONFIG_FSI) += fsi-core.o | 3 | obj-$(CONFIG_FSI) += fsi-core.o |
3 | obj-$(CONFIG_FSI_MASTER_HUB) += fsi-master-hub.o | 4 | obj-$(CONFIG_FSI_MASTER_HUB) += fsi-master-hub.o |
diff --git a/drivers/gnss/Kconfig b/drivers/gnss/Kconfig index 6d8c8027e1cd..a0404ce155a6 100644 --- a/drivers/gnss/Kconfig +++ b/drivers/gnss/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # GNSS receiver configuration | 3 | # GNSS receiver configuration |
3 | # | 4 | # |
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8023d03ec362..be832eb73627 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # GPIO infrastructure and drivers | 3 | # GPIO infrastructure and drivers |
3 | # | 4 | # |
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index e9ed439a5b65..f17d01f076c7 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # drm/tegra depends on host1x, so if both drivers are built-in care must be | 2 | # drm/tegra depends on host1x, so if both drivers are built-in care must be |
2 | # taken to initialize them in the correct order. Link order is the only way | 3 | # taken to initialize them in the correct order. Link order is the only way |
3 | # to ensure this currently. | 4 | # to ensure this currently. |
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index e360a4a131e1..36f900d63979 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Drm device configuration | 3 | # Drm device configuration |
3 | # | 4 | # |
diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig index e503e3d6d920..d968c2471412 100644 --- a/drivers/gpu/drm/amd/acp/Kconfig +++ b/drivers/gpu/drm/amd/acp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "ACP (Audio CoProcessor) Configuration" | 2 | menu "ACP (Audio CoProcessor) Configuration" |
2 | 3 | ||
3 | config DRM_AMD_ACP | 4 | config DRM_AMD_ACP |
diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index 9221e5489069..844f0a162981 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_AMDGPU_SI | 2 | config DRM_AMDGPU_SI |
2 | bool "Enable amdgpu support for SI parts" | 3 | bool "Enable amdgpu support for SI parts" |
3 | depends on DRM_AMDGPU | 4 | depends on DRM_AMDGPU |
diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig index c3613604a4f8..a1a35d4d594b 100644 --- a/drivers/gpu/drm/amd/amdkfd/Kconfig +++ b/drivers/gpu/drm/amd/amdkfd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Heterogenous system architecture configuration | 3 | # Heterogenous system architecture configuration |
3 | # | 4 | # |
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 13a6ce9c8e94..0c25baded852 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Display Engine Configuration" | 2 | menu "Display Engine Configuration" |
2 | depends on DRM && DRM_AMDGPU | 3 | depends on DRM && DRM_AMDGPU |
3 | 4 | ||
diff --git a/drivers/gpu/drm/arc/Kconfig b/drivers/gpu/drm/arc/Kconfig index f47d88ba4fa5..e8f3d63e0b91 100644 --- a/drivers/gpu/drm/arc/Kconfig +++ b/drivers/gpu/drm/arc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ARCPGU | 2 | config DRM_ARCPGU |
2 | tristate "ARC PGU" | 3 | tristate "ARC PGU" |
3 | depends on DRM && OF | 4 | depends on DRM && OF |
diff --git a/drivers/gpu/drm/arc/Makefile b/drivers/gpu/drm/arc/Makefile index 73de56a0139a..c7028b7427b3 100644 --- a/drivers/gpu/drm/arc/Makefile +++ b/drivers/gpu/drm/arc/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | arcpgu-y := arcpgu_crtc.o arcpgu_hdmi.o arcpgu_sim.o arcpgu_drv.o | 2 | arcpgu-y := arcpgu_crtc.o arcpgu_hdmi.o arcpgu_sim.o arcpgu_drv.o |
2 | obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o | 3 | obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o |
diff --git a/drivers/gpu/drm/arm/Makefile b/drivers/gpu/drm/arm/Makefile index 120bef801fcf..3ced6fc9e21a 100644 --- a/drivers/gpu/drm/arm/Makefile +++ b/drivers/gpu/drm/arm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | hdlcd-y := hdlcd_drv.o hdlcd_crtc.o | 2 | hdlcd-y := hdlcd_drv.o hdlcd_crtc.o |
2 | obj-$(CONFIG_DRM_HDLCD) += hdlcd.o | 3 | obj-$(CONFIG_DRM_HDLCD) += hdlcd.o |
3 | mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o | 4 | mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o |
diff --git a/drivers/gpu/drm/armada/Kconfig b/drivers/gpu/drm/armada/Kconfig index eafaeeb7b5b1..f5c66d89ba99 100644 --- a/drivers/gpu/drm/armada/Kconfig +++ b/drivers/gpu/drm/armada/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ARMADA | 2 | config DRM_ARMADA |
2 | tristate "DRM support for Marvell Armada SoCs" | 3 | tristate "DRM support for Marvell Armada SoCs" |
3 | depends on DRM && HAVE_CLK && ARM && MMU | 4 | depends on DRM && HAVE_CLK && ARM && MMU |
diff --git a/drivers/gpu/drm/aspeed/Kconfig b/drivers/gpu/drm/aspeed/Kconfig index cccab520e02f..018383cfcfa7 100644 --- a/drivers/gpu/drm/aspeed/Kconfig +++ b/drivers/gpu/drm/aspeed/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ASPEED_GFX | 2 | config DRM_ASPEED_GFX |
2 | tristate "ASPEED BMC Display Controller" | 3 | tristate "ASPEED BMC Display Controller" |
3 | depends on DRM && OF | 4 | depends on DRM && OF |
diff --git a/drivers/gpu/drm/aspeed/Makefile b/drivers/gpu/drm/aspeed/Makefile index 6e194cd790d8..a681ba3ccc51 100644 --- a/drivers/gpu/drm/aspeed/Makefile +++ b/drivers/gpu/drm/aspeed/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o | 2 | aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o | 4 | obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o |
diff --git a/drivers/gpu/drm/ast/Kconfig b/drivers/gpu/drm/ast/Kconfig index 9647e1f07088..ac47ecfe7801 100644 --- a/drivers/gpu/drm/ast/Kconfig +++ b/drivers/gpu/drm/ast/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_AST | 2 | config DRM_AST |
2 | tristate "AST server chips" | 3 | tristate "AST server chips" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/ast/Makefile b/drivers/gpu/drm/ast/Makefile index 617fdd39519c..b086dae17013 100644 --- a/drivers/gpu/drm/ast/Makefile +++ b/drivers/gpu/drm/ast/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/atmel-hlcdc/Kconfig b/drivers/gpu/drm/atmel-hlcdc/Kconfig index 32bcc4bad06a..5f67f001553b 100644 --- a/drivers/gpu/drm/atmel-hlcdc/Kconfig +++ b/drivers/gpu/drm/atmel-hlcdc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ATMEL_HLCDC | 2 | config DRM_ATMEL_HLCDC |
2 | tristate "DRM Support for ATMEL HLCDC Display Controller" | 3 | tristate "DRM Support for ATMEL HLCDC Display Controller" |
3 | depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC && ARM | 4 | depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC && ARM |
diff --git a/drivers/gpu/drm/bochs/Kconfig b/drivers/gpu/drm/bochs/Kconfig index bd2718015cdb..17885fab131d 100644 --- a/drivers/gpu/drm/bochs/Kconfig +++ b/drivers/gpu/drm/bochs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_BOCHS | 2 | config DRM_BOCHS |
2 | tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" | 3 | tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/bochs/Makefile b/drivers/gpu/drm/bochs/Makefile index e9e0f8f5eb5b..55473371300f 100644 --- a/drivers/gpu/drm/bochs/Makefile +++ b/drivers/gpu/drm/bochs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_hw.o | 2 | bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_hw.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_BOCHS) += bochs-drm.o | 4 | obj-$(CONFIG_DRM_BOCHS) += bochs-drm.o |
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig index 3dff9997f5e3..ee777469293a 100644 --- a/drivers/gpu/drm/bridge/Kconfig +++ b/drivers/gpu/drm/bridge/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_BRIDGE | 2 | config DRM_BRIDGE |
2 | def_bool y | 3 | def_bool y |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/bridge/adv7511/Kconfig b/drivers/gpu/drm/bridge/adv7511/Kconfig index 944e440c4fde..8a56ff81f4fb 100644 --- a/drivers/gpu/drm/bridge/adv7511/Kconfig +++ b/drivers/gpu/drm/bridge/adv7511/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_I2C_ADV7511 | 2 | config DRM_I2C_ADV7511 |
2 | tristate "ADV7511 encoder" | 3 | tristate "ADV7511 encoder" |
3 | depends on OF | 4 | depends on OF |
diff --git a/drivers/gpu/drm/bridge/adv7511/Makefile b/drivers/gpu/drm/bridge/adv7511/Makefile index 5bb384938a71..b46ebeb35fd4 100644 --- a/drivers/gpu/drm/bridge/adv7511/Makefile +++ b/drivers/gpu/drm/bridge/adv7511/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | adv7511-y := adv7511_drv.o | 2 | adv7511-y := adv7511_drv.o |
2 | adv7511-$(CONFIG_DRM_I2C_ADV7511_AUDIO) += adv7511_audio.o | 3 | adv7511-$(CONFIG_DRM_I2C_ADV7511_AUDIO) += adv7511_audio.o |
3 | adv7511-$(CONFIG_DRM_I2C_ADV7511_CEC) += adv7511_cec.o | 4 | adv7511-$(CONFIG_DRM_I2C_ADV7511_CEC) += adv7511_cec.o |
diff --git a/drivers/gpu/drm/bridge/analogix/Kconfig b/drivers/gpu/drm/bridge/analogix/Kconfig index 80f286fa3a69..e930ff9b5cd4 100644 --- a/drivers/gpu/drm/bridge/analogix/Kconfig +++ b/drivers/gpu/drm/bridge/analogix/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ANALOGIX_DP | 2 | config DRM_ANALOGIX_DP |
2 | tristate | 3 | tristate |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/bridge/analogix/Makefile b/drivers/gpu/drm/bridge/analogix/Makefile index cd4010ba6890..fdbf3fd2f087 100644 --- a/drivers/gpu/drm/bridge/analogix/Makefile +++ b/drivers/gpu/drm/bridge/analogix/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o | 2 | analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o |
2 | obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o | 3 | obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o |
diff --git a/drivers/gpu/drm/bridge/synopsys/Kconfig b/drivers/gpu/drm/bridge/synopsys/Kconfig index 3cc53b44186e..21a1be3ced0f 100644 --- a/drivers/gpu/drm/bridge/synopsys/Kconfig +++ b/drivers/gpu/drm/bridge/synopsys/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_DW_HDMI | 2 | config DRM_DW_HDMI |
2 | tristate | 3 | tristate |
3 | select DRM_KMS_HELPER | 4 | select DRM_KMS_HELPER |
diff --git a/drivers/gpu/drm/bridge/synopsys/Makefile b/drivers/gpu/drm/bridge/synopsys/Makefile index 3e1b1e3d9533..91d746ad5de1 100644 --- a/drivers/gpu/drm/bridge/synopsys/Makefile +++ b/drivers/gpu/drm/bridge/synopsys/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o | 2 | obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o |
2 | obj-$(CONFIG_DRM_DW_HDMI_AHB_AUDIO) += dw-hdmi-ahb-audio.o | 3 | obj-$(CONFIG_DRM_DW_HDMI_AHB_AUDIO) += dw-hdmi-ahb-audio.o |
3 | obj-$(CONFIG_DRM_DW_HDMI_I2S_AUDIO) += dw-hdmi-i2s-audio.o | 4 | obj-$(CONFIG_DRM_DW_HDMI_I2S_AUDIO) += dw-hdmi-i2s-audio.o |
diff --git a/drivers/gpu/drm/cirrus/Kconfig b/drivers/gpu/drm/cirrus/Kconfig index dd4f52a0bc1c..c6bbd988b0e5 100644 --- a/drivers/gpu/drm/cirrus/Kconfig +++ b/drivers/gpu/drm/cirrus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_CIRRUS_QEMU | 2 | config DRM_CIRRUS_QEMU |
2 | tristate "Cirrus driver for QEMU emulated device" | 3 | tristate "Cirrus driver for QEMU emulated device" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/cirrus/Makefile b/drivers/gpu/drm/cirrus/Makefile index acf8971d37a1..0c1ed3f99725 100644 --- a/drivers/gpu/drm/cirrus/Makefile +++ b/drivers/gpu/drm/cirrus/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus.o | 2 | obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus.o |
diff --git a/drivers/gpu/drm/etnaviv/Kconfig b/drivers/gpu/drm/etnaviv/Kconfig index 21df44b78df3..faa7fc68b009 100644 --- a/drivers/gpu/drm/etnaviv/Kconfig +++ b/drivers/gpu/drm/etnaviv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config DRM_ETNAVIV | 3 | config DRM_ETNAVIV |
3 | tristate "ETNAVIV (DRM support for Vivante GPU IP cores)" | 4 | tristate "ETNAVIV (DRM support for Vivante GPU IP cores)" |
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 3691a140c950..cbe58d307d1c 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_EXYNOS | 2 | config DRM_EXYNOS |
2 | tristate "DRM Support for Samsung SoC EXYNOS Series" | 3 | tristate "DRM Support for Samsung SoC EXYNOS Series" |
3 | depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM) | 4 | depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM) |
diff --git a/drivers/gpu/drm/fsl-dcu/Kconfig b/drivers/gpu/drm/fsl-dcu/Kconfig index dc825883400d..d7dd8ba90e3a 100644 --- a/drivers/gpu/drm/fsl-dcu/Kconfig +++ b/drivers/gpu/drm/fsl-dcu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_FSL_DCU | 2 | config DRM_FSL_DCU |
2 | tristate "DRM Support for Freescale DCU" | 3 | tristate "DRM Support for Freescale DCU" |
3 | depends on DRM && OF && ARM && COMMON_CLK | 4 | depends on DRM && OF && ARM && COMMON_CLK |
diff --git a/drivers/gpu/drm/gma500/Kconfig b/drivers/gpu/drm/gma500/Kconfig index df11582f1efc..0e23c93a1094 100644 --- a/drivers/gpu/drm/gma500/Kconfig +++ b/drivers/gpu/drm/gma500/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_GMA500 | 2 | config DRM_GMA500 |
2 | tristate "Intel GMA5/600 KMS Framebuffer" | 3 | tristate "Intel GMA5/600 KMS Framebuffer" |
3 | depends on DRM && PCI && X86 && MMU | 4 | depends on DRM && PCI && X86 && MMU |
diff --git a/drivers/gpu/drm/hisilicon/Kconfig b/drivers/gpu/drm/hisilicon/Kconfig index 2fd2724b7a7d..cc5a244db252 100644 --- a/drivers/gpu/drm/hisilicon/Kconfig +++ b/drivers/gpu/drm/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # hisilicon drm device configuration. | 3 | # hisilicon drm device configuration. |
3 | # Please keep this list sorted alphabetically | 4 | # Please keep this list sorted alphabetically |
diff --git a/drivers/gpu/drm/hisilicon/Makefile b/drivers/gpu/drm/hisilicon/Makefile index c8155bfb1ff1..69dec6084b04 100644 --- a/drivers/gpu/drm/hisilicon/Makefile +++ b/drivers/gpu/drm/hisilicon/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for hisilicon drm drivers. | 3 | # Makefile for hisilicon drm drivers. |
3 | # Please keep this list sorted alphabetically | 4 | # Please keep this list sorted alphabetically |
diff --git a/drivers/gpu/drm/hisilicon/hibmc/Kconfig b/drivers/gpu/drm/hisilicon/hibmc/Kconfig index c7129dc3bdfc..7cf8d38da8be 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/Kconfig +++ b/drivers/gpu/drm/hisilicon/hibmc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_HISI_HIBMC | 2 | config DRM_HISI_HIBMC |
2 | tristate "DRM Support for Hisilicon Hibmc" | 3 | tristate "DRM Support for Hisilicon Hibmc" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/hisilicon/hibmc/Makefile b/drivers/gpu/drm/hisilicon/hibmc/Makefile index 3df726696372..0c2d4296bccd 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/Makefile +++ b/drivers/gpu/drm/hisilicon/hibmc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | hibmc-drm-y := hibmc_drm_drv.o hibmc_drm_de.o hibmc_drm_vdac.o hibmc_drm_fbdev.o hibmc_ttm.o | 2 | hibmc-drm-y := hibmc_drm_drv.o hibmc_drm_de.o hibmc_drm_vdac.o hibmc_drm_fbdev.o hibmc_ttm.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_HISI_HIBMC) += hibmc-drm.o | 4 | obj-$(CONFIG_DRM_HISI_HIBMC) += hibmc-drm.o |
diff --git a/drivers/gpu/drm/hisilicon/kirin/Kconfig b/drivers/gpu/drm/hisilicon/kirin/Kconfig index 499f64405dac..0fa29af08ad0 100644 --- a/drivers/gpu/drm/hisilicon/kirin/Kconfig +++ b/drivers/gpu/drm/hisilicon/kirin/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_HISI_KIRIN | 2 | config DRM_HISI_KIRIN |
2 | tristate "DRM Support for Hisilicon Kirin series SoCs Platform" | 3 | tristate "DRM Support for Hisilicon Kirin series SoCs Platform" |
3 | depends on DRM && OF && ARM64 | 4 | depends on DRM && OF && ARM64 |
diff --git a/drivers/gpu/drm/hisilicon/kirin/Makefile b/drivers/gpu/drm/hisilicon/kirin/Makefile index cdf61589485c..c0501fa3fe53 100644 --- a/drivers/gpu/drm/hisilicon/kirin/Makefile +++ b/drivers/gpu/drm/hisilicon/kirin/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | kirin-drm-y := kirin_drm_drv.o \ | 2 | kirin-drm-y := kirin_drm_drv.o \ |
2 | kirin_drm_ade.o | 3 | kirin_drm_ade.o |
3 | 4 | ||
diff --git a/drivers/gpu/drm/i2c/Kconfig b/drivers/gpu/drm/i2c/Kconfig index 65d3acb61c03..6f19e1c35e30 100644 --- a/drivers/gpu/drm/i2c/Kconfig +++ b/drivers/gpu/drm/i2c/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "I2C encoder or helper chips" | 2 | menu "I2C encoder or helper chips" |
2 | depends on DRM && DRM_KMS_HELPER && I2C | 3 | depends on DRM && DRM_KMS_HELPER && I2C |
3 | 4 | ||
diff --git a/drivers/gpu/drm/i810/Makefile b/drivers/gpu/drm/i810/Makefile index 639f8596c978..c181f8528c5c 100644 --- a/drivers/gpu/drm/i810/Makefile +++ b/drivers/gpu/drm/i810/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig index 3d5f1cb6a76c..255f224db64b 100644 --- a/drivers/gpu/drm/i915/Kconfig +++ b/drivers/gpu/drm/i915/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_I915 | 2 | config DRM_I915 |
2 | tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics" | 3 | tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug index ad4d71161dda..04b686d2c2d0 100644 --- a/drivers/gpu/drm/i915/Kconfig.debug +++ b/drivers/gpu/drm/i915/Kconfig.debug | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_I915_WERROR | 2 | config DRM_I915_WERROR |
2 | bool "Force GCC to throw an error instead of a warning when compiling" | 3 | bool "Force GCC to throw an error instead of a warning when compiling" |
3 | # As this may inadvertently break the build, only allow the user | 4 | # As this may inadvertently break the build, only allow the user |
diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig index c3c84a09e628..207bf7409dfb 100644 --- a/drivers/gpu/drm/imx/Kconfig +++ b/drivers/gpu/drm/imx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_IMX | 2 | config DRM_IMX |
2 | tristate "DRM Support for Freescale i.MX" | 3 | tristate "DRM Support for Freescale i.MX" |
3 | select DRM_KMS_HELPER | 4 | select DRM_KMS_HELPER |
diff --git a/drivers/gpu/drm/mediatek/Kconfig b/drivers/gpu/drm/mediatek/Kconfig index 119ec0a21de2..fa5ffc4fe823 100644 --- a/drivers/gpu/drm/mediatek/Kconfig +++ b/drivers/gpu/drm/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_MEDIATEK | 2 | config DRM_MEDIATEK |
2 | tristate "DRM Support for Mediatek SoCs" | 3 | tristate "DRM Support for Mediatek SoCs" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig index c28b69f48555..e450387d0eab 100644 --- a/drivers/gpu/drm/meson/Kconfig +++ b/drivers/gpu/drm/meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_MESON | 2 | config DRM_MESON |
2 | tristate "DRM Support for Amlogic Meson Display Controller" | 3 | tristate "DRM Support for Amlogic Meson Display Controller" |
3 | depends on DRM && OF && (ARM || ARM64) | 4 | depends on DRM && OF && (ARM || ARM64) |
diff --git a/drivers/gpu/drm/meson/Makefile b/drivers/gpu/drm/meson/Makefile index d4ea82fc493b..c389e2399133 100644 --- a/drivers/gpu/drm/meson/Makefile +++ b/drivers/gpu/drm/meson/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | meson-drm-y := meson_drv.o meson_plane.o meson_crtc.o meson_venc_cvbs.o | 2 | meson-drm-y := meson_drv.o meson_plane.o meson_crtc.o meson_venc_cvbs.o |
2 | meson-drm-y += meson_viu.o meson_vpp.o meson_venc.o meson_vclk.o meson_overlay.o | 3 | meson-drm-y += meson_viu.o meson_vpp.o meson_venc.o meson_vclk.o meson_overlay.o |
3 | 4 | ||
diff --git a/drivers/gpu/drm/mga/Makefile b/drivers/gpu/drm/mga/Makefile index 49e972c2f787..db07c7fcc996 100644 --- a/drivers/gpu/drm/mga/Makefile +++ b/drivers/gpu/drm/mga/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/mgag200/Kconfig b/drivers/gpu/drm/mgag200/Kconfig index db58578719d2..91f3579546d0 100644 --- a/drivers/gpu/drm/mgag200/Kconfig +++ b/drivers/gpu/drm/mgag200/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_MGAG200 | 2 | config DRM_MGAG200 |
2 | tristate "Kernel modesetting driver for MGA G200 server engines" | 3 | tristate "Kernel modesetting driver for MGA G200 server engines" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/mgag200/Makefile b/drivers/gpu/drm/mgag200/Makefile index 3d91d1d6c45d..98d204408bd0 100644 --- a/drivers/gpu/drm/mgag200/Makefile +++ b/drivers/gpu/drm/mgag200/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | mgag200-y := mgag200_main.o mgag200_mode.o mgag200_cursor.o \ | 2 | mgag200-y := mgag200_main.o mgag200_mode.o mgag200_cursor.o \ |
2 | mgag200_drv.o mgag200_fb.o mgag200_i2c.o mgag200_ttm.o | 3 | mgag200_drv.o mgag200_fb.o mgag200_i2c.o mgag200_ttm.o |
3 | 4 | ||
diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig index 9f2029eca39f..9c37e4de5896 100644 --- a/drivers/gpu/drm/msm/Kconfig +++ b/drivers/gpu/drm/msm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config DRM_MSM | 3 | config DRM_MSM |
3 | tristate "MSM DRM" | 4 | tristate "MSM DRM" |
diff --git a/drivers/gpu/drm/mxsfb/Kconfig b/drivers/gpu/drm/mxsfb/Kconfig index e9a8d90e6723..0dca8f27169e 100644 --- a/drivers/gpu/drm/mxsfb/Kconfig +++ b/drivers/gpu/drm/mxsfb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_MXS | 2 | config DRM_MXS |
2 | bool | 3 | bool |
3 | help | 4 | help |
diff --git a/drivers/gpu/drm/mxsfb/Makefile b/drivers/gpu/drm/mxsfb/Makefile index 857f3a4545ff..ff6e358088fa 100644 --- a/drivers/gpu/drm/mxsfb/Makefile +++ b/drivers/gpu/drm/mxsfb/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | mxsfb-y := mxsfb_drv.o mxsfb_crtc.o mxsfb_out.o | 2 | mxsfb-y := mxsfb_drv.o mxsfb_crtc.o mxsfb_out.o |
2 | obj-$(CONFIG_DRM_MXSFB) += mxsfb.o | 3 | obj-$(CONFIG_DRM_MXSFB) += mxsfb.o |
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index 1f1395148ff0..dba2613f7180 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_NOUVEAU | 2 | config DRM_NOUVEAU |
2 | tristate "Nouveau (NVIDIA) cards" | 3 | tristate "Nouveau (NVIDIA) cards" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/omapdrm/Kconfig b/drivers/gpu/drm/omapdrm/Kconfig index b3d08c5f41d4..5417e7a47072 100644 --- a/drivers/gpu/drm/omapdrm/Kconfig +++ b/drivers/gpu/drm/omapdrm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_OMAP | 2 | config DRM_OMAP |
2 | tristate "OMAP DRM" | 3 | tristate "OMAP DRM" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/omapdrm/displays/Kconfig b/drivers/gpu/drm/omapdrm/displays/Kconfig index 7b0bcb494b5c..c2566da32ac4 100644 --- a/drivers/gpu/drm/omapdrm/displays/Kconfig +++ b/drivers/gpu/drm/omapdrm/displays/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "OMAPDRM External Display Device Drivers" | 2 | menu "OMAPDRM External Display Device Drivers" |
2 | 3 | ||
3 | config DRM_OMAP_ENCODER_OPA362 | 4 | config DRM_OMAP_ENCODER_OPA362 |
diff --git a/drivers/gpu/drm/omapdrm/dss/Kconfig b/drivers/gpu/drm/omapdrm/dss/Kconfig index f24ebf7f61dd..956f23e1452d 100644 --- a/drivers/gpu/drm/omapdrm/dss/Kconfig +++ b/drivers/gpu/drm/omapdrm/dss/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config OMAP2_DSS_INIT | 2 | config OMAP2_DSS_INIT |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index e36dbb4df867..e281fc544742 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_PANEL | 2 | config DRM_PANEL |
2 | bool | 3 | bool |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/pl111/Kconfig b/drivers/gpu/drm/pl111/Kconfig index e5e2abd66491..80f6748055e3 100644 --- a/drivers/gpu/drm/pl111/Kconfig +++ b/drivers/gpu/drm/pl111/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_PL111 | 2 | config DRM_PL111 |
2 | tristate "DRM Support for PL111 CLCD Controller" | 3 | tristate "DRM Support for PL111 CLCD Controller" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/qxl/Kconfig b/drivers/gpu/drm/qxl/Kconfig index 378da5918e6c..d0d691b31f4a 100644 --- a/drivers/gpu/drm/qxl/Kconfig +++ b/drivers/gpu/drm/qxl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_QXL | 2 | config DRM_QXL |
2 | tristate "QXL virtual GPU" | 3 | tristate "QXL virtual GPU" |
3 | depends on DRM && PCI && MMU | 4 | depends on DRM && PCI && MMU |
diff --git a/drivers/gpu/drm/qxl/Makefile b/drivers/gpu/drm/qxl/Makefile index fc59d42b31af..1b6c201212ee 100644 --- a/drivers/gpu/drm/qxl/Makefile +++ b/drivers/gpu/drm/qxl/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/r128/Makefile b/drivers/gpu/drm/r128/Makefile index 1a6700ebaf09..ae8a1860c6b8 100644 --- a/drivers/gpu/drm/r128/Makefile +++ b/drivers/gpu/drm/r128/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig index 9909f5c68d76..6f60f4840cc5 100644 --- a/drivers/gpu/drm/radeon/Kconfig +++ b/drivers/gpu/drm/radeon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_RADEON_USERPTR | 2 | config DRM_RADEON_USERPTR |
2 | bool "Always enable userptr support" | 3 | bool "Always enable userptr support" |
3 | depends on DRM_RADEON | 4 | depends on DRM_RADEON |
diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig index 2cdf3b62d559..6f4222f8beeb 100644 --- a/drivers/gpu/drm/rockchip/Kconfig +++ b/drivers/gpu/drm/rockchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ROCKCHIP | 2 | config DRM_ROCKCHIP |
2 | tristate "DRM Support for Rockchip" | 3 | tristate "DRM Support for Rockchip" |
3 | depends on DRM && ROCKCHIP_IOMMU | 4 | depends on DRM && ROCKCHIP_IOMMU |
diff --git a/drivers/gpu/drm/savage/Makefile b/drivers/gpu/drm/savage/Makefile index cfd436bb28e4..3e520763d259 100644 --- a/drivers/gpu/drm/savage/Makefile +++ b/drivers/gpu/drm/savage/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/selftests/Makefile b/drivers/gpu/drm/selftests/Makefile index 1bb73dc4c88c..8ec64ecf0e36 100644 --- a/drivers/gpu/drm/selftests/Makefile +++ b/drivers/gpu/drm/selftests/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \ | 2 | test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \ |
2 | test-drm_format.o test-drm_framebuffer.o \ | 3 | test-drm_format.o test-drm_framebuffer.o \ |
3 | test-drm_damage_helper.o | 4 | test-drm_damage_helper.o |
diff --git a/drivers/gpu/drm/sis/Makefile b/drivers/gpu/drm/sis/Makefile index 7bf4c130c8fd..02b0253fda93 100644 --- a/drivers/gpu/drm/sis/Makefile +++ b/drivers/gpu/drm/sis/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig index 1963cc1b1cc5..d0cfdd36b38f 100644 --- a/drivers/gpu/drm/sti/Kconfig +++ b/drivers/gpu/drm/sti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_STI | 2 | config DRM_STI |
2 | tristate "DRM Support for STMicroelectronics SoC stiH4xx Series" | 3 | tristate "DRM Support for STMicroelectronics SoC stiH4xx Series" |
3 | depends on OF && DRM && (ARCH_STI || ARCH_MULTIPLATFORM) | 4 | depends on OF && DRM && (ARCH_STI || ARCH_MULTIPLATFORM) |
diff --git a/drivers/gpu/drm/stm/Kconfig b/drivers/gpu/drm/stm/Kconfig index d15b10de1da6..b7d66915a2be 100644 --- a/drivers/gpu/drm/stm/Kconfig +++ b/drivers/gpu/drm/stm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_STM | 2 | config DRM_STM |
2 | tristate "DRM Support for STMicroelectronics SoC Series" | 3 | tristate "DRM Support for STMicroelectronics SoC Series" |
3 | depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM) | 4 | depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM) |
diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile index d883adc365a2..4df5caf01f35 100644 --- a/drivers/gpu/drm/stm/Makefile +++ b/drivers/gpu/drm/stm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | stm-drm-y := \ | 2 | stm-drm-y := \ |
2 | drv.o \ | 3 | drv.o \ |
3 | ltdc.o | 4 | ltdc.o |
diff --git a/drivers/gpu/drm/sun4i/Kconfig b/drivers/gpu/drm/sun4i/Kconfig index 1dbbc3a1b763..37e90e42943f 100644 --- a/drivers/gpu/drm/sun4i/Kconfig +++ b/drivers/gpu/drm/sun4i/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_SUN4I | 2 | config DRM_SUN4I |
2 | tristate "DRM Support for Allwinner A10 Display Engine" | 3 | tristate "DRM Support for Allwinner A10 Display Engine" |
3 | depends on DRM && (ARM || ARM64) && COMMON_CLK | 4 | depends on DRM && (ARM || ARM64) && COMMON_CLK |
diff --git a/drivers/gpu/drm/tdfx/Makefile b/drivers/gpu/drm/tdfx/Makefile index 74bd4ae32348..03b7d0f087b0 100644 --- a/drivers/gpu/drm/tdfx/Makefile +++ b/drivers/gpu/drm/tdfx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index cf54847a8bd1..1d1269fde3c1 100644 --- a/drivers/gpu/drm/tegra/Kconfig +++ b/drivers/gpu/drm/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_TEGRA | 2 | config DRM_TEGRA |
2 | tristate "NVIDIA Tegra DRM" | 3 | tristate "NVIDIA Tegra DRM" |
3 | depends on ARCH_TEGRA || (ARM && COMPILE_TEST) | 4 | depends on ARCH_TEGRA || (ARM && COMPILE_TEST) |
diff --git a/drivers/gpu/drm/tilcdc/Kconfig b/drivers/gpu/drm/tilcdc/Kconfig index cb7df2086aee..9f505a149990 100644 --- a/drivers/gpu/drm/tilcdc/Kconfig +++ b/drivers/gpu/drm/tilcdc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_TILCDC | 2 | config DRM_TILCDC |
2 | tristate "DRM Support for TI LCDC Display Controller" | 3 | tristate "DRM Support for TI LCDC Display Controller" |
3 | depends on DRM && OF && ARM | 4 | depends on DRM && OF && ARM |
diff --git a/drivers/gpu/drm/tinydrm/Kconfig b/drivers/gpu/drm/tinydrm/Kconfig index 2c408ac1a900..87819c82bcce 100644 --- a/drivers/gpu/drm/tinydrm/Kconfig +++ b/drivers/gpu/drm/tinydrm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig DRM_TINYDRM | 2 | menuconfig DRM_TINYDRM |
2 | tristate "Support for simple displays" | 3 | tristate "Support for simple displays" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/tinydrm/Makefile b/drivers/gpu/drm/tinydrm/Makefile index f823066f7743..48ec8ed9dc16 100644 --- a/drivers/gpu/drm/tinydrm/Makefile +++ b/drivers/gpu/drm/tinydrm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DRM_TINYDRM) += core/ | 2 | obj-$(CONFIG_DRM_TINYDRM) += core/ |
2 | 3 | ||
3 | # Controllers | 4 | # Controllers |
diff --git a/drivers/gpu/drm/tinydrm/core/Makefile b/drivers/gpu/drm/tinydrm/core/Makefile index 6f8f764560e0..01065e920aea 100644 --- a/drivers/gpu/drm/tinydrm/core/Makefile +++ b/drivers/gpu/drm/tinydrm/core/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tinydrm-y := tinydrm-pipe.o tinydrm-helpers.o | 2 | tinydrm-y := tinydrm-pipe.o tinydrm-helpers.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_TINYDRM) += tinydrm.o | 4 | obj-$(CONFIG_DRM_TINYDRM) += tinydrm.o |
diff --git a/drivers/gpu/drm/tve200/Kconfig b/drivers/gpu/drm/tve200/Kconfig index c5f03bf4570c..e2d163c74ed6 100644 --- a/drivers/gpu/drm/tve200/Kconfig +++ b/drivers/gpu/drm/tve200/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_TVE200 | 2 | config DRM_TVE200 |
2 | tristate "DRM Support for Faraday TV Encoder TVE200" | 3 | tristate "DRM Support for Faraday TV Encoder TVE200" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/tve200/Makefile b/drivers/gpu/drm/tve200/Makefile index 6b7a6a1dcbf8..69948ed2668e 100644 --- a/drivers/gpu/drm/tve200/Makefile +++ b/drivers/gpu/drm/tve200/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tve200_drm-y += tve200_display.o \ | 2 | tve200_drm-y += tve200_display.o \ |
2 | tve200_drv.o | 3 | tve200_drv.o |
3 | 4 | ||
diff --git a/drivers/gpu/drm/udl/Kconfig b/drivers/gpu/drm/udl/Kconfig index 1616ec4f4d84..b4d179b87f01 100644 --- a/drivers/gpu/drm/udl/Kconfig +++ b/drivers/gpu/drm/udl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_UDL | 2 | config DRM_UDL |
2 | tristate "DisplayLink" | 3 | tristate "DisplayLink" |
3 | depends on DRM | 4 | depends on DRM |
diff --git a/drivers/gpu/drm/udl/Makefile b/drivers/gpu/drm/udl/Makefile index 36f2e825102b..e5bb6f757e11 100644 --- a/drivers/gpu/drm/udl/Makefile +++ b/drivers/gpu/drm/udl/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o udl_dmabuf.o | 2 | udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o udl_dmabuf.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_UDL) := udl.o | 4 | obj-$(CONFIG_DRM_UDL) := udl.o |
diff --git a/drivers/gpu/drm/v3d/Kconfig b/drivers/gpu/drm/v3d/Kconfig index 75a74c45f109..9a5c44606337 100644 --- a/drivers/gpu/drm/v3d/Kconfig +++ b/drivers/gpu/drm/v3d/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_V3D | 2 | config DRM_V3D |
2 | tristate "Broadcom V3D 3.x and newer" | 3 | tristate "Broadcom V3D 3.x and newer" |
3 | depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST | 4 | depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST |
diff --git a/drivers/gpu/drm/v3d/Makefile b/drivers/gpu/drm/v3d/Makefile index 34446e1de64f..db4cfc155821 100644 --- a/drivers/gpu/drm/v3d/Makefile +++ b/drivers/gpu/drm/v3d/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Please keep these build lists sorted! | 2 | # Please keep these build lists sorted! |
2 | 3 | ||
3 | # core driver code | 4 | # core driver code |
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig index fdae18aeab4f..7c2317efd5b7 100644 --- a/drivers/gpu/drm/vc4/Kconfig +++ b/drivers/gpu/drm/vc4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_VC4 | 2 | config DRM_VC4 |
2 | tristate "Broadcom VC4 Graphics" | 3 | tristate "Broadcom VC4 Graphics" |
3 | depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST | 4 | depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST |
diff --git a/drivers/gpu/drm/vgem/Makefile b/drivers/gpu/drm/vgem/Makefile index cb5d413b9c93..55eb5be044b4 100644 --- a/drivers/gpu/drm/vgem/Makefile +++ b/drivers/gpu/drm/vgem/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | vgem-y := vgem_drv.o vgem_fence.o | 2 | vgem-y := vgem_drv.o vgem_fence.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_VGEM) += vgem.o | 4 | obj-$(CONFIG_DRM_VGEM) += vgem.o |
diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile index 751fa8b8a014..84db4eee7828 100644 --- a/drivers/gpu/drm/via/Makefile +++ b/drivers/gpu/drm/via/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the drm device driver. This driver provides support for the | 3 | # Makefile for the drm device driver. This driver provides support for the |
3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 4 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
diff --git a/drivers/gpu/drm/virtio/Kconfig b/drivers/gpu/drm/virtio/Kconfig index 0c384d9a2b75..ba36e933bb49 100644 --- a/drivers/gpu/drm/virtio/Kconfig +++ b/drivers/gpu/drm/virtio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_VIRTIO_GPU | 2 | config DRM_VIRTIO_GPU |
2 | tristate "Virtio GPU driver" | 3 | tristate "Virtio GPU driver" |
3 | depends on DRM && VIRTIO && MMU | 4 | depends on DRM && VIRTIO && MMU |
diff --git a/drivers/gpu/drm/vkms/Makefile b/drivers/gpu/drm/vkms/Makefile index 37966914f70b..89f09bec7b23 100644 --- a/drivers/gpu/drm/vkms/Makefile +++ b/drivers/gpu/drm/vkms/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | vkms-y := vkms_drv.o vkms_plane.o vkms_output.o vkms_crtc.o vkms_gem.o vkms_crc.o | 2 | vkms-y := vkms_drv.o vkms_plane.o vkms_output.o vkms_crtc.o vkms_gem.o vkms_crc.o |
2 | 3 | ||
3 | obj-$(CONFIG_DRM_VKMS) += vkms.o | 4 | obj-$(CONFIG_DRM_VKMS) += vkms.o |
diff --git a/drivers/gpu/drm/xen/Kconfig b/drivers/gpu/drm/xen/Kconfig index f969d486855d..fab1373e1fb3 100644 --- a/drivers/gpu/drm/xen/Kconfig +++ b/drivers/gpu/drm/xen/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_XEN | 2 | config DRM_XEN |
2 | bool "DRM Support for Xen guest OS" | 3 | bool "DRM Support for Xen guest OS" |
3 | depends on XEN | 4 | depends on XEN |
diff --git a/drivers/gpu/drm/zte/Kconfig b/drivers/gpu/drm/zte/Kconfig index 5b36421ef3e5..90ebaedc11fd 100644 --- a/drivers/gpu/drm/zte/Kconfig +++ b/drivers/gpu/drm/zte/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DRM_ZTE | 2 | config DRM_ZTE |
2 | tristate "DRM Support for ZTE SoCs" | 3 | tristate "DRM Support for ZTE SoCs" |
3 | depends on DRM && ARCH_ZX | 4 | depends on DRM && ARCH_ZX |
diff --git a/drivers/gpu/host1x/Kconfig b/drivers/gpu/host1x/Kconfig index 91916326957f..cf987a317a55 100644 --- a/drivers/gpu/host1x/Kconfig +++ b/drivers/gpu/host1x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config TEGRA_HOST1X | 2 | config TEGRA_HOST1X |
2 | tristate "NVIDIA Tegra host1x driver" | 3 | tristate "NVIDIA Tegra host1x driver" |
3 | depends on ARCH_TEGRA || (ARM && COMPILE_TEST) | 4 | depends on ARCH_TEGRA || (ARM && COMPILE_TEST) |
diff --git a/drivers/gpu/ipu-v3/Kconfig b/drivers/gpu/ipu-v3/Kconfig index fe6f8c5b4445..061fb990c120 100644 --- a/drivers/gpu/ipu-v3/Kconfig +++ b/drivers/gpu/ipu-v3/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IMX_IPUV3_CORE | 2 | config IMX_IPUV3_CORE |
2 | tristate "IPUv3 core support" | 3 | tristate "IPUv3 core support" |
3 | depends on SOC_IMX5 || SOC_IMX6Q || ARCH_MULTIPLATFORM || COMPILE_TEST | 4 | depends on SOC_IMX5 || SOC_IMX6Q || ARCH_MULTIPLATFORM || COMPILE_TEST |
diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig index d5f1d8e1c6f8..84ab482d0db6 100644 --- a/drivers/gpu/vga/Kconfig +++ b/drivers/gpu/vga/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VGA_ARB | 2 | config VGA_ARB |
2 | bool "VGA Arbitration" if EXPERT | 3 | bool "VGA Arbitration" if EXPERT |
3 | default y | 4 | default y |
diff --git a/drivers/gpu/vga/Makefile b/drivers/gpu/vga/Makefile index 14ca30b75d0a..e92064442d60 100644 --- a/drivers/gpu/vga/Makefile +++ b/drivers/gpu/vga/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VGA_ARB) += vgaarb.o | 2 | obj-$(CONFIG_VGA_ARB) += vgaarb.o |
2 | obj-$(CONFIG_VGA_SWITCHEROO) += vga_switcheroo.o | 3 | obj-$(CONFIG_VGA_SWITCHEROO) += vga_switcheroo.o |
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c3c390ca3690..3872e03d9a59 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HID driver configuration | 3 | # HID driver configuration |
3 | # | 4 | # |
diff --git a/drivers/hid/i2c-hid/Kconfig b/drivers/hid/i2c-hid/Kconfig index b66617a020bd..0e2ae47f38a7 100644 --- a/drivers/hid/i2c-hid/Kconfig +++ b/drivers/hid/i2c-hid/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "I2C HID support" | 2 | menu "I2C HID support" |
2 | depends on I2C | 3 | depends on I2C |
3 | 4 | ||
diff --git a/drivers/hid/i2c-hid/Makefile b/drivers/hid/i2c-hid/Makefile index 099e1ce2f234..681b3896898e 100644 --- a/drivers/hid/i2c-hid/Makefile +++ b/drivers/hid/i2c-hid/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the I2C input drivers | 3 | # Makefile for the I2C input drivers |
3 | # | 4 | # |
diff --git a/drivers/hid/intel-ish-hid/Kconfig b/drivers/hid/intel-ish-hid/Kconfig index 786adbc97ac5..c6c9cfe2475e 100644 --- a/drivers/hid/intel-ish-hid/Kconfig +++ b/drivers/hid/intel-ish-hid/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Intel ISH HID support" | 2 | menu "Intel ISH HID support" |
2 | depends on (X86_64 || COMPILE_TEST) && PCI | 3 | depends on (X86_64 || COMPILE_TEST) && PCI |
3 | 4 | ||
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index e50d8fe4d36c..b5f3a3c4149e 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "USB HID support" | 2 | menu "USB HID support" |
2 | depends on USB | 3 | depends on USB |
3 | 4 | ||
diff --git a/drivers/hsi/Kconfig b/drivers/hsi/Kconfig index 2c76de438eb1..bcddb06ef038 100644 --- a/drivers/hsi/Kconfig +++ b/drivers/hsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HSI driver configuration | 3 | # HSI driver configuration |
3 | # | 4 | # |
diff --git a/drivers/hsi/clients/Kconfig b/drivers/hsi/clients/Kconfig index d6126200361f..3c423a27f0ae 100644 --- a/drivers/hsi/clients/Kconfig +++ b/drivers/hsi/clients/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HSI clients configuration | 3 | # HSI clients configuration |
3 | # | 4 | # |
diff --git a/drivers/hsi/clients/Makefile b/drivers/hsi/clients/Makefile index 260723266407..8fab835fa5d4 100644 --- a/drivers/hsi/clients/Makefile +++ b/drivers/hsi/clients/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for HSI clients | 3 | # Makefile for HSI clients |
3 | # | 4 | # |
diff --git a/drivers/hsi/controllers/Kconfig b/drivers/hsi/controllers/Kconfig index 48e4eda186cc..3ad4a5a9ab05 100644 --- a/drivers/hsi/controllers/Kconfig +++ b/drivers/hsi/controllers/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HSI controllers configuration | 3 | # HSI controllers configuration |
3 | # | 4 | # |
diff --git a/drivers/hsi/controllers/Makefile b/drivers/hsi/controllers/Makefile index 7aba9c7f71bb..41aab9380c86 100644 --- a/drivers/hsi/controllers/Makefile +++ b/drivers/hsi/controllers/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for HSI controllers drivers | 3 | # Makefile for HSI controllers drivers |
3 | # | 4 | # |
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 1915a18b537b..650dd71f9724 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Hardware monitoring chip drivers configuration | 3 | # Hardware monitoring chip drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/hwmon/occ/Kconfig b/drivers/hwmon/occ/Kconfig index 1658634a053e..35a7070db827 100644 --- a/drivers/hwmon/occ/Kconfig +++ b/drivers/hwmon/occ/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # On-Chip Controller configuration | 3 | # On-Chip Controller configuration |
3 | # | 4 | # |
diff --git a/drivers/hwmon/occ/Makefile b/drivers/hwmon/occ/Makefile index 493588d5a9d3..810061765911 100644 --- a/drivers/hwmon/occ/Makefile +++ b/drivers/hwmon/occ/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | occ-hwmon-common-objs := common.o sysfs.o | 2 | occ-hwmon-common-objs := common.o sysfs.o |
2 | occ-p8-hwmon-objs := p8_i2c.o | 3 | occ-p8-hwmon-objs := p8_i2c.o |
3 | occ-p9-hwmon-objs := p9_sbe.o | 4 | occ-p9-hwmon-objs := p9_sbe.o |
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 7edab7e30eaf..30751eb9550a 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PMBus chip drivers configuration | 3 | # PMBus chip drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/hwtracing/Kconfig b/drivers/hwtracing/Kconfig index f68e025c5131..13085835a636 100644 --- a/drivers/hwtracing/Kconfig +++ b/drivers/hwtracing/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "HW tracing support" | 2 | menu "HW tracing support" |
2 | 3 | ||
3 | source "drivers/hwtracing/stm/Kconfig" | 4 | source "drivers/hwtracing/stm/Kconfig" |
diff --git a/drivers/hwtracing/coresight/Kconfig b/drivers/hwtracing/coresight/Kconfig index 18e8d03321d6..5487d4a1abc2 100644 --- a/drivers/hwtracing/coresight/Kconfig +++ b/drivers/hwtracing/coresight/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Coresight configuration | 3 | # Coresight configuration |
3 | # | 4 | # |
diff --git a/drivers/hwtracing/intel_th/Kconfig b/drivers/hwtracing/intel_th/Kconfig index ca0527d588e9..4b6359326ede 100644 --- a/drivers/hwtracing/intel_th/Kconfig +++ b/drivers/hwtracing/intel_th/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INTEL_TH | 2 | config INTEL_TH |
2 | tristate "Intel(R) Trace Hub controller" | 3 | tristate "Intel(R) Trace Hub controller" |
3 | depends on HAS_DMA && HAS_IOMEM | 4 | depends on HAS_DMA && HAS_IOMEM |
diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index 752dd66742bf..d0e92a8a045c 100644 --- a/drivers/hwtracing/stm/Kconfig +++ b/drivers/hwtracing/stm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config STM | 2 | config STM |
2 | tristate "System Trace Module devices" | 3 | tristate "System Trace Module devices" |
3 | select CONFIGFS_FS | 4 | select CONFIGFS_FS |
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index c6b7fc7b67d6..abedd55a1264 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # I2C subsystem configuration | 3 | # I2C subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig index f1cfe7e5508b..aea523529ef6 100644 --- a/drivers/i2c/algos/Kconfig +++ b/drivers/i2c/algos/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # I2C algorithm drivers configuration | 3 | # I2C algorithm drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/i2c/algos/Makefile b/drivers/i2c/algos/Makefile index 215303f60d61..9b319a30d2ea 100644 --- a/drivers/i2c/algos/Makefile +++ b/drivers/i2c/algos/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the i2c algorithms | 3 | # Makefile for the i2c algorithms |
3 | # | 4 | # |
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 26186439db6b..ee5dfb5aee2a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Sensor device configuration | 3 | # Sensor device configuration |
3 | # | 4 | # |
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 52a4a922e7e6..c6040aa839ac 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multiplexer I2C chip drivers configuration | 3 | # Multiplexer I2C chip drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/i3c/master/Kconfig b/drivers/i3c/master/Kconfig index 26c6b585894e..4e80a1fcbf91 100644 --- a/drivers/i3c/master/Kconfig +++ b/drivers/i3c/master/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CDNS_I3C_MASTER | 2 | config CDNS_I3C_MASTER |
2 | tristate "Cadence I3C master driver" | 3 | tristate "Cadence I3C master driver" |
3 | depends on I3C | 4 | depends on I3C |
diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile index fc53939a0bb1..7eea9e086144 100644 --- a/drivers/i3c/master/Makefile +++ b/drivers/i3c/master/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o | 2 | obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o |
2 | obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o | 3 | obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o |
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 19fcd0756f46..fdd2a62f9d52 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IDE ATA ATAPI Block device driver configuration | 3 | # IDE ATA ATAPI Block device driver configuration |
3 | # | 4 | # |
diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig index 55bcf803841e..6707d2539fc4 100644 --- a/drivers/idle/Kconfig +++ b/drivers/idle/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INTEL_IDLE | 2 | config INTEL_IDLE |
2 | bool "Cpuidle Driver for Intel Processors" | 3 | bool "Cpuidle Driver for Intel Processors" |
3 | depends on CPU_IDLE | 4 | depends on CPU_IDLE |
diff --git a/drivers/idle/Makefile b/drivers/idle/Makefile index 0007111d73e9..0a3c37510079 100644 --- a/drivers/idle/Makefile +++ b/drivers/idle/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INTEL_IDLE) += intel_idle.o | 2 | obj-$(CONFIG_INTEL_IDLE) += intel_idle.o |
2 | 3 | ||
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig index a22cbee593fe..1d736a4952ab 100644 --- a/drivers/iio/Kconfig +++ b/drivers/iio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Industrial I/O subsystem configuration | 3 | # Industrial I/O subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig index 62a970a20219..9b9656ce37e6 100644 --- a/drivers/iio/accel/Kconfig +++ b/drivers/iio/accel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Accelerometer drivers | 3 | # Accelerometer drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 2036eca546fd..f96a7702b020 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ADC drivers | 3 | # ADC drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/afe/Kconfig b/drivers/iio/afe/Kconfig index c91eef04825a..4fa397822cff 100644 --- a/drivers/iio/afe/Kconfig +++ b/drivers/iio/afe/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Analog Front End drivers | 3 | # Analog Front End drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/afe/Makefile b/drivers/iio/afe/Makefile index 5fabb7bcac47..4c56c8edb2ba 100644 --- a/drivers/iio/afe/Makefile +++ b/drivers/iio/afe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for industrial I/O Analog Front Ends (AFE) | 3 | # Makefile for industrial I/O Analog Front Ends (AFE) |
3 | # | 4 | # |
diff --git a/drivers/iio/amplifiers/Kconfig b/drivers/iio/amplifiers/Kconfig index e9c5f2cd9257..863d73519c0d 100644 --- a/drivers/iio/amplifiers/Kconfig +++ b/drivers/iio/amplifiers/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Gain Amplifiers, etc. | 3 | # Gain Amplifiers, etc. |
3 | # | 4 | # |
diff --git a/drivers/iio/amplifiers/Makefile b/drivers/iio/amplifiers/Makefile index 8da4b787898a..9abef2ebe9bc 100644 --- a/drivers/iio/amplifiers/Makefile +++ b/drivers/iio/amplifiers/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile iio/amplifiers | 3 | # Makefile iio/amplifiers |
3 | # | 4 | # |
diff --git a/drivers/iio/buffer/Kconfig b/drivers/iio/buffer/Kconfig index 338774cba19b..63f265c8b466 100644 --- a/drivers/iio/buffer/Kconfig +++ b/drivers/iio/buffer/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Industrial I/O generic buffer implementations | 3 | # Industrial I/O generic buffer implementations |
3 | # | 4 | # |
diff --git a/drivers/iio/chemical/Kconfig b/drivers/iio/chemical/Kconfig index 5dc11a359444..fa4586037bb8 100644 --- a/drivers/iio/chemical/Kconfig +++ b/drivers/iio/chemical/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Chemical sensors | 3 | # Chemical sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/chemical/Makefile b/drivers/iio/chemical/Makefile index f5d1365acb49..f97270bc4034 100644 --- a/drivers/iio/chemical/Makefile +++ b/drivers/iio/chemical/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for IIO chemical sensors | 3 | # Makefile for IIO chemical sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/common/Kconfig b/drivers/iio/common/Kconfig index e108996a9627..2b9ee9161abd 100644 --- a/drivers/iio/common/Kconfig +++ b/drivers/iio/common/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IIO common modules | 3 | # IIO common modules |
3 | # | 4 | # |
diff --git a/drivers/iio/common/cros_ec_sensors/Kconfig b/drivers/iio/common/cros_ec_sensors/Kconfig index 135f6825903f..f9bf7ff7fcaf 100644 --- a/drivers/iio/common/cros_ec_sensors/Kconfig +++ b/drivers/iio/common/cros_ec_sensors/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Chrome OS Embedded Controller managed sensors library | 3 | # Chrome OS Embedded Controller managed sensors library |
3 | # | 4 | # |
diff --git a/drivers/iio/common/cros_ec_sensors/Makefile b/drivers/iio/common/cros_ec_sensors/Makefile index ec716ff2a775..7c2d6a966fe6 100644 --- a/drivers/iio/common/cros_ec_sensors/Makefile +++ b/drivers/iio/common/cros_ec_sensors/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for sensors seen through the ChromeOS EC sensor hub. | 3 | # Makefile for sensors seen through the ChromeOS EC sensor hub. |
3 | # | 4 | # |
diff --git a/drivers/iio/common/hid-sensors/Kconfig b/drivers/iio/common/hid-sensors/Kconfig index 80105378b0ba..24d492567336 100644 --- a/drivers/iio/common/hid-sensors/Kconfig +++ b/drivers/iio/common/hid-sensors/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Hid Sensor common modules | 3 | # Hid Sensor common modules |
3 | # | 4 | # |
diff --git a/drivers/iio/common/hid-sensors/Makefile b/drivers/iio/common/hid-sensors/Makefile index 22e7c5a82325..64b01a81fcb2 100644 --- a/drivers/iio/common/hid-sensors/Makefile +++ b/drivers/iio/common/hid-sensors/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Hid sensor common modules. | 3 | # Makefile for the Hid sensor common modules. |
3 | # | 4 | # |
diff --git a/drivers/iio/common/ms_sensors/Kconfig b/drivers/iio/common/ms_sensors/Kconfig index 89398d0afc0d..45012b7ad609 100644 --- a/drivers/iio/common/ms_sensors/Kconfig +++ b/drivers/iio/common/ms_sensors/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Measurements Specialties sensors common library | 3 | # Measurements Specialties sensors common library |
3 | # | 4 | # |
diff --git a/drivers/iio/common/ms_sensors/Makefile b/drivers/iio/common/ms_sensors/Makefile index 7846428abe06..028573b9b7e3 100644 --- a/drivers/iio/common/ms_sensors/Makefile +++ b/drivers/iio/common/ms_sensors/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Measurement Specialties sensor common modules. | 3 | # Makefile for the Measurement Specialties sensor common modules. |
3 | # | 4 | # |
diff --git a/drivers/iio/common/ssp_sensors/Kconfig b/drivers/iio/common/ssp_sensors/Kconfig index 0ea4faf016d8..5262409e4421 100644 --- a/drivers/iio/common/ssp_sensors/Kconfig +++ b/drivers/iio/common/ssp_sensors/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SSP sensor drivers and commons configuration | 3 | # SSP sensor drivers and commons configuration |
3 | # | 4 | # |
diff --git a/drivers/iio/common/ssp_sensors/Makefile b/drivers/iio/common/ssp_sensors/Makefile index 1e0389eb0905..ba831429b20a 100644 --- a/drivers/iio/common/ssp_sensors/Makefile +++ b/drivers/iio/common/ssp_sensors/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for SSP sensor drivers and commons. | 3 | # Makefile for SSP sensor drivers and commons. |
3 | # | 4 | # |
diff --git a/drivers/iio/common/st_sensors/Kconfig b/drivers/iio/common/st_sensors/Kconfig index 865f1ca33eb9..91b98e152d75 100644 --- a/drivers/iio/common/st_sensors/Kconfig +++ b/drivers/iio/common/st_sensors/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STMicroelectronics sensors common library | 3 | # STMicroelectronics sensors common library |
3 | # | 4 | # |
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index fbef9107acad..cc42219a64f7 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # DAC drivers | 3 | # DAC drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/dummy/Kconfig b/drivers/iio/dummy/Kconfig index c4fd108e91d3..5c5c2f8c55f3 100644 --- a/drivers/iio/dummy/Kconfig +++ b/drivers/iio/dummy/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Industrial I/O subsystem Dummy Driver configuration | 3 | # Industrial I/O subsystem Dummy Driver configuration |
3 | # | 4 | # |
diff --git a/drivers/iio/frequency/Kconfig b/drivers/iio/frequency/Kconfig index dc5e0b72882f..c86db8b42380 100644 --- a/drivers/iio/frequency/Kconfig +++ b/drivers/iio/frequency/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Frequency | 3 | # Frequency |
3 | # Direct Digital Synthesis drivers (DDS) | 4 | # Direct Digital Synthesis drivers (DDS) |
diff --git a/drivers/iio/frequency/Makefile b/drivers/iio/frequency/Makefile index 2bca03f3e2e3..f2e396d40ddd 100644 --- a/drivers/iio/frequency/Makefile +++ b/drivers/iio/frequency/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile iio/frequency | 3 | # Makefile iio/frequency |
3 | # | 4 | # |
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index 61c00cee037d..95e6f96d4529 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IIO Digital Gyroscope Sensor drivers configuration | 3 | # IIO Digital Gyroscope Sensor drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/iio/health/Kconfig b/drivers/iio/health/Kconfig index a2ecb4c94c2a..a89f3abf11f4 100644 --- a/drivers/iio/health/Kconfig +++ b/drivers/iio/health/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Health sensors | 3 | # Health sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/health/Makefile b/drivers/iio/health/Makefile index 3558f9d64954..910817112258 100644 --- a/drivers/iio/health/Makefile +++ b/drivers/iio/health/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for IIO Health sensors | 3 | # Makefile for IIO Health sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig index f1a8ec9d637b..6c5507a6cd74 100644 --- a/drivers/iio/humidity/Kconfig +++ b/drivers/iio/humidity/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # humidity sensor drivers | 3 | # humidity sensor drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/imu/Kconfig b/drivers/iio/imu/Kconfig index 156630a21696..4957e6df447e 100644 --- a/drivers/iio/imu/Kconfig +++ b/drivers/iio/imu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IIO imu drivers configuration | 3 | # IIO imu drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/iio/imu/bmi160/Kconfig b/drivers/iio/imu/bmi160/Kconfig index 005c17ccc2b0..9d14d85cca16 100644 --- a/drivers/iio/imu/bmi160/Kconfig +++ b/drivers/iio/imu/bmi160/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # BMI160 IMU driver | 3 | # BMI160 IMU driver |
3 | # | 4 | # |
diff --git a/drivers/iio/imu/bmi160/Makefile b/drivers/iio/imu/bmi160/Makefile index 10365e493ae2..fdcfeddf48d4 100644 --- a/drivers/iio/imu/bmi160/Makefile +++ b/drivers/iio/imu/bmi160/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Bosch BMI160 IMU | 3 | # Makefile for Bosch BMI160 IMU |
3 | # | 4 | # |
diff --git a/drivers/iio/imu/inv_mpu6050/Kconfig b/drivers/iio/imu/inv_mpu6050/Kconfig index d2fe9dbddda7..395f3bd7de0a 100644 --- a/drivers/iio/imu/inv_mpu6050/Kconfig +++ b/drivers/iio/imu/inv_mpu6050/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # inv-mpu6050 drivers for Invensense MPU devices and combos | 3 | # inv-mpu6050 drivers for Invensense MPU devices and combos |
3 | # | 4 | # |
diff --git a/drivers/iio/imu/st_lsm6dsx/Kconfig b/drivers/iio/imu/st_lsm6dsx/Kconfig index 9e592973a8a6..002a423eae52 100644 --- a/drivers/iio/imu/st_lsm6dsx/Kconfig +++ b/drivers/iio/imu/st_lsm6dsx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config IIO_ST_LSM6DSX | 3 | config IIO_ST_LSM6DSX |
3 | tristate "ST_LSM6DSx driver for STM 6-axis IMU MEMS sensors" | 4 | tristate "ST_LSM6DSx driver for STM 6-axis IMU MEMS sensors" |
diff --git a/drivers/iio/imu/st_lsm6dsx/Makefile b/drivers/iio/imu/st_lsm6dsx/Makefile index e5f733ce6e11..28cc67399d94 100644 --- a/drivers/iio/imu/st_lsm6dsx/Makefile +++ b/drivers/iio/imu/st_lsm6dsx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | st_lsm6dsx-y := st_lsm6dsx_core.o st_lsm6dsx_buffer.o \ | 2 | st_lsm6dsx-y := st_lsm6dsx_core.o st_lsm6dsx_buffer.o \ |
2 | st_lsm6dsx_shub.o | 3 | st_lsm6dsx_shub.o |
3 | 4 | ||
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 954c958cfc43..e3fd00b595d0 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | # | 3 | # |
3 | # Light sensors | 4 | # Light sensors |
diff --git a/drivers/iio/magnetometer/Kconfig b/drivers/iio/magnetometer/Kconfig index 8a63cbbca4b7..1697a8c03506 100644 --- a/drivers/iio/magnetometer/Kconfig +++ b/drivers/iio/magnetometer/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Magnetometer sensors | 3 | # Magnetometer sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/multiplexer/Kconfig b/drivers/iio/multiplexer/Kconfig index 735a7b0e6fd8..a1e1332d1206 100644 --- a/drivers/iio/multiplexer/Kconfig +++ b/drivers/iio/multiplexer/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multiplexer drivers | 3 | # Multiplexer drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/multiplexer/Makefile b/drivers/iio/multiplexer/Makefile index 68be3c4abd07..f069ab781d95 100644 --- a/drivers/iio/multiplexer/Makefile +++ b/drivers/iio/multiplexer/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for industrial I/O multiplexer drivers | 3 | # Makefile for industrial I/O multiplexer drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/orientation/Kconfig b/drivers/iio/orientation/Kconfig index e3aa1e58d920..a505583cc2fd 100644 --- a/drivers/iio/orientation/Kconfig +++ b/drivers/iio/orientation/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Inclinometer sensors | 3 | # Inclinometer sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/orientation/Makefile b/drivers/iio/orientation/Makefile index 4734dabbde13..7800ed293a9a 100644 --- a/drivers/iio/orientation/Makefile +++ b/drivers/iio/orientation/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for industrial I/O Inclinometer sensor drivers | 3 | # Makefile for industrial I/O Inclinometer sensor drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/potentiometer/Kconfig b/drivers/iio/potentiometer/Kconfig index a81a3a1b4dc8..ebc7c72a5e36 100644 --- a/drivers/iio/potentiometer/Kconfig +++ b/drivers/iio/potentiometer/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Potentiometer drivers | 3 | # Potentiometer drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/potentiostat/Kconfig b/drivers/iio/potentiostat/Kconfig index 1e3baf2cc97d..72501bf1635f 100644 --- a/drivers/iio/potentiostat/Kconfig +++ b/drivers/iio/potentiostat/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Potentiostat drivers | 3 | # Potentiostat drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/potentiostat/Makefile b/drivers/iio/potentiostat/Makefile index 64d315ef4449..be78b46acbab 100644 --- a/drivers/iio/potentiostat/Makefile +++ b/drivers/iio/potentiostat/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for industrial I/O potentiostat drivers | 3 | # Makefile for industrial I/O potentiostat drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index efeb89f3df71..b191811fd749 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Pressure drivers | 3 | # Pressure drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig index e9f254ae3892..6b5cce6f1a7b 100644 --- a/drivers/iio/proximity/Kconfig +++ b/drivers/iio/proximity/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Proximity sensors | 3 | # Proximity sensors |
3 | # | 4 | # |
diff --git a/drivers/iio/resolver/Kconfig b/drivers/iio/resolver/Kconfig index 786801be54f6..47dbfead9b31 100644 --- a/drivers/iio/resolver/Kconfig +++ b/drivers/iio/resolver/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Resolver/Synchro drivers | 3 | # Resolver/Synchro drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/resolver/Makefile b/drivers/iio/resolver/Makefile index 398d82d50028..fa558138ce45 100644 --- a/drivers/iio/resolver/Makefile +++ b/drivers/iio/resolver/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Resolver/Synchro drivers | 3 | # Makefile for Resolver/Synchro drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig index c185cbee25c7..737faa0901fe 100644 --- a/drivers/iio/temperature/Kconfig +++ b/drivers/iio/temperature/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Temperature sensor drivers | 3 | # Temperature sensor drivers |
3 | # | 4 | # |
diff --git a/drivers/iio/trigger/Kconfig b/drivers/iio/trigger/Kconfig index a633d2c8e805..8cef2f7452e8 100644 --- a/drivers/iio/trigger/Kconfig +++ b/drivers/iio/trigger/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Industrial I/O standalone triggers | 3 | # Industrial I/O standalone triggers |
3 | # | 4 | # |
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index cbfbea49f126..8ba41cbf1869 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig INFINIBAND | 2 | menuconfig INFINIBAND |
2 | tristate "InfiniBand support" | 3 | tristate "InfiniBand support" |
3 | depends on HAS_IOMEM && HAS_DMA | 4 | depends on HAS_IOMEM && HAS_DMA |
diff --git a/drivers/infiniband/Makefile b/drivers/infiniband/Makefile index fad0b44c356f..8603cdfcfdcb 100644 --- a/drivers/infiniband/Makefile +++ b/drivers/infiniband/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND) += core/ | 2 | obj-$(CONFIG_INFINIBAND) += core/ |
2 | obj-$(CONFIG_INFINIBAND) += hw/ | 3 | obj-$(CONFIG_INFINIBAND) += hw/ |
3 | obj-$(CONFIG_INFINIBAND) += ulp/ | 4 | obj-$(CONFIG_INFINIBAND) += ulp/ |
diff --git a/drivers/infiniband/hw/bnxt_re/Kconfig b/drivers/infiniband/hw/bnxt_re/Kconfig index 51e8234520a9..ab8779d23382 100644 --- a/drivers/infiniband/hw/bnxt_re/Kconfig +++ b/drivers/infiniband/hw/bnxt_re/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_BNXT_RE | 2 | config INFINIBAND_BNXT_RE |
2 | tristate "Broadcom Netxtreme HCA support" | 3 | tristate "Broadcom Netxtreme HCA support" |
3 | depends on 64BIT | 4 | depends on 64BIT |
diff --git a/drivers/infiniband/hw/cxgb3/Kconfig b/drivers/infiniband/hw/cxgb3/Kconfig index a7b77cb3d5d5..8c1a72bff447 100644 --- a/drivers/infiniband/hw/cxgb3/Kconfig +++ b/drivers/infiniband/hw/cxgb3/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_CXGB3 | 2 | config INFINIBAND_CXGB3 |
2 | tristate "Chelsio RDMA Driver" | 3 | tristate "Chelsio RDMA Driver" |
3 | depends on CHELSIO_T3 | 4 | depends on CHELSIO_T3 |
diff --git a/drivers/infiniband/hw/cxgb4/Kconfig b/drivers/infiniband/hw/cxgb4/Kconfig index e0522a5d5a06..b49e8d4c3854 100644 --- a/drivers/infiniband/hw/cxgb4/Kconfig +++ b/drivers/infiniband/hw/cxgb4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_CXGB4 | 2 | config INFINIBAND_CXGB4 |
2 | tristate "Chelsio T4/T5 RDMA Driver" | 3 | tristate "Chelsio T4/T5 RDMA Driver" |
3 | depends on CHELSIO_T4 && INET | 4 | depends on CHELSIO_T4 && INET |
diff --git a/drivers/infiniband/hw/cxgb4/Makefile b/drivers/infiniband/hw/cxgb4/Makefile index 31a87d90a40b..291d259d2319 100644 --- a/drivers/infiniband/hw/cxgb4/Makefile +++ b/drivers/infiniband/hw/cxgb4/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 | 2 | ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 |
2 | ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb | 3 | ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb |
3 | 4 | ||
diff --git a/drivers/infiniband/hw/hfi1/Kconfig b/drivers/infiniband/hw/hfi1/Kconfig index 7b146b67a80f..0653f4f7b26c 100644 --- a/drivers/infiniband/hw/hfi1/Kconfig +++ b/drivers/infiniband/hw/hfi1/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_HFI1 | 2 | config INFINIBAND_HFI1 |
2 | tristate "Intel OPA Gen1 support" | 3 | tristate "Intel OPA Gen1 support" |
3 | depends on X86_64 && INFINIBAND_RDMAVT && I2C | 4 | depends on X86_64 && INFINIBAND_RDMAVT && I2C |
diff --git a/drivers/infiniband/hw/hns/Kconfig b/drivers/infiniband/hw/hns/Kconfig index fddb5fdf92de..61cda7d00627 100644 --- a/drivers/infiniband/hw/hns/Kconfig +++ b/drivers/infiniband/hw/hns/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_HNS | 2 | config INFINIBAND_HNS |
2 | tristate "HNS RoCE Driver" | 3 | tristate "HNS RoCE Driver" |
3 | depends on NET_VENDOR_HISILICON | 4 | depends on NET_VENDOR_HISILICON |
diff --git a/drivers/infiniband/hw/hns/Makefile b/drivers/infiniband/hw/hns/Makefile index eee5205f936f..f22d9922cfee 100644 --- a/drivers/infiniband/hw/hns/Makefile +++ b/drivers/infiniband/hw/hns/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Hisilicon RoCE drivers. | 3 | # Makefile for the Hisilicon RoCE drivers. |
3 | # | 4 | # |
diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig index d867ef1ac72a..e4b45f4cd8f8 100644 --- a/drivers/infiniband/hw/i40iw/Kconfig +++ b/drivers/infiniband/hw/i40iw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_I40IW | 2 | config INFINIBAND_I40IW |
2 | tristate "Intel(R) Ethernet X722 iWARP Driver" | 3 | tristate "Intel(R) Ethernet X722 iWARP Driver" |
3 | depends on INET && I40E | 4 | depends on INET && I40E |
diff --git a/drivers/infiniband/hw/mlx4/Kconfig b/drivers/infiniband/hw/mlx4/Kconfig index fc01deac1d3c..cc7c42fe6499 100644 --- a/drivers/infiniband/hw/mlx4/Kconfig +++ b/drivers/infiniband/hw/mlx4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MLX4_INFINIBAND | 2 | config MLX4_INFINIBAND |
2 | tristate "Mellanox ConnectX HCA support" | 3 | tristate "Mellanox ConnectX HCA support" |
3 | depends on NETDEVICES && ETHERNET && PCI && INET | 4 | depends on NETDEVICES && ETHERNET && PCI && INET |
diff --git a/drivers/infiniband/hw/mlx4/Makefile b/drivers/infiniband/hw/mlx4/Makefile index f4213b3a8fe1..7b6757b02857 100644 --- a/drivers/infiniband/hw/mlx4/Makefile +++ b/drivers/infiniband/hw/mlx4/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MLX4_INFINIBAND) += mlx4_ib.o | 2 | obj-$(CONFIG_MLX4_INFINIBAND) += mlx4_ib.o |
2 | 3 | ||
3 | mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o | 4 | mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o |
diff --git a/drivers/infiniband/hw/mlx5/Kconfig b/drivers/infiniband/hw/mlx5/Kconfig index 8d651c05de62..ea248def4556 100644 --- a/drivers/infiniband/hw/mlx5/Kconfig +++ b/drivers/infiniband/hw/mlx5/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MLX5_INFINIBAND | 2 | config MLX5_INFINIBAND |
2 | tristate "Mellanox 5th generation network adapters (ConnectX series) support" | 3 | tristate "Mellanox 5th generation network adapters (ConnectX series) support" |
3 | depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE | 4 | depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE |
diff --git a/drivers/infiniband/hw/mlx5/Makefile b/drivers/infiniband/hw/mlx5/Makefile index 33f5adb14e4e..9924be8384d8 100644 --- a/drivers/infiniband/hw/mlx5/Makefile +++ b/drivers/infiniband/hw/mlx5/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MLX5_INFINIBAND) += mlx5_ib.o | 2 | obj-$(CONFIG_MLX5_INFINIBAND) += mlx5_ib.o |
2 | 3 | ||
3 | mlx5_ib-y := main.o cq.o doorbell.o qp.o mem.o srq_cmd.o \ | 4 | mlx5_ib-y := main.o cq.o doorbell.o qp.o mem.o srq_cmd.o \ |
diff --git a/drivers/infiniband/hw/mthca/Kconfig b/drivers/infiniband/hw/mthca/Kconfig index da314c3fec23..66ff527f5928 100644 --- a/drivers/infiniband/hw/mthca/Kconfig +++ b/drivers/infiniband/hw/mthca/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_MTHCA | 2 | config INFINIBAND_MTHCA |
2 | tristate "Mellanox HCA support" | 3 | tristate "Mellanox HCA support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/infiniband/hw/nes/Kconfig b/drivers/infiniband/hw/nes/Kconfig index 52caae954e4a..8245353e8106 100644 --- a/drivers/infiniband/hw/nes/Kconfig +++ b/drivers/infiniband/hw/nes/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_NES | 2 | config INFINIBAND_NES |
2 | tristate "NetEffect RNIC Driver" | 3 | tristate "NetEffect RNIC Driver" |
3 | depends on PCI && INET | 4 | depends on PCI && INET |
diff --git a/drivers/infiniband/hw/nes/Makefile b/drivers/infiniband/hw/nes/Makefile index 97820c23ecef..239689ad1f9e 100644 --- a/drivers/infiniband/hw/nes/Makefile +++ b/drivers/infiniband/hw/nes/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_NES) += iw_nes.o | 2 | obj-$(CONFIG_INFINIBAND_NES) += iw_nes.o |
2 | 3 | ||
3 | iw_nes-objs := nes.o nes_hw.o nes_nic.o nes_utils.o nes_verbs.o nes_cm.o nes_mgt.o | 4 | iw_nes-objs := nes.o nes_hw.o nes_nic.o nes_utils.o nes_verbs.o nes_cm.o nes_mgt.o |
diff --git a/drivers/infiniband/hw/ocrdma/Kconfig b/drivers/infiniband/hw/ocrdma/Kconfig index c0cddc0192d1..dd4ec388208c 100644 --- a/drivers/infiniband/hw/ocrdma/Kconfig +++ b/drivers/infiniband/hw/ocrdma/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_OCRDMA | 2 | config INFINIBAND_OCRDMA |
2 | tristate "Emulex One Connect HCA support" | 3 | tristate "Emulex One Connect HCA support" |
3 | depends on ETHERNET && NETDEVICES && PCI && INET && (IPV6 || IPV6=n) | 4 | depends on ETHERNET && NETDEVICES && PCI && INET && (IPV6 || IPV6=n) |
diff --git a/drivers/infiniband/hw/ocrdma/Makefile b/drivers/infiniband/hw/ocrdma/Makefile index e3f20ca15462..14fba95021d8 100644 --- a/drivers/infiniband/hw/ocrdma/Makefile +++ b/drivers/infiniband/hw/ocrdma/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/drivers/net/ethernet/emulex/benet | 2 | ccflags-y := -I $(srctree)/drivers/net/ethernet/emulex/benet |
2 | 3 | ||
3 | obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma.o | 4 | obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma.o |
diff --git a/drivers/infiniband/hw/qedr/Kconfig b/drivers/infiniband/hw/qedr/Kconfig index 9b9e3b1d2705..9c30325e1414 100644 --- a/drivers/infiniband/hw/qedr/Kconfig +++ b/drivers/infiniband/hw/qedr/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_QEDR | 2 | config INFINIBAND_QEDR |
2 | tristate "QLogic RoCE driver" | 3 | tristate "QLogic RoCE driver" |
3 | depends on 64BIT && QEDE | 4 | depends on 64BIT && QEDE |
diff --git a/drivers/infiniband/hw/qedr/Makefile b/drivers/infiniband/hw/qedr/Makefile index 1c0bc4f78550..c75679837a85 100644 --- a/drivers/infiniband/hw/qedr/Makefile +++ b/drivers/infiniband/hw/qedr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_QEDR) := qedr.o | 2 | obj-$(CONFIG_INFINIBAND_QEDR) := qedr.o |
2 | 3 | ||
3 | qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o | 4 | qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o |
diff --git a/drivers/infiniband/hw/qib/Kconfig b/drivers/infiniband/hw/qib/Kconfig index cb06314a2ae2..376d19f29346 100644 --- a/drivers/infiniband/hw/qib/Kconfig +++ b/drivers/infiniband/hw/qib/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_QIB | 2 | config INFINIBAND_QIB |
2 | tristate "Intel PCIe HCA support" | 3 | tristate "Intel PCIe HCA support" |
3 | depends on 64BIT && INFINIBAND_RDMAVT | 4 | depends on 64BIT && INFINIBAND_RDMAVT |
diff --git a/drivers/infiniband/hw/usnic/Kconfig b/drivers/infiniband/hw/usnic/Kconfig index d1dae2af4ca9..c0847d9e2539 100644 --- a/drivers/infiniband/hw/usnic/Kconfig +++ b/drivers/infiniband/hw/usnic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_USNIC | 2 | config INFINIBAND_USNIC |
2 | tristate "Verbs support for Cisco VIC" | 3 | tristate "Verbs support for Cisco VIC" |
3 | depends on NETDEVICES && ETHERNET && INET && PCI && INTEL_IOMMU | 4 | depends on NETDEVICES && ETHERNET && INET && PCI && INTEL_IOMMU |
diff --git a/drivers/infiniband/hw/vmw_pvrdma/Kconfig b/drivers/infiniband/hw/vmw_pvrdma/Kconfig index 5a9790ac0ede..b99c9f0fc06a 100644 --- a/drivers/infiniband/hw/vmw_pvrdma/Kconfig +++ b/drivers/infiniband/hw/vmw_pvrdma/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_VMWARE_PVRDMA | 2 | config INFINIBAND_VMWARE_PVRDMA |
2 | tristate "VMware Paravirtualized RDMA Driver" | 3 | tristate "VMware Paravirtualized RDMA Driver" |
3 | depends on NETDEVICES && ETHERNET && PCI && INET && VMXNET3 | 4 | depends on NETDEVICES && ETHERNET && PCI && INET && VMXNET3 |
diff --git a/drivers/infiniband/hw/vmw_pvrdma/Makefile b/drivers/infiniband/hw/vmw_pvrdma/Makefile index 2f52e0a044a0..0f5fa4e8cfd0 100644 --- a/drivers/infiniband/hw/vmw_pvrdma/Makefile +++ b/drivers/infiniband/hw/vmw_pvrdma/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA) += vmw_pvrdma.o | 2 | obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA) += vmw_pvrdma.o |
2 | 3 | ||
3 | vmw_pvrdma-y := pvrdma_cmd.o pvrdma_cq.o pvrdma_doorbell.o pvrdma_main.o pvrdma_misc.o pvrdma_mr.o pvrdma_qp.o pvrdma_srq.o pvrdma_verbs.o | 4 | vmw_pvrdma-y := pvrdma_cmd.o pvrdma_cq.o pvrdma_doorbell.o pvrdma_main.o pvrdma_misc.o pvrdma_mr.o pvrdma_qp.o pvrdma_srq.o pvrdma_verbs.o |
diff --git a/drivers/infiniband/sw/Makefile b/drivers/infiniband/sw/Makefile index 8b095b27db87..ab48a9b60844 100644 --- a/drivers/infiniband/sw/Makefile +++ b/drivers/infiniband/sw/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt/ | 2 | obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt/ |
2 | obj-$(CONFIG_RDMA_RXE) += rxe/ | 3 | obj-$(CONFIG_RDMA_RXE) += rxe/ |
diff --git a/drivers/infiniband/sw/rdmavt/Kconfig b/drivers/infiniband/sw/rdmavt/Kconfig index 7df896a18d38..1f2759c72108 100644 --- a/drivers/infiniband/sw/rdmavt/Kconfig +++ b/drivers/infiniband/sw/rdmavt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_RDMAVT | 2 | config INFINIBAND_RDMAVT |
2 | tristate "RDMA verbs transport library" | 3 | tristate "RDMA verbs transport library" |
3 | depends on X86_64 && ARCH_DMA_ADDR_T_64BIT | 4 | depends on X86_64 && ARCH_DMA_ADDR_T_64BIT |
diff --git a/drivers/infiniband/sw/rdmavt/Makefile b/drivers/infiniband/sw/rdmavt/Makefile index 78b276a90401..b21962dafcc9 100644 --- a/drivers/infiniband/sw/rdmavt/Makefile +++ b/drivers/infiniband/sw/rdmavt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # rdmavt driver | 3 | # rdmavt driver |
3 | # | 4 | # |
diff --git a/drivers/infiniband/sw/rxe/Kconfig b/drivers/infiniband/sw/rxe/Kconfig index 67ae960ab523..d9bcfe740588 100644 --- a/drivers/infiniband/sw/rxe/Kconfig +++ b/drivers/infiniband/sw/rxe/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config RDMA_RXE | 2 | config RDMA_RXE |
2 | tristate "Software RDMA over Ethernet (RoCE) driver" | 3 | tristate "Software RDMA over Ethernet (RoCE) driver" |
3 | depends on INET && PCI && INFINIBAND | 4 | depends on INET && PCI && INFINIBAND |
diff --git a/drivers/infiniband/ulp/ipoib/Kconfig b/drivers/infiniband/ulp/ipoib/Kconfig index cda8eac55fff..4760ce465d89 100644 --- a/drivers/infiniband/ulp/ipoib/Kconfig +++ b/drivers/infiniband/ulp/ipoib/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_IPOIB | 2 | config INFINIBAND_IPOIB |
2 | tristate "IP-over-InfiniBand" | 3 | tristate "IP-over-InfiniBand" |
3 | depends on NETDEVICES && INET && (IPV6 || IPV6=n) | 4 | depends on NETDEVICES && INET && (IPV6 || IPV6=n) |
diff --git a/drivers/infiniband/ulp/iser/Kconfig b/drivers/infiniband/ulp/iser/Kconfig index 299268f261ee..1d29dffeaff9 100644 --- a/drivers/infiniband/ulp/iser/Kconfig +++ b/drivers/infiniband/ulp/iser/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_ISER | 2 | config INFINIBAND_ISER |
2 | tristate "iSCSI Extensions for RDMA (iSER)" | 3 | tristate "iSCSI Extensions for RDMA (iSER)" |
3 | depends on SCSI && INET && INFINIBAND_ADDR_TRANS | 4 | depends on SCSI && INET && INFINIBAND_ADDR_TRANS |
diff --git a/drivers/infiniband/ulp/iser/Makefile b/drivers/infiniband/ulp/iser/Makefile index fe6cd15f2317..2f3e788638d4 100644 --- a/drivers/infiniband/ulp/iser/Makefile +++ b/drivers/infiniband/ulp/iser/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_ISER) += ib_iser.o | 2 | obj-$(CONFIG_INFINIBAND_ISER) += ib_iser.o |
2 | 3 | ||
3 | ib_iser-y := iser_verbs.o iser_initiator.o iser_memory.o \ | 4 | ib_iser-y := iser_verbs.o iser_initiator.o iser_memory.o \ |
diff --git a/drivers/infiniband/ulp/isert/Kconfig b/drivers/infiniband/ulp/isert/Kconfig index 02f9759ebb1a..1a3f5ca8354c 100644 --- a/drivers/infiniband/ulp/isert/Kconfig +++ b/drivers/infiniband/ulp/isert/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_ISERT | 2 | config INFINIBAND_ISERT |
2 | tristate "iSCSI Extensions for RDMA (iSER) target support" | 3 | tristate "iSCSI Extensions for RDMA (iSER) target support" |
3 | depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET | 4 | depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET |
diff --git a/drivers/infiniband/ulp/isert/Makefile b/drivers/infiniband/ulp/isert/Makefile index a4a4766e3e18..e19b16cafda7 100644 --- a/drivers/infiniband/ulp/isert/Makefile +++ b/drivers/infiniband/ulp/isert/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_ISERT) += ib_isert.o | 2 | obj-$(CONFIG_INFINIBAND_ISERT) += ib_isert.o |
diff --git a/drivers/infiniband/ulp/opa_vnic/Kconfig b/drivers/infiniband/ulp/opa_vnic/Kconfig index 48132ab5e6b9..a1f266b9c0b2 100644 --- a/drivers/infiniband/ulp/opa_vnic/Kconfig +++ b/drivers/infiniband/ulp/opa_vnic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_OPA_VNIC | 2 | config INFINIBAND_OPA_VNIC |
2 | tristate "Intel OPA VNIC support" | 3 | tristate "Intel OPA VNIC support" |
3 | depends on X86_64 && INFINIBAND | 4 | depends on X86_64 && INFINIBAND |
diff --git a/drivers/infiniband/ulp/opa_vnic/Makefile b/drivers/infiniband/ulp/opa_vnic/Makefile index 8061b287cfe4..a8c21d140ccb 100644 --- a/drivers/infiniband/ulp/opa_vnic/Makefile +++ b/drivers/infiniband/ulp/opa_vnic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile - Intel Omni-Path Virtual Network Controller driver | 2 | # Makefile - Intel Omni-Path Virtual Network Controller driver |
2 | # Copyright(c) 2017, Intel Corporation. | 3 | # Copyright(c) 2017, Intel Corporation. |
3 | # | 4 | # |
diff --git a/drivers/infiniband/ulp/srp/Kconfig b/drivers/infiniband/ulp/srp/Kconfig index 99db8fe5173a..6f5e7b3a3864 100644 --- a/drivers/infiniband/ulp/srp/Kconfig +++ b/drivers/infiniband/ulp/srp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_SRP | 2 | config INFINIBAND_SRP |
2 | tristate "InfiniBand SCSI RDMA Protocol" | 3 | tristate "InfiniBand SCSI RDMA Protocol" |
3 | depends on SCSI && INFINIBAND_ADDR_TRANS | 4 | depends on SCSI && INFINIBAND_ADDR_TRANS |
diff --git a/drivers/infiniband/ulp/srpt/Kconfig b/drivers/infiniband/ulp/srpt/Kconfig index fb8b7182f05e..ce7567cea9f6 100644 --- a/drivers/infiniband/ulp/srpt/Kconfig +++ b/drivers/infiniband/ulp/srpt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INFINIBAND_SRPT | 2 | config INFINIBAND_SRPT |
2 | tristate "InfiniBand SCSI RDMA Protocol target support" | 3 | tristate "InfiniBand SCSI RDMA Protocol target support" |
3 | depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE | 4 | depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE |
diff --git a/drivers/infiniband/ulp/srpt/Makefile b/drivers/infiniband/ulp/srpt/Makefile index 43fbde42c58b..2d137928a4c2 100644 --- a/drivers/infiniband/ulp/srpt/Makefile +++ b/drivers/infiniband/ulp/srpt/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INFINIBAND_SRPT) += ib_srpt.o | 2 | obj-$(CONFIG_INFINIBAND_SRPT) += ib_srpt.o |
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index c5992cd195a1..1efd3154b68d 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Input device configuration | 3 | # Input device configuration |
3 | # | 4 | # |
diff --git a/drivers/input/gameport/Kconfig b/drivers/input/gameport/Kconfig index d279454a5c9e..24acb3b07fed 100644 --- a/drivers/input/gameport/Kconfig +++ b/drivers/input/gameport/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Gameport configuration | 3 | # Gameport configuration |
3 | # | 4 | # |
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig index d8f9c6e1fc08..72b932901d00 100644 --- a/drivers/input/joystick/Kconfig +++ b/drivers/input/joystick/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Joystick driver configuration | 3 | # Joystick driver configuration |
3 | # | 4 | # |
diff --git a/drivers/input/joystick/iforce/Kconfig b/drivers/input/joystick/iforce/Kconfig index ab4dbcbcbf50..62dcc5b71641 100644 --- a/drivers/input/joystick/iforce/Kconfig +++ b/drivers/input/joystick/iforce/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # I-Force driver configuration | 3 | # I-Force driver configuration |
3 | # | 4 | # |
diff --git a/drivers/input/joystick/iforce/Makefile b/drivers/input/joystick/iforce/Makefile index bc5bda22f15e..fa79a49d7ca1 100644 --- a/drivers/input/joystick/iforce/Makefile +++ b/drivers/input/joystick/iforce/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the I-Force driver | 3 | # Makefile for the I-Force driver |
3 | # | 4 | # |
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 82398827b64f..7c4f19dab34f 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Input core configuration | 3 | # Input core configuration |
3 | # | 4 | # |
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 54d36f98b426..d07c1eb15aa6 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Input misc drivers configuration | 3 | # Input misc drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 566a1e3aa504..652c38e3c0b5 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Mouse driver configuration | 3 | # Mouse driver configuration |
3 | # | 4 | # |
diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig index fad2eae4a118..a212ff706f74 100644 --- a/drivers/input/rmi4/Kconfig +++ b/drivers/input/rmi4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RMI4 configuration | 3 | # RMI4 configuration |
3 | # | 4 | # |
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index bfe436ccb046..f3e18f8ef9ca 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Input core configuration | 3 | # Input core configuration |
3 | # | 4 | # |
diff --git a/drivers/input/tablet/Kconfig b/drivers/input/tablet/Kconfig index a2b9f97422ce..e4c0d9a055b9 100644 --- a/drivers/input/tablet/Kconfig +++ b/drivers/input/tablet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Tablet driver configuration | 3 | # Tablet driver configuration |
3 | # | 4 | # |
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index a2029c3235af..fb91f2d4049e 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Touchscreen driver configuration | 3 | # Touchscreen driver configuration |
3 | # | 4 | # |
diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig index 07a8276fa35a..bfa4ca3ab7a9 100644 --- a/drivers/interconnect/Kconfig +++ b/drivers/interconnect/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig INTERCONNECT | 2 | menuconfig INTERCONNECT |
2 | tristate "On-Chip Interconnect management support" | 3 | tristate "On-Chip Interconnect management support" |
3 | help | 4 | help |
diff --git a/drivers/interconnect/qcom/Kconfig b/drivers/interconnect/qcom/Kconfig index 290d330abe5a..d5e70ebc2410 100644 --- a/drivers/interconnect/qcom/Kconfig +++ b/drivers/interconnect/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INTERCONNECT_QCOM | 2 | config INTERCONNECT_QCOM |
2 | bool "Qualcomm Network-on-Chip interconnect drivers" | 3 | bool "Qualcomm Network-on-Chip interconnect drivers" |
3 | depends on ARCH_QCOM | 4 | depends on ARCH_QCOM |
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index e559e43c8ac2..83664db5221d 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # The IOVA library may also be used by non-IOMMU_API users | 2 | # The IOVA library may also be used by non-IOMMU_API users |
2 | config IOMMU_IOVA | 3 | config IOMMU_IOVA |
3 | tristate | 4 | tristate |
diff --git a/drivers/ipack/Kconfig b/drivers/ipack/Kconfig index 3949e5589560..68a422f7b271 100644 --- a/drivers/ipack/Kconfig +++ b/drivers/ipack/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IPACK configuration. | 3 | # IPACK configuration. |
3 | # | 4 | # |
diff --git a/drivers/ipack/Makefile b/drivers/ipack/Makefile index 6f14ade0f8f3..284f0455424c 100644 --- a/drivers/ipack/Makefile +++ b/drivers/ipack/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the IPACK bridge device drivers. | 3 | # Makefile for the IPACK bridge device drivers. |
3 | # | 4 | # |
diff --git a/drivers/ipack/carriers/Kconfig b/drivers/ipack/carriers/Kconfig index 922ff5c35acc..01c2dc947345 100644 --- a/drivers/ipack/carriers/Kconfig +++ b/drivers/ipack/carriers/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BOARD_TPCI200 | 2 | config BOARD_TPCI200 |
2 | tristate "Support for the TEWS TPCI-200 IndustryPack carrier board" | 3 | tristate "Support for the TEWS TPCI-200 IndustryPack carrier board" |
3 | depends on IPACK_BUS | 4 | depends on IPACK_BUS |
diff --git a/drivers/ipack/carriers/Makefile b/drivers/ipack/carriers/Makefile index d8b76459300f..0301cae31e6a 100644 --- a/drivers/ipack/carriers/Makefile +++ b/drivers/ipack/carriers/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BOARD_TPCI200) += tpci200.o | 2 | obj-$(CONFIG_BOARD_TPCI200) += tpci200.o |
diff --git a/drivers/ipack/devices/Kconfig b/drivers/ipack/devices/Kconfig index 907a8cb48f2a..75a62d170a82 100644 --- a/drivers/ipack/devices/Kconfig +++ b/drivers/ipack/devices/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SERIAL_IPOCTAL | 2 | config SERIAL_IPOCTAL |
2 | tristate "IndustryPack IP-OCTAL uart support" | 3 | tristate "IndustryPack IP-OCTAL uart support" |
3 | depends on IPACK_BUS && TTY | 4 | depends on IPACK_BUS && TTY |
diff --git a/drivers/ipack/devices/Makefile b/drivers/ipack/devices/Makefile index 6de18bda4a9a..67a7ed684d95 100644 --- a/drivers/ipack/devices/Makefile +++ b/drivers/ipack/devices/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SERIAL_IPOCTAL) += ipoctal.o | 2 | obj-$(CONFIG_SERIAL_IPOCTAL) += ipoctal.o |
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 1c1f3f66dfd3..659c5e0fb835 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "IRQ chip support" | 2 | menu "IRQ chip support" |
2 | 3 | ||
3 | config IRQCHIP | 4 | config IRQCHIP |
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index ef661acdda17..1ca4d70d198a 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ISDN device configuration | 3 | # ISDN device configuration |
3 | # | 4 | # |
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig index 7641b3096ea6..abaadce376c5 100644 --- a/drivers/isdn/capi/Kconfig +++ b/drivers/isdn/capi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CAPI_TRACE | 2 | config CAPI_TRACE |
2 | bool "CAPI trace support" | 3 | bool "CAPI trace support" |
3 | default y | 4 | default y |
diff --git a/drivers/isdn/divert/Makefile b/drivers/isdn/divert/Makefile index dd4a202e0bc2..07684fe53537 100644 --- a/drivers/isdn/divert/Makefile +++ b/drivers/isdn/divert/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the dss1_divert ISDN module | 2 | # Makefile for the dss1_divert ISDN module |
2 | 3 | ||
3 | # Each configuration option enables a list of files. | 4 | # Each configuration option enables a list of files. |
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 83f62b8d82b5..fe41e9cfb672 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig ISDN_DRV_GIGASET | 2 | menuconfig ISDN_DRV_GIGASET |
2 | tristate "Siemens Gigaset support" | 3 | tristate "Siemens Gigaset support" |
3 | depends on TTY | 4 | depends on TTY |
diff --git a/drivers/isdn/hardware/Kconfig b/drivers/isdn/hardware/Kconfig index 95c403088cce..0d609b5fcf01 100644 --- a/drivers/isdn/hardware/Kconfig +++ b/drivers/isdn/hardware/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ISDN hardware drivers | 3 | # ISDN hardware drivers |
3 | # | 4 | # |
diff --git a/drivers/isdn/hardware/Makefile b/drivers/isdn/hardware/Makefile index e503032b05a0..a43760a0a4f5 100644 --- a/drivers/isdn/hardware/Makefile +++ b/drivers/isdn/hardware/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the CAPI hardware drivers | 2 | # Makefile for the CAPI hardware drivers |
2 | 3 | ||
3 | # Object files in subdirectories | 4 | # Object files in subdirectories |
diff --git a/drivers/isdn/hardware/avm/Kconfig b/drivers/isdn/hardware/avm/Kconfig index b99b906ea9b1..81483db067bb 100644 --- a/drivers/isdn/hardware/avm/Kconfig +++ b/drivers/isdn/hardware/avm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ISDN AVM drivers | 3 | # ISDN AVM drivers |
3 | # | 4 | # |
diff --git a/drivers/isdn/hardware/mISDN/Kconfig b/drivers/isdn/hardware/mISDN/Kconfig index fda912b0833f..a7a34a85b970 100644 --- a/drivers/isdn/hardware/mISDN/Kconfig +++ b/drivers/isdn/hardware/mISDN/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Hardware for mISDN | 3 | # Hardware for mISDN |
3 | # | 4 | # |
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig index 38cfc8baae19..43d98ccf5ff6 100644 --- a/drivers/isdn/hisax/Kconfig +++ b/drivers/isdn/hisax/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menu "Passive cards" | 3 | menu "Passive cards" |
3 | 4 | ||
diff --git a/drivers/isdn/hysdn/Kconfig b/drivers/isdn/hysdn/Kconfig index e86bc6583d71..1971ef850c9a 100644 --- a/drivers/isdn/hysdn/Kconfig +++ b/drivers/isdn/hysdn/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HYSDN | 2 | config HYSDN |
2 | tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" | 3 | tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" |
3 | depends on m && PROC_FS && PCI | 4 | depends on m && PROC_FS && PCI |
diff --git a/drivers/isdn/hysdn/Makefile b/drivers/isdn/hysdn/Makefile index da63b636267d..e01f17f22ebb 100644 --- a/drivers/isdn/hysdn/Makefile +++ b/drivers/isdn/hysdn/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the hysdn ISDN device driver | 2 | # Makefile for the hysdn ISDN device driver |
2 | 3 | ||
3 | # Each configuration option enables a list of files. | 4 | # Each configuration option enables a list of files. |
diff --git a/drivers/isdn/i4l/Kconfig b/drivers/isdn/i4l/Kconfig index 68e54d9f2f53..caa1b52f06f7 100644 --- a/drivers/isdn/i4l/Kconfig +++ b/drivers/isdn/i4l/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Old ISDN4Linux config | 3 | # Old ISDN4Linux config |
3 | # | 4 | # |
diff --git a/drivers/isdn/isdnloop/Makefile b/drivers/isdn/isdnloop/Makefile index 317cd3c5b8ee..5ff4c0e09768 100644 --- a/drivers/isdn/isdnloop/Makefile +++ b/drivers/isdn/isdnloop/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the isdnloop ISDN device driver | 2 | # Makefile for the isdnloop ISDN device driver |
2 | 3 | ||
3 | # Each configuration option enables a list of files. | 4 | # Each configuration option enables a list of files. |
diff --git a/drivers/isdn/mISDN/Kconfig b/drivers/isdn/mISDN/Kconfig index c0730d5c734d..26cf0ac9c4ad 100644 --- a/drivers/isdn/mISDN/Kconfig +++ b/drivers/isdn/mISDN/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # modularer ISDN driver | 3 | # modularer ISDN driver |
3 | # | 4 | # |
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 71be87bdb926..760f73a49c9f 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config LEDS_GPIO_REGISTER | 2 | config LEDS_GPIO_REGISTER |
2 | bool | 3 | bool |
3 | help | 4 | help |
diff --git a/drivers/leds/trigger/Kconfig b/drivers/leds/trigger/Kconfig index 23cc85e2e0e5..7fa9d174a40c 100644 --- a/drivers/leds/trigger/Kconfig +++ b/drivers/leds/trigger/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig LEDS_TRIGGERS | 2 | menuconfig LEDS_TRIGGERS |
2 | bool "LED Trigger support" | 3 | bool "LED Trigger support" |
3 | depends on LEDS_CLASS | 4 | depends on LEDS_CLASS |
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig index a872cd720967..8f39f9ba5c80 100644 --- a/drivers/lightnvm/Kconfig +++ b/drivers/lightnvm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Open-Channel SSD NVM configuration | 3 | # Open-Channel SSD NVM configuration |
3 | # | 4 | # |
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 47c350cdfb12..574e122ae105 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menuconfig MACINTOSH_DRIVERS | 3 | menuconfig MACINTOSH_DRIVERS |
3 | bool "Macintosh device drivers" | 4 | bool "Macintosh device drivers" |
diff --git a/drivers/macintosh/ams/Makefile b/drivers/macintosh/ams/Makefile index 41c95b2089dc..3b58d02c9c42 100644 --- a/drivers/macintosh/ams/Makefile +++ b/drivers/macintosh/ams/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Apple Motion Sensor driver | 3 | # Makefile for Apple Motion Sensor driver |
3 | # | 4 | # |
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 595542bfae85..b709481a8de6 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig MAILBOX | 2 | menuconfig MAILBOX |
2 | bool "Mailbox Hardware Support" | 3 | bool "Mailbox Hardware Support" |
3 | help | 4 | help |
diff --git a/drivers/mcb/Kconfig b/drivers/mcb/Kconfig index 76d9c51de6c9..0a883486f311 100644 --- a/drivers/mcb/Kconfig +++ b/drivers/mcb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MEN Chameleon Bus (MCB) support | 3 | # MEN Chameleon Bus (MCB) support |
3 | # | 4 | # |
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index db269a348b20..45254b3ef715 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Block device driver configuration | 3 | # Block device driver configuration |
3 | # | 4 | # |
diff --git a/drivers/md/bcache/Kconfig b/drivers/md/bcache/Kconfig index f6e0a8b3a61e..6dfa653d30db 100644 --- a/drivers/md/bcache/Kconfig +++ b/drivers/md/bcache/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config BCACHE | 3 | config BCACHE |
3 | tristate "Block device as cache" | 4 | tristate "Block device as cache" |
diff --git a/drivers/md/persistent-data/Kconfig b/drivers/md/persistent-data/Kconfig index a53cbc928af1..baaec1ae29c1 100644 --- a/drivers/md/persistent-data/Kconfig +++ b/drivers/md/persistent-data/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DM_PERSISTENT_DATA | 2 | config DM_PERSISTENT_DATA |
2 | tristate | 3 | tristate |
3 | depends on BLK_DEV_DM | 4 | depends on BLK_DEV_DM |
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 8efaf99243e0..092e7509af9b 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multimedia device configuration | 3 | # Multimedia device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/cec/Kconfig b/drivers/media/cec/Kconfig index b5aadacf335a..c01919713ab9 100644 --- a/drivers/media/cec/Kconfig +++ b/drivers/media/cec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MEDIA_CEC_RC | 2 | config MEDIA_CEC_RC |
2 | bool "HDMI CEC RC integration" | 3 | bool "HDMI CEC RC integration" |
3 | depends on CEC_CORE && RC_CORE | 4 | depends on CEC_CORE && RC_CORE |
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig index 0cb7d819a5d2..1990b7f09454 100644 --- a/drivers/media/common/Kconfig +++ b/drivers/media/common/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Used by common drivers, when they need to ask questions | 2 | # Used by common drivers, when they need to ask questions |
2 | config MEDIA_COMMON_OPTIONS | 3 | config MEDIA_COMMON_OPTIONS |
3 | bool | 4 | bool |
diff --git a/drivers/media/common/Makefile b/drivers/media/common/Makefile index e7bc17abbbbc..b71e4b62eea5 100644 --- a/drivers/media/common/Makefile +++ b/drivers/media/common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += b2c2/ saa7146/ siano/ v4l2-tpg/ videobuf2/ | 2 | obj-y += b2c2/ saa7146/ siano/ v4l2-tpg/ videobuf2/ |
2 | obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o | 3 | obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o |
3 | obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o | 4 | obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o |
diff --git a/drivers/media/common/b2c2/Kconfig b/drivers/media/common/b2c2/Kconfig index e5936380b1e5..27284797e755 100644 --- a/drivers/media/common/b2c2/Kconfig +++ b/drivers/media/common/b2c2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_B2C2_FLEXCOP | 2 | config DVB_B2C2_FLEXCOP |
2 | tristate | 3 | tristate |
3 | depends on DVB_CORE && I2C | 4 | depends on DVB_CORE && I2C |
diff --git a/drivers/media/common/saa7146/Kconfig b/drivers/media/common/saa7146/Kconfig index 769c6f8142d2..3e85c0c3fd9a 100644 --- a/drivers/media/common/saa7146/Kconfig +++ b/drivers/media/common/saa7146/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_SAA7146 | 2 | config VIDEO_SAA7146 |
2 | tristate | 3 | tristate |
3 | depends on I2C && PCI | 4 | depends on I2C && PCI |
diff --git a/drivers/media/common/saa7146/Makefile b/drivers/media/common/saa7146/Makefile index 3219b00a8771..2a6337feaec8 100644 --- a/drivers/media/common/saa7146/Makefile +++ b/drivers/media/common/saa7146/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | saa7146-objs := saa7146_i2c.o saa7146_core.o | 2 | saa7146-objs := saa7146_i2c.o saa7146_core.o |
2 | saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o | 3 | saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o |
3 | 4 | ||
diff --git a/drivers/media/common/siano/Kconfig b/drivers/media/common/siano/Kconfig index 577880b133eb..37fa6597b407 100644 --- a/drivers/media/common/siano/Kconfig +++ b/drivers/media/common/siano/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Siano Mobile Silicon Digital TV device configuration | 3 | # Siano Mobile Silicon Digital TV device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/common/v4l2-tpg/Kconfig b/drivers/media/common/v4l2-tpg/Kconfig index 7456fc1c41ed..7ec4efd12e86 100644 --- a/drivers/media/common/v4l2-tpg/Kconfig +++ b/drivers/media/common/v4l2-tpg/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_V4L2_TPG | 2 | config VIDEO_V4L2_TPG |
2 | tristate | 3 | tristate |
diff --git a/drivers/media/common/v4l2-tpg/Makefile b/drivers/media/common/v4l2-tpg/Makefile index f588df466ae3..f6278ca66147 100644 --- a/drivers/media/common/v4l2-tpg/Makefile +++ b/drivers/media/common/v4l2-tpg/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o | 2 | v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_V4L2_TPG) += v4l2-tpg.o | 4 | obj-$(CONFIG_VIDEO_V4L2_TPG) += v4l2-tpg.o |
diff --git a/drivers/media/common/videobuf2/Kconfig b/drivers/media/common/videobuf2/Kconfig index 4ed11b46676a..edbc99ebba87 100644 --- a/drivers/media/common/videobuf2/Kconfig +++ b/drivers/media/common/videobuf2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Used by drivers that need Videobuf2 modules | 2 | # Used by drivers that need Videobuf2 modules |
2 | config VIDEOBUF2_CORE | 3 | config VIDEOBUF2_CORE |
3 | select DMA_SHARED_BUFFER | 4 | select DMA_SHARED_BUFFER |
diff --git a/drivers/media/dvb-core/Kconfig b/drivers/media/dvb-core/Kconfig index f004aea352e0..aac4bebb35f7 100644 --- a/drivers/media/dvb-core/Kconfig +++ b/drivers/media/dvb-core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # DVB device configuration | 3 | # DVB device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/dvb-frontends/drx39xyj/Kconfig b/drivers/media/dvb-frontends/drx39xyj/Kconfig index 6c2ccb6a506b..e29c8351788d 100644 --- a/drivers/media/dvb-frontends/drx39xyj/Kconfig +++ b/drivers/media/dvb-frontends/drx39xyj/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_DRX39XYJ | 2 | config DVB_DRX39XYJ |
2 | tristate "Micronas DRX-J demodulator" | 3 | tristate "Micronas DRX-J demodulator" |
3 | depends on DVB_CORE && I2C | 4 | depends on DVB_CORE && I2C |
diff --git a/drivers/media/dvb-frontends/drx39xyj/Makefile b/drivers/media/dvb-frontends/drx39xyj/Makefile index 87f6eddcf657..e97ab6130a4a 100644 --- a/drivers/media/dvb-frontends/drx39xyj/Makefile +++ b/drivers/media/dvb-frontends/drx39xyj/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | drx39xyj-objs := drxj.o | 2 | drx39xyj-objs := drxj.o |
2 | 3 | ||
3 | obj-$(CONFIG_DVB_DRX39XYJ) += drx39xyj.o | 4 | obj-$(CONFIG_DVB_DRX39XYJ) += drx39xyj.o |
diff --git a/drivers/media/firewire/Kconfig b/drivers/media/firewire/Kconfig index f3e9448c3955..e7837da5905b 100644 --- a/drivers/media/firewire/Kconfig +++ b/drivers/media/firewire/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_FIREDTV | 2 | config DVB_FIREDTV |
2 | tristate "FireDTV and FloppyDTV" | 3 | tristate "FireDTV and FloppyDTV" |
3 | depends on DVB_CORE && FIREWIRE | 4 | depends on DVB_CORE && FIREWIRE |
diff --git a/drivers/media/firewire/Makefile b/drivers/media/firewire/Makefile index f96049f5fa90..3670c85af6f5 100644 --- a/drivers/media/firewire/Makefile +++ b/drivers/media/firewire/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DVB_FIREDTV) += firedtv.o | 2 | obj-$(CONFIG_DVB_FIREDTV) += firedtv.o |
2 | 3 | ||
3 | firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o | 4 | firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o |
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 7793358ab8b3..cb8db944aa41 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multimedia Video device configuration | 3 | # Multimedia Video device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/i2c/adv748x/Makefile b/drivers/media/i2c/adv748x/Makefile index c0711e076f1d..93844f14cb10 100644 --- a/drivers/media/i2c/adv748x/Makefile +++ b/drivers/media/i2c/adv748x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | adv748x-objs := \ | 2 | adv748x-objs := \ |
2 | adv748x-afe.o \ | 3 | adv748x-afe.o \ |
3 | adv748x-core.o \ | 4 | adv748x-core.o \ |
diff --git a/drivers/media/i2c/cx25840/Kconfig b/drivers/media/i2c/cx25840/Kconfig index f4b31d7cb440..e392f8e023f6 100644 --- a/drivers/media/i2c/cx25840/Kconfig +++ b/drivers/media/i2c/cx25840/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CX25840 | 2 | config VIDEO_CX25840 |
2 | tristate "Conexant CX2584x audio/video decoders" | 3 | tristate "Conexant CX2584x audio/video decoders" |
3 | depends on VIDEO_V4L2 && I2C | 4 | depends on VIDEO_V4L2 && I2C |
diff --git a/drivers/media/i2c/cx25840/Makefile b/drivers/media/i2c/cx25840/Makefile index ac545812fc6a..3681df2950f3 100644 --- a/drivers/media/i2c/cx25840/Makefile +++ b/drivers/media/i2c/cx25840/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \ | 2 | cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \ |
2 | cx25840-vbi.o cx25840-ir.o | 3 | cx25840-vbi.o cx25840-ir.o |
3 | 4 | ||
diff --git a/drivers/media/i2c/et8ek8/Kconfig b/drivers/media/i2c/et8ek8/Kconfig index ab23b41bf353..1c6909874d56 100644 --- a/drivers/media/i2c/et8ek8/Kconfig +++ b/drivers/media/i2c/et8ek8/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_ET8EK8 | 2 | config VIDEO_ET8EK8 |
2 | tristate "ET8EK8 camera sensor support" | 3 | tristate "ET8EK8 camera sensor support" |
3 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 4 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
diff --git a/drivers/media/i2c/et8ek8/Makefile b/drivers/media/i2c/et8ek8/Makefile index 66d1b7d44946..5e06c308c51c 100644 --- a/drivers/media/i2c/et8ek8/Makefile +++ b/drivers/media/i2c/et8ek8/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | et8ek8-objs += et8ek8_mode.o et8ek8_driver.o | 2 | et8ek8-objs += et8ek8_mode.o et8ek8_driver.o |
2 | obj-$(CONFIG_VIDEO_ET8EK8) += et8ek8.o | 3 | obj-$(CONFIG_VIDEO_ET8EK8) += et8ek8.o |
diff --git a/drivers/media/i2c/m5mols/Kconfig b/drivers/media/i2c/m5mols/Kconfig index be0bb3f1bc22..e573482f269f 100644 --- a/drivers/media/i2c/m5mols/Kconfig +++ b/drivers/media/i2c/m5mols/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_M5MOLS | 2 | config VIDEO_M5MOLS |
2 | tristate "Fujitsu M-5MOLS 8MP sensor support" | 3 | tristate "Fujitsu M-5MOLS 8MP sensor support" |
3 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 4 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
diff --git a/drivers/media/i2c/m5mols/Makefile b/drivers/media/i2c/m5mols/Makefile index 0a44e028edc7..13fa8ec29ac0 100644 --- a/drivers/media/i2c/m5mols/Makefile +++ b/drivers/media/i2c/m5mols/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | m5mols-objs := m5mols_core.o m5mols_controls.o m5mols_capture.o | 2 | m5mols-objs := m5mols_core.o m5mols_controls.o m5mols_capture.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_M5MOLS) += m5mols.o | 4 | obj-$(CONFIG_VIDEO_M5MOLS) += m5mols.o |
diff --git a/drivers/media/i2c/s5c73m3/Makefile b/drivers/media/i2c/s5c73m3/Makefile index fa4df342d1f1..ddb9dc62d4dc 100644 --- a/drivers/media/i2c/s5c73m3/Makefile +++ b/drivers/media/i2c/s5c73m3/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | s5c73m3-objs := s5c73m3-core.o s5c73m3-spi.o s5c73m3-ctrls.o | 2 | s5c73m3-objs := s5c73m3-core.o s5c73m3-spi.o s5c73m3-ctrls.o |
2 | obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3.o | 3 | obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3.o |
diff --git a/drivers/media/i2c/smiapp/Kconfig b/drivers/media/i2c/smiapp/Kconfig index 26b54f2aa95b..fcaa7f9494a8 100644 --- a/drivers/media/i2c/smiapp/Kconfig +++ b/drivers/media/i2c/smiapp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_SMIAPP | 2 | config VIDEO_SMIAPP |
2 | tristate "SMIA++/SMIA sensor support" | 3 | tristate "SMIA++/SMIA sensor support" |
3 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK | 4 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK |
diff --git a/drivers/media/i2c/smiapp/Makefile b/drivers/media/i2c/smiapp/Makefile index 9f03aefd4fd7..86f57a43f8e8 100644 --- a/drivers/media/i2c/smiapp/Makefile +++ b/drivers/media/i2c/smiapp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | smiapp-objs += smiapp-core.o smiapp-regs.o \ | 2 | smiapp-objs += smiapp-core.o smiapp-regs.o \ |
2 | smiapp-quirk.o smiapp-limits.o | 3 | smiapp-quirk.o smiapp-limits.o |
3 | obj-$(CONFIG_VIDEO_SMIAPP) += smiapp.o | 4 | obj-$(CONFIG_VIDEO_SMIAPP) += smiapp.o |
diff --git a/drivers/media/mmc/Kconfig b/drivers/media/mmc/Kconfig index 8c30ada27c79..de0528c6994a 100644 --- a/drivers/media/mmc/Kconfig +++ b/drivers/media/mmc/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | comment "Supported MMC/SDIO adapters" | 2 | comment "Supported MMC/SDIO adapters" |
2 | source "drivers/media/mmc/siano/Kconfig" | 3 | source "drivers/media/mmc/siano/Kconfig" |
diff --git a/drivers/media/mmc/siano/Kconfig b/drivers/media/mmc/siano/Kconfig index 3941ee8352bb..1919f6fea8b1 100644 --- a/drivers/media/mmc/siano/Kconfig +++ b/drivers/media/mmc/siano/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Siano Mobile Silicon Digital TV device configuration | 3 | # Siano Mobile Silicon Digital TV device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/mmc/siano/Makefile b/drivers/media/mmc/siano/Makefile index 848548feeb19..88cb8bec415a 100644 --- a/drivers/media/mmc/siano/Makefile +++ b/drivers/media/mmc/siano/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o | 2 | obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o |
2 | 3 | ||
3 | ccflags-y += -I $(srctree)/drivers/media/common/siano | 4 | ccflags-y += -I $(srctree)/drivers/media/common/siano |
diff --git a/drivers/media/pci/Kconfig b/drivers/media/pci/Kconfig index 1f09123e2bf9..dcb3719f440e 100644 --- a/drivers/media/pci/Kconfig +++ b/drivers/media/pci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if PCI && MEDIA_SUPPORT | 2 | if PCI && MEDIA_SUPPORT |
2 | 3 | ||
3 | menuconfig MEDIA_PCI_SUPPORT | 4 | menuconfig MEDIA_PCI_SUPPORT |
diff --git a/drivers/media/pci/b2c2/Kconfig b/drivers/media/pci/b2c2/Kconfig index 7b818d445f39..0a7d1e178b2f 100644 --- a/drivers/media/pci/b2c2/Kconfig +++ b/drivers/media/pci/b2c2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_B2C2_FLEXCOP_PCI | 2 | config DVB_B2C2_FLEXCOP_PCI |
2 | tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI" | 3 | tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI" |
3 | depends on DVB_CORE && I2C | 4 | depends on DVB_CORE && I2C |
diff --git a/drivers/media/pci/bt8xx/Kconfig b/drivers/media/pci/bt8xx/Kconfig index 0f46db7d5ffc..75d172a6f54c 100644 --- a/drivers/media/pci/bt8xx/Kconfig +++ b/drivers/media/pci/bt8xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_BT848 | 2 | config VIDEO_BT848 |
2 | tristate "BT848 Video For Linux" | 3 | tristate "BT848 Video For Linux" |
3 | depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 | 4 | depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 |
diff --git a/drivers/media/pci/cobalt/Kconfig b/drivers/media/pci/cobalt/Kconfig index 9a544bab3178..6c6c60abe9b1 100644 --- a/drivers/media/pci/cobalt/Kconfig +++ b/drivers/media/pci/cobalt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_COBALT | 2 | config VIDEO_COBALT |
2 | tristate "Cisco Cobalt support" | 3 | tristate "Cisco Cobalt support" |
3 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 4 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
diff --git a/drivers/media/pci/cx18/Kconfig b/drivers/media/pci/cx18/Kconfig index 96477bba0d5c..7074a1071302 100644 --- a/drivers/media/pci/cx18/Kconfig +++ b/drivers/media/pci/cx18/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CX18 | 2 | config VIDEO_CX18 |
2 | tristate "Conexant cx23418 MPEG encoder support" | 3 | tristate "Conexant cx23418 MPEG encoder support" |
3 | depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C | 4 | depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/cx23885/Kconfig b/drivers/media/pci/cx23885/Kconfig index 1bba9e497915..926da881929d 100644 --- a/drivers/media/pci/cx23885/Kconfig +++ b/drivers/media/pci/cx23885/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CX23885 | 2 | config VIDEO_CX23885 |
2 | tristate "Conexant cx23885 (2388x successor) support" | 3 | tristate "Conexant cx23885 (2388x successor) support" |
3 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && SND | 4 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && SND |
diff --git a/drivers/media/pci/cx25821/Kconfig b/drivers/media/pci/cx25821/Kconfig index a64fa9a6d5d5..b26615fdc340 100644 --- a/drivers/media/pci/cx25821/Kconfig +++ b/drivers/media/pci/cx25821/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CX25821 | 2 | config VIDEO_CX25821 |
2 | tristate "Conexant cx25821 support" | 3 | tristate "Conexant cx25821 support" |
3 | depends on VIDEO_DEV && PCI && I2C | 4 | depends on VIDEO_DEV && PCI && I2C |
diff --git a/drivers/media/pci/cx88/Kconfig b/drivers/media/pci/cx88/Kconfig index fbb17ddb6bc3..24e1e7c41744 100644 --- a/drivers/media/pci/cx88/Kconfig +++ b/drivers/media/pci/cx88/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CX88 | 2 | config VIDEO_CX88 |
2 | tristate "Conexant 2388x (bt878 successor) support" | 3 | tristate "Conexant 2388x (bt878 successor) support" |
3 | depends on VIDEO_DEV && PCI && I2C && RC_CORE | 4 | depends on VIDEO_DEV && PCI && I2C && RC_CORE |
diff --git a/drivers/media/pci/ddbridge/Kconfig b/drivers/media/pci/ddbridge/Kconfig index fc98b6d575d9..eaac91d14654 100644 --- a/drivers/media/pci/ddbridge/Kconfig +++ b/drivers/media/pci/ddbridge/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_DDBRIDGE | 2 | config DVB_DDBRIDGE |
2 | tristate "Digital Devices bridge support" | 3 | tristate "Digital Devices bridge support" |
3 | depends on DVB_CORE && PCI && I2C | 4 | depends on DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/dm1105/Kconfig b/drivers/media/pci/dm1105/Kconfig index 14fa7e40f2a6..e0e3af67c99c 100644 --- a/drivers/media/pci/dm1105/Kconfig +++ b/drivers/media/pci/dm1105/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_DM1105 | 2 | config DVB_DM1105 |
2 | tristate "SDMC DM1105 based PCI cards" | 3 | tristate "SDMC DM1105 based PCI cards" |
3 | depends on DVB_CORE && PCI && I2C && I2C_ALGOBIT | 4 | depends on DVB_CORE && PCI && I2C && I2C_ALGOBIT |
diff --git a/drivers/media/pci/dm1105/Makefile b/drivers/media/pci/dm1105/Makefile index 87e8e8052cdd..bf804098ede0 100644 --- a/drivers/media/pci/dm1105/Makefile +++ b/drivers/media/pci/dm1105/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DVB_DM1105) += dm1105.o | 2 | obj-$(CONFIG_DVB_DM1105) += dm1105.o |
2 | 3 | ||
3 | ccflags-y += -I $(srctree)/drivers/media/dvb-frontends | 4 | ccflags-y += -I $(srctree)/drivers/media/dvb-frontends |
diff --git a/drivers/media/pci/dt3155/Kconfig b/drivers/media/pci/dt3155/Kconfig index d770eec541d4..d678ced93f17 100644 --- a/drivers/media/pci/dt3155/Kconfig +++ b/drivers/media/pci/dt3155/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_DT3155 | 2 | config VIDEO_DT3155 |
2 | tristate "DT3155 frame grabber" | 3 | tristate "DT3155 frame grabber" |
3 | depends on PCI && VIDEO_DEV && VIDEO_V4L2 | 4 | depends on PCI && VIDEO_DEV && VIDEO_V4L2 |
diff --git a/drivers/media/pci/dt3155/Makefile b/drivers/media/pci/dt3155/Makefile index 89fa637ec54c..6bdd07141910 100644 --- a/drivers/media/pci/dt3155/Makefile +++ b/drivers/media/pci/dt3155/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_DT3155) += dt3155.o | 2 | obj-$(CONFIG_VIDEO_DT3155) += dt3155.o |
diff --git a/drivers/media/pci/intel/Makefile b/drivers/media/pci/intel/Makefile index 745c8b2a7819..0b4236c4db49 100644 --- a/drivers/media/pci/intel/Makefile +++ b/drivers/media/pci/intel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the IPU3 cio2 and ImGU drivers | 3 | # Makefile for the IPU3 cio2 and ImGU drivers |
3 | # | 4 | # |
diff --git a/drivers/media/pci/intel/ipu3/Kconfig b/drivers/media/pci/intel/ipu3/Kconfig index bd518bdc9f5f..f35bba16b60e 100644 --- a/drivers/media/pci/intel/ipu3/Kconfig +++ b/drivers/media/pci/intel/ipu3/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_IPU3_CIO2 | 2 | config VIDEO_IPU3_CIO2 |
2 | tristate "Intel ipu3-cio2 driver" | 3 | tristate "Intel ipu3-cio2 driver" |
3 | depends on VIDEO_V4L2 && PCI | 4 | depends on VIDEO_V4L2 && PCI |
diff --git a/drivers/media/pci/intel/ipu3/Makefile b/drivers/media/pci/intel/ipu3/Makefile index 20186e3ff2ae..98ddd5beafe0 100644 --- a/drivers/media/pci/intel/ipu3/Makefile +++ b/drivers/media/pci/intel/ipu3/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_IPU3_CIO2) += ipu3-cio2.o | 2 | obj-$(CONFIG_VIDEO_IPU3_CIO2) += ipu3-cio2.o |
diff --git a/drivers/media/pci/ivtv/Kconfig b/drivers/media/pci/ivtv/Kconfig index e96b3c182a2f..079569955fb4 100644 --- a/drivers/media/pci/ivtv/Kconfig +++ b/drivers/media/pci/ivtv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_IVTV | 2 | config VIDEO_IVTV |
2 | tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support" | 3 | tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support" |
3 | depends on VIDEO_V4L2 && PCI && I2C | 4 | depends on VIDEO_V4L2 && PCI && I2C |
diff --git a/drivers/media/pci/mantis/Kconfig b/drivers/media/pci/mantis/Kconfig index d3cc21633b94..9dfaf2c9a7b3 100644 --- a/drivers/media/pci/mantis/Kconfig +++ b/drivers/media/pci/mantis/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MANTIS_CORE | 2 | config MANTIS_CORE |
2 | tristate "Mantis/Hopper PCI bridge based devices" | 3 | tristate "Mantis/Hopper PCI bridge based devices" |
3 | depends on PCI && I2C && INPUT && RC_CORE | 4 | depends on PCI && I2C && INPUT && RC_CORE |
diff --git a/drivers/media/pci/meye/Kconfig b/drivers/media/pci/meye/Kconfig index ce0463c81886..b0ba78abbdbb 100644 --- a/drivers/media/pci/meye/Kconfig +++ b/drivers/media/pci/meye/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_MEYE | 2 | config VIDEO_MEYE |
2 | tristate "Sony Vaio Picturebook Motion Eye Video For Linux" | 3 | tristate "Sony Vaio Picturebook Motion Eye Video For Linux" |
3 | depends on PCI && VIDEO_V4L2 | 4 | depends on PCI && VIDEO_V4L2 |
diff --git a/drivers/media/pci/meye/Makefile b/drivers/media/pci/meye/Makefile index 49388518cd01..36f1f86f0d58 100644 --- a/drivers/media/pci/meye/Makefile +++ b/drivers/media/pci/meye/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_MEYE) += meye.o | 2 | obj-$(CONFIG_VIDEO_MEYE) += meye.o |
diff --git a/drivers/media/pci/netup_unidvb/Kconfig b/drivers/media/pci/netup_unidvb/Kconfig index 60057585f04c..a1a46bd6a7fc 100644 --- a/drivers/media/pci/netup_unidvb/Kconfig +++ b/drivers/media/pci/netup_unidvb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_NETUP_UNIDVB | 2 | config DVB_NETUP_UNIDVB |
2 | tristate "NetUP Universal DVB card support" | 3 | tristate "NetUP Universal DVB card support" |
3 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C && SPI_MASTER | 4 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C && SPI_MASTER |
diff --git a/drivers/media/pci/ngene/Kconfig b/drivers/media/pci/ngene/Kconfig index 8a80a5bab8e9..39640875660e 100644 --- a/drivers/media/pci/ngene/Kconfig +++ b/drivers/media/pci/ngene/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_NGENE | 2 | config DVB_NGENE |
2 | tristate "Micronas nGene support" | 3 | tristate "Micronas nGene support" |
3 | depends on DVB_CORE && PCI && I2C | 4 | depends on DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/pluto2/Kconfig b/drivers/media/pci/pluto2/Kconfig index 7d8e6e87bdbb..de8316976605 100644 --- a/drivers/media/pci/pluto2/Kconfig +++ b/drivers/media/pci/pluto2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_PLUTO2 | 2 | config DVB_PLUTO2 |
2 | tristate "Pluto2 cards" | 3 | tristate "Pluto2 cards" |
3 | depends on DVB_CORE && PCI && I2C | 4 | depends on DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/pluto2/Makefile b/drivers/media/pci/pluto2/Makefile index 4d21a2c1544d..0553479642a3 100644 --- a/drivers/media/pci/pluto2/Makefile +++ b/drivers/media/pci/pluto2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DVB_PLUTO2) += pluto2.o | 2 | obj-$(CONFIG_DVB_PLUTO2) += pluto2.o |
2 | 3 | ||
3 | ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/ | 4 | ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/ |
diff --git a/drivers/media/pci/pt1/Kconfig b/drivers/media/pci/pt1/Kconfig index 2718b4c6b7c6..5c524728fe06 100644 --- a/drivers/media/pci/pt1/Kconfig +++ b/drivers/media/pci/pt1/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_PT1 | 2 | config DVB_PT1 |
2 | tristate "PT1 cards" | 3 | tristate "PT1 cards" |
3 | depends on DVB_CORE && PCI && I2C | 4 | depends on DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/pt1/Makefile b/drivers/media/pci/pt1/Makefile index f80a1cd4c0f5..45b21a923e3a 100644 --- a/drivers/media/pci/pt1/Makefile +++ b/drivers/media/pci/pt1/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | earth-pt1-objs := pt1.o | 2 | earth-pt1-objs := pt1.o |
2 | 3 | ||
3 | obj-$(CONFIG_DVB_PT1) += earth-pt1.o | 4 | obj-$(CONFIG_DVB_PT1) += earth-pt1.o |
diff --git a/drivers/media/pci/pt3/Kconfig b/drivers/media/pci/pt3/Kconfig index 16c208ae0079..af193d8d3911 100644 --- a/drivers/media/pci/pt3/Kconfig +++ b/drivers/media/pci/pt3/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_PT3 | 2 | config DVB_PT3 |
2 | tristate "Earthsoft PT3 cards" | 3 | tristate "Earthsoft PT3 cards" |
3 | depends on DVB_CORE && PCI && I2C | 4 | depends on DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/saa7134/Kconfig b/drivers/media/pci/saa7134/Kconfig index 8b28783b3fcd..30c1759682a9 100644 --- a/drivers/media/pci/saa7134/Kconfig +++ b/drivers/media/pci/saa7134/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_SAA7134 | 2 | config VIDEO_SAA7134 |
2 | tristate "Philips SAA7134 support" | 3 | tristate "Philips SAA7134 support" |
3 | depends on VIDEO_DEV && PCI && I2C | 4 | depends on VIDEO_DEV && PCI && I2C |
diff --git a/drivers/media/pci/saa7146/Kconfig b/drivers/media/pci/saa7146/Kconfig index 60d9862580ff..8e83cd044075 100644 --- a/drivers/media/pci/saa7146/Kconfig +++ b/drivers/media/pci/saa7146/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_HEXIUM_GEMINI | 2 | config VIDEO_HEXIUM_GEMINI |
2 | tristate "Hexium Gemini frame grabber" | 3 | tristate "Hexium Gemini frame grabber" |
3 | depends on PCI && VIDEO_V4L2 && I2C | 4 | depends on PCI && VIDEO_V4L2 && I2C |
diff --git a/drivers/media/pci/saa7146/Makefile b/drivers/media/pci/saa7146/Makefile index f3566a95e4aa..37c9336f83d5 100644 --- a/drivers/media/pci/saa7146/Makefile +++ b/drivers/media/pci/saa7146/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_MXB) += mxb.o | 2 | obj-$(CONFIG_VIDEO_MXB) += mxb.o |
2 | obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o | 3 | obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o |
3 | obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o | 4 | obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o |
diff --git a/drivers/media/pci/saa7164/Kconfig b/drivers/media/pci/saa7164/Kconfig index 265c5a4fd823..6655c3e504cd 100644 --- a/drivers/media/pci/saa7164/Kconfig +++ b/drivers/media/pci/saa7164/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_SAA7164 | 2 | config VIDEO_SAA7164 |
2 | tristate "NXP SAA7164 support" | 3 | tristate "NXP SAA7164 support" |
3 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C | 4 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C |
diff --git a/drivers/media/pci/smipcie/Kconfig b/drivers/media/pci/smipcie/Kconfig index c11c772830c9..407711c0f326 100644 --- a/drivers/media/pci/smipcie/Kconfig +++ b/drivers/media/pci/smipcie/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_SMIPCIE | 2 | config DVB_SMIPCIE |
2 | tristate "SMI PCIe DVBSky cards" | 3 | tristate "SMI PCIe DVBSky cards" |
3 | depends on DVB_CORE && PCI && I2C | 4 | depends on DVB_CORE && PCI && I2C |
diff --git a/drivers/media/pci/solo6x10/Kconfig b/drivers/media/pci/solo6x10/Kconfig index 2061d02a82d0..adb247847e00 100644 --- a/drivers/media/pci/solo6x10/Kconfig +++ b/drivers/media/pci/solo6x10/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_SOLO6X10 | 2 | config VIDEO_SOLO6X10 |
2 | tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" | 3 | tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" |
3 | depends on PCI && VIDEO_DEV && SND && I2C | 4 | depends on PCI && VIDEO_DEV && SND && I2C |
diff --git a/drivers/media/pci/solo6x10/Makefile b/drivers/media/pci/solo6x10/Makefile index f4742266ef7c..308387c86101 100644 --- a/drivers/media/pci/solo6x10/Makefile +++ b/drivers/media/pci/solo6x10/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-p2m.o solo6x10-v4l2.o \ | 2 | solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-p2m.o solo6x10-v4l2.o \ |
2 | solo6x10-tw28.o solo6x10-gpio.o solo6x10-disp.o solo6x10-enc.o \ | 3 | solo6x10-tw28.o solo6x10-gpio.o solo6x10-disp.o solo6x10-enc.o \ |
3 | solo6x10-v4l2-enc.o solo6x10-g723.o solo6x10-eeprom.o | 4 | solo6x10-v4l2-enc.o solo6x10-g723.o solo6x10-eeprom.o |
diff --git a/drivers/media/pci/sta2x11/Kconfig b/drivers/media/pci/sta2x11/Kconfig index 4407b9f881e4..011b766f0bff 100644 --- a/drivers/media/pci/sta2x11/Kconfig +++ b/drivers/media/pci/sta2x11/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config STA2X11_VIP | 2 | config STA2X11_VIP |
2 | tristate "STA2X11 VIP Video For Linux" | 3 | tristate "STA2X11 VIP Video For Linux" |
3 | depends on STA2X11 || COMPILE_TEST | 4 | depends on STA2X11 || COMPILE_TEST |
diff --git a/drivers/media/pci/sta2x11/Makefile b/drivers/media/pci/sta2x11/Makefile index d6c471d1d1b4..bb684a7b6270 100644 --- a/drivers/media/pci/sta2x11/Makefile +++ b/drivers/media/pci/sta2x11/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_STA2X11_VIP) += sta2x11_vip.o | 2 | obj-$(CONFIG_STA2X11_VIP) += sta2x11_vip.o |
diff --git a/drivers/media/pci/ttpci/Kconfig b/drivers/media/pci/ttpci/Kconfig index dfba74dd6521..d96d4fa20457 100644 --- a/drivers/media/pci/ttpci/Kconfig +++ b/drivers/media/pci/ttpci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_AV7110_IR | 2 | config DVB_AV7110_IR |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/media/pci/tw5864/Kconfig b/drivers/media/pci/tw5864/Kconfig index e5d52f076232..d376d4ed65b9 100644 --- a/drivers/media/pci/tw5864/Kconfig +++ b/drivers/media/pci/tw5864/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_TW5864 | 2 | config VIDEO_TW5864 |
2 | tristate "Techwell TW5864 video/audio grabber and encoder" | 3 | tristate "Techwell TW5864 video/audio grabber and encoder" |
3 | depends on VIDEO_DEV && PCI && VIDEO_V4L2 | 4 | depends on VIDEO_DEV && PCI && VIDEO_V4L2 |
diff --git a/drivers/media/pci/tw5864/Makefile b/drivers/media/pci/tw5864/Makefile index 4fc8b3b1a45a..69dbceaa3899 100644 --- a/drivers/media/pci/tw5864/Makefile +++ b/drivers/media/pci/tw5864/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tw5864-objs := tw5864-core.o tw5864-video.o tw5864-h264.o tw5864-util.o | 2 | tw5864-objs := tw5864-core.o tw5864-video.o tw5864-h264.o tw5864-util.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_TW5864) += tw5864.o | 4 | obj-$(CONFIG_VIDEO_TW5864) += tw5864.o |
diff --git a/drivers/media/pci/tw68/Kconfig b/drivers/media/pci/tw68/Kconfig index 4bfc4fa416e5..af0cb60337bb 100644 --- a/drivers/media/pci/tw68/Kconfig +++ b/drivers/media/pci/tw68/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_TW68 | 2 | config VIDEO_TW68 |
2 | tristate "Techwell tw68x Video For Linux" | 3 | tristate "Techwell tw68x Video For Linux" |
3 | depends on VIDEO_DEV && PCI && VIDEO_V4L2 | 4 | depends on VIDEO_DEV && PCI && VIDEO_V4L2 |
diff --git a/drivers/media/pci/tw68/Makefile b/drivers/media/pci/tw68/Makefile index 3d02f28b14fb..d1aec257e71d 100644 --- a/drivers/media/pci/tw68/Makefile +++ b/drivers/media/pci/tw68/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tw68-objs := tw68-core.o tw68-video.o tw68-risc.o | 2 | tw68-objs := tw68-core.o tw68-video.o tw68-risc.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_TW68) += tw68.o | 4 | obj-$(CONFIG_VIDEO_TW68) += tw68.o |
diff --git a/drivers/media/pci/tw686x/Kconfig b/drivers/media/pci/tw686x/Kconfig index da8bfee71b44..631c90868b8b 100644 --- a/drivers/media/pci/tw686x/Kconfig +++ b/drivers/media/pci/tw686x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_TW686X | 2 | config VIDEO_TW686X |
2 | tristate "Intersil/Techwell TW686x video capture cards" | 3 | tristate "Intersil/Techwell TW686x video capture cards" |
3 | depends on PCI && VIDEO_DEV && VIDEO_V4L2 && SND | 4 | depends on PCI && VIDEO_DEV && VIDEO_V4L2 && SND |
diff --git a/drivers/media/pci/tw686x/Makefile b/drivers/media/pci/tw686x/Makefile index 99819542b733..1795dffb5867 100644 --- a/drivers/media/pci/tw686x/Makefile +++ b/drivers/media/pci/tw686x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tw686x-objs := tw686x-core.o tw686x-video.o tw686x-audio.o | 2 | tw686x-objs := tw686x-core.o tw686x-video.o tw686x-audio.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_TW686X) += tw686x.o | 4 | obj-$(CONFIG_VIDEO_TW686X) += tw686x.o |
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 011c1c2fcf19..f2b5f27ebacb 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Platform drivers | 3 | # Platform drivers |
3 | # Most drivers here are currently for webcam support | 4 | # Most drivers here are currently for webcam support |
diff --git a/drivers/media/platform/am437x/Kconfig b/drivers/media/platform/am437x/Kconfig index f4ce1176e4dc..d6f2e3d0cbef 100644 --- a/drivers/media/platform/am437x/Kconfig +++ b/drivers/media/platform/am437x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_AM437X_VPFE | 2 | config VIDEO_AM437X_VPFE |
2 | tristate "TI AM437x VPFE video capture driver" | 3 | tristate "TI AM437x VPFE video capture driver" |
3 | depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 4 | depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
diff --git a/drivers/media/platform/am437x/Makefile b/drivers/media/platform/am437x/Makefile index d11fff16f260..541043487268 100644 --- a/drivers/media/platform/am437x/Makefile +++ b/drivers/media/platform/am437x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for AM437x VPFE driver | 2 | # Makefile for AM437x VPFE driver |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_AM437X_VPFE) += am437x-vpfe.o | 4 | obj-$(CONFIG_VIDEO_AM437X_VPFE) += am437x-vpfe.o |
diff --git a/drivers/media/platform/atmel/Kconfig b/drivers/media/platform/atmel/Kconfig index c3f6a47cdc0e..5ae3f60b81b1 100644 --- a/drivers/media/platform/atmel/Kconfig +++ b/drivers/media/platform/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_ATMEL_ISC | 2 | config VIDEO_ATMEL_ISC |
2 | tristate "ATMEL Image Sensor Controller (ISC) support" | 3 | tristate "ATMEL Image Sensor Controller (ISC) support" |
3 | depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API | 4 | depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API |
diff --git a/drivers/media/platform/atmel/Makefile b/drivers/media/platform/atmel/Makefile index 27000d099a5e..484936604ccb 100644 --- a/drivers/media/platform/atmel/Makefile +++ b/drivers/media/platform/atmel/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o | 2 | obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o |
2 | obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o | 3 | obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o |
diff --git a/drivers/media/platform/cadence/Kconfig b/drivers/media/platform/cadence/Kconfig index cf6124da3c54..c154e368d701 100644 --- a/drivers/media/platform/cadence/Kconfig +++ b/drivers/media/platform/cadence/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CADENCE | 2 | config VIDEO_CADENCE |
2 | bool "Cadence Video Devices" | 3 | bool "Cadence Video Devices" |
3 | help | 4 | help |
diff --git a/drivers/media/platform/cec-gpio/Makefile b/drivers/media/platform/cec-gpio/Makefile index e82b258afa55..a40c621dbd24 100644 --- a/drivers/media/platform/cec-gpio/Makefile +++ b/drivers/media/platform/cec-gpio/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CEC_GPIO) += cec-gpio.o | 2 | obj-$(CONFIG_CEC_GPIO) += cec-gpio.o |
diff --git a/drivers/media/platform/coda/Makefile b/drivers/media/platform/coda/Makefile index 858284328af9..f13adacd924e 100644 --- a/drivers/media/platform/coda/Makefile +++ b/drivers/media/platform/coda/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y += -I$(src) | 2 | ccflags-y += -I$(src) |
2 | 3 | ||
3 | coda-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-jpeg.o | 4 | coda-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-jpeg.o |
diff --git a/drivers/media/platform/cros-ec-cec/Makefile b/drivers/media/platform/cros-ec-cec/Makefile index 9ce97f93febe..2615cdc6e227 100644 --- a/drivers/media/platform/cros-ec-cec/Makefile +++ b/drivers/media/platform/cros-ec-cec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_CROS_EC_CEC) += cros-ec-cec.o | 2 | obj-$(CONFIG_VIDEO_CROS_EC_CEC) += cros-ec-cec.o |
diff --git a/drivers/media/platform/davinci/Kconfig b/drivers/media/platform/davinci/Kconfig index 06b5e581f25f..9d2a9eeb3499 100644 --- a/drivers/media/platform/davinci/Kconfig +++ b/drivers/media/platform/davinci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_DAVINCI_VPIF_DISPLAY | 2 | config VIDEO_DAVINCI_VPIF_DISPLAY |
2 | tristate "TI DaVinci VPIF V4L2-Display driver" | 3 | tristate "TI DaVinci VPIF V4L2-Display driver" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/platform/exynos-gsc/Makefile b/drivers/media/platform/exynos-gsc/Makefile index 6d1411c6d49f..bcefbad17a73 100644 --- a/drivers/media/platform/exynos-gsc/Makefile +++ b/drivers/media/platform/exynos-gsc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | exynos-gsc-objs := gsc-core.o gsc-m2m.o gsc-regs.o | 2 | exynos-gsc-objs := gsc-core.o gsc-m2m.o gsc-regs.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += exynos-gsc.o | 4 | obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += exynos-gsc.o |
diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig index c8e5ad8f8294..989cb34f19b1 100644 --- a/drivers/media/platform/exynos4-is/Kconfig +++ b/drivers/media/platform/exynos4-is/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config VIDEO_SAMSUNG_EXYNOS4_IS | 3 | config VIDEO_SAMSUNG_EXYNOS4_IS |
3 | tristate "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver" | 4 | tristate "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver" |
diff --git a/drivers/media/platform/marvell-ccic/Kconfig b/drivers/media/platform/marvell-ccic/Kconfig index cd88e2eed749..86b84474dd8c 100644 --- a/drivers/media/platform/marvell-ccic/Kconfig +++ b/drivers/media/platform/marvell-ccic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CAFE_CCIC | 2 | config VIDEO_CAFE_CCIC |
2 | tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" | 3 | tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" |
3 | depends on PCI && I2C && VIDEO_V4L2 | 4 | depends on PCI && I2C && VIDEO_V4L2 |
diff --git a/drivers/media/platform/marvell-ccic/Makefile b/drivers/media/platform/marvell-ccic/Makefile index b3a4d0cdccb8..90c3c2bc6dde 100644 --- a/drivers/media/platform/marvell-ccic/Makefile +++ b/drivers/media/platform/marvell-ccic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o mcam-core.o | 2 | obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o mcam-core.o |
2 | cafe_ccic-y := cafe-driver.o | 3 | cafe_ccic-y := cafe-driver.o |
3 | 4 | ||
diff --git a/drivers/media/platform/meson/Makefile b/drivers/media/platform/meson/Makefile index f611c23c3718..6bf728addbf8 100644 --- a/drivers/media/platform/meson/Makefile +++ b/drivers/media/platform/meson/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_MESON_AO_CEC) += ao-cec.o | 2 | obj-$(CONFIG_VIDEO_MESON_AO_CEC) += ao-cec.o |
2 | obj-$(CONFIG_VIDEO_MESON_G12A_AO_CEC) += ao-cec-g12a.o | 3 | obj-$(CONFIG_VIDEO_MESON_G12A_AO_CEC) += ao-cec-g12a.o |
diff --git a/drivers/media/platform/mtk-jpeg/Makefile b/drivers/media/platform/mtk-jpeg/Makefile index b2e6069f3959..92a4fc046bfe 100644 --- a/drivers/media/platform/mtk-jpeg/Makefile +++ b/drivers/media/platform/mtk-jpeg/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | mtk_jpeg-objs := mtk_jpeg_core.o mtk_jpeg_hw.o mtk_jpeg_parse.o | 2 | mtk_jpeg-objs := mtk_jpeg_core.o mtk_jpeg_hw.o mtk_jpeg_parse.o |
2 | obj-$(CONFIG_VIDEO_MEDIATEK_JPEG) += mtk_jpeg.o | 3 | obj-$(CONFIG_VIDEO_MEDIATEK_JPEG) += mtk_jpeg.o |
diff --git a/drivers/media/platform/mtk-vpu/Makefile b/drivers/media/platform/mtk-vpu/Makefile index 58cc1b4bc9f2..ecd2d392b818 100644 --- a/drivers/media/platform/mtk-vpu/Makefile +++ b/drivers/media/platform/mtk-vpu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | mtk-vpu-y += mtk_vpu.o | 2 | mtk-vpu-y += mtk_vpu.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_MEDIATEK_VPU) += mtk-vpu.o | 4 | obj-$(CONFIG_VIDEO_MEDIATEK_VPU) += mtk-vpu.o |
diff --git a/drivers/media/platform/omap/Kconfig b/drivers/media/platform/omap/Kconfig index 30ce2ba120a1..08a606a5adff 100644 --- a/drivers/media/platform/omap/Kconfig +++ b/drivers/media/platform/omap/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_OMAP2_VOUT_VRFB | 2 | config VIDEO_OMAP2_VOUT_VRFB |
2 | bool | 3 | bool |
3 | default y | 4 | default y |
diff --git a/drivers/media/platform/omap/Makefile b/drivers/media/platform/omap/Makefile index d80df41fde28..b17a0ac10c00 100644 --- a/drivers/media/platform/omap/Makefile +++ b/drivers/media/platform/omap/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the omap video device drivers. | 3 | # Makefile for the omap video device drivers. |
3 | # | 4 | # |
diff --git a/drivers/media/platform/qcom/camss/Makefile b/drivers/media/platform/qcom/camss/Makefile index f5e6e255f2a1..63c1b1b2943c 100644 --- a/drivers/media/platform/qcom/camss/Makefile +++ b/drivers/media/platform/qcom/camss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for Qualcomm CAMSS driver | 2 | # Makefile for Qualcomm CAMSS driver |
2 | 3 | ||
3 | qcom-camss-objs += \ | 4 | qcom-camss-objs += \ |
diff --git a/drivers/media/platform/rockchip/rga/Makefile b/drivers/media/platform/rockchip/rga/Makefile index 92fe25490ccd..1bbecdc3d8df 100644 --- a/drivers/media/platform/rockchip/rga/Makefile +++ b/drivers/media/platform/rockchip/rga/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | rockchip-rga-objs := rga.o rga-hw.o rga-buf.o | 2 | rockchip-rga-objs := rga.o rga-hw.o rga-buf.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_ROCKCHIP_RGA) += rockchip-rga.o | 4 | obj-$(CONFIG_VIDEO_ROCKCHIP_RGA) += rockchip-rga.o |
diff --git a/drivers/media/platform/s3c-camif/Makefile b/drivers/media/platform/s3c-camif/Makefile index 50bf8c59b99c..70ee042a3dae 100644 --- a/drivers/media/platform/s3c-camif/Makefile +++ b/drivers/media/platform/s3c-camif/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for s3c244x/s3c64xx CAMIF driver | 2 | # Makefile for s3c244x/s3c64xx CAMIF driver |
2 | 3 | ||
3 | s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o | 4 | s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o |
diff --git a/drivers/media/platform/s5p-cec/Makefile b/drivers/media/platform/s5p-cec/Makefile index 0e2cf457825a..bd0103b91bee 100644 --- a/drivers/media/platform/s5p-cec/Makefile +++ b/drivers/media/platform/s5p-cec/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_SAMSUNG_S5P_CEC) += s5p-cec.o | 2 | obj-$(CONFIG_VIDEO_SAMSUNG_S5P_CEC) += s5p-cec.o |
2 | s5p-cec-y += s5p_cec.o exynos_hdmi_cecctrl.o | 3 | s5p-cec-y += s5p_cec.o exynos_hdmi_cecctrl.o |
diff --git a/drivers/media/platform/s5p-g2d/Makefile b/drivers/media/platform/s5p-g2d/Makefile index 2c48c416a804..ad2c5bf66a5f 100644 --- a/drivers/media/platform/s5p-g2d/Makefile +++ b/drivers/media/platform/s5p-g2d/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | s5p-g2d-objs := g2d.o g2d-hw.o | 2 | s5p-g2d-objs := g2d.o g2d-hw.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o | 4 | obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o |
diff --git a/drivers/media/platform/s5p-jpeg/Makefile b/drivers/media/platform/s5p-jpeg/Makefile index 9e5f214c4667..8b0f92e27e70 100644 --- a/drivers/media/platform/s5p-jpeg/Makefile +++ b/drivers/media/platform/s5p-jpeg/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | s5p-jpeg-objs := jpeg-core.o jpeg-hw-exynos3250.o jpeg-hw-exynos4.o jpeg-hw-s5p.o | 2 | s5p-jpeg-objs := jpeg-core.o jpeg-hw-exynos3250.o jpeg-hw-exynos4.o jpeg-hw-s5p.o |
2 | obj-$(CONFIG_VIDEO_SAMSUNG_S5P_JPEG) += s5p-jpeg.o | 3 | obj-$(CONFIG_VIDEO_SAMSUNG_S5P_JPEG) += s5p-jpeg.o |
diff --git a/drivers/media/platform/seco-cec/Makefile b/drivers/media/platform/seco-cec/Makefile index a3f2c6bd3ac0..79fde6947ff2 100644 --- a/drivers/media/platform/seco-cec/Makefile +++ b/drivers/media/platform/seco-cec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_SECO_CEC) += seco-cec.o | 2 | obj-$(CONFIG_VIDEO_SECO_CEC) += seco-cec.o |
diff --git a/drivers/media/platform/sti/bdisp/Makefile b/drivers/media/platform/sti/bdisp/Makefile index bc53496fa74c..caf7ccd193ea 100644 --- a/drivers/media/platform/sti/bdisp/Makefile +++ b/drivers/media/platform/sti/bdisp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_STI_BDISP) := bdisp.o | 2 | obj-$(CONFIG_VIDEO_STI_BDISP) := bdisp.o |
2 | 3 | ||
3 | bdisp-objs := bdisp-v4l2.o bdisp-hw.o bdisp-debug.o | 4 | bdisp-objs := bdisp-v4l2.o bdisp-hw.o bdisp-debug.o |
diff --git a/drivers/media/platform/sti/c8sectpfe/Kconfig b/drivers/media/platform/sti/c8sectpfe/Kconfig index 93eaabfd5437..369509e03071 100644 --- a/drivers/media/platform/sti/c8sectpfe/Kconfig +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_C8SECTPFE | 2 | config DVB_C8SECTPFE |
2 | tristate "STMicroelectronics C8SECTPFE DVB support" | 3 | tristate "STMicroelectronics C8SECTPFE DVB support" |
3 | depends on PINCTRL && DVB_CORE && I2C | 4 | depends on PINCTRL && DVB_CORE && I2C |
diff --git a/drivers/media/platform/sti/cec/Makefile b/drivers/media/platform/sti/cec/Makefile index f07905e1448a..d0c6b4ae94d6 100644 --- a/drivers/media/platform/sti/cec/Makefile +++ b/drivers/media/platform/sti/cec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_STI_HDMI_CEC) += stih-cec.o | 2 | obj-$(CONFIG_VIDEO_STI_HDMI_CEC) += stih-cec.o |
diff --git a/drivers/media/platform/sti/delta/Makefile b/drivers/media/platform/sti/delta/Makefile index 8d032508a933..92b37e216f00 100644 --- a/drivers/media/platform/sti/delta/Makefile +++ b/drivers/media/platform/sti/delta/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_STI_DELTA_DRIVER) := st-delta.o | 2 | obj-$(CONFIG_VIDEO_STI_DELTA_DRIVER) := st-delta.o |
2 | st-delta-y := delta-v4l2.o delta-mem.o delta-ipc.o delta-debug.o | 3 | st-delta-y := delta-v4l2.o delta-mem.o delta-ipc.o delta-debug.o |
3 | 4 | ||
diff --git a/drivers/media/platform/sti/hva/Makefile b/drivers/media/platform/sti/hva/Makefile index e3ebe968472d..74b41ec52f97 100644 --- a/drivers/media/platform/sti/hva/Makefile +++ b/drivers/media/platform/sti/hva/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_STI_HVA) := st-hva.o | 2 | obj-$(CONFIG_VIDEO_STI_HVA) := st-hva.o |
2 | st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o | 3 | st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o |
3 | st-hva-$(CONFIG_VIDEO_STI_HVA_DEBUGFS) += hva-debugfs.o | 4 | st-hva-$(CONFIG_VIDEO_STI_HVA_DEBUGFS) += hva-debugfs.o |
diff --git a/drivers/media/platform/stm32/Makefile b/drivers/media/platform/stm32/Makefile index 07355091376b..5ed73599ca44 100644 --- a/drivers/media/platform/stm32/Makefile +++ b/drivers/media/platform/stm32/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_STM32_DCMI) += stm32-dcmi.o | 2 | obj-$(CONFIG_VIDEO_STM32_DCMI) += stm32-dcmi.o |
2 | obj-$(CONFIG_VIDEO_STM32_HDMI_CEC) += stm32-cec.o | 3 | obj-$(CONFIG_VIDEO_STM32_HDMI_CEC) += stm32-cec.o |
diff --git a/drivers/media/platform/sunxi/sun6i-csi/Kconfig b/drivers/media/platform/sunxi/sun6i-csi/Kconfig index 018e3ec788c0..269b3ebf4f52 100644 --- a/drivers/media/platform/sunxi/sun6i-csi/Kconfig +++ b/drivers/media/platform/sunxi/sun6i-csi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_SUN6I_CSI | 2 | config VIDEO_SUN6I_CSI |
2 | tristate "Allwinner V3s Camera Sensor Interface driver" | 3 | tristate "Allwinner V3s Camera Sensor Interface driver" |
3 | depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA | 4 | depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA |
diff --git a/drivers/media/platform/sunxi/sun6i-csi/Makefile b/drivers/media/platform/sunxi/sun6i-csi/Makefile index 213cb6be9e9c..e7e315347804 100644 --- a/drivers/media/platform/sunxi/sun6i-csi/Makefile +++ b/drivers/media/platform/sunxi/sun6i-csi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | sun6i-csi-y += sun6i_video.o sun6i_csi.o | 2 | sun6i-csi-y += sun6i_video.o sun6i_csi.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_SUN6I_CSI) += sun6i-csi.o | 4 | obj-$(CONFIG_VIDEO_SUN6I_CSI) += sun6i-csi.o |
diff --git a/drivers/media/platform/tegra-cec/Makefile b/drivers/media/platform/tegra-cec/Makefile index f3d81127589f..97e57c7493c0 100644 --- a/drivers/media/platform/tegra-cec/Makefile +++ b/drivers/media/platform/tegra-cec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_TEGRA_HDMI_CEC) += tegra_cec.o | 2 | obj-$(CONFIG_VIDEO_TEGRA_HDMI_CEC) += tegra_cec.o |
diff --git a/drivers/media/platform/vicodec/Kconfig b/drivers/media/platform/vicodec/Kconfig index ad13329e3461..36bb0e934252 100644 --- a/drivers/media/platform/vicodec/Kconfig +++ b/drivers/media/platform/vicodec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_VICODEC | 2 | config VIDEO_VICODEC |
2 | tristate "Virtual Codec Driver" | 3 | tristate "Virtual Codec Driver" |
3 | depends on VIDEO_DEV && VIDEO_V4L2 | 4 | depends on VIDEO_DEV && VIDEO_V4L2 |
diff --git a/drivers/media/platform/vimc/Kconfig b/drivers/media/platform/vimc/Kconfig index 1de9bc9aa49b..beba6acce593 100644 --- a/drivers/media/platform/vimc/Kconfig +++ b/drivers/media/platform/vimc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_VIMC | 2 | config VIDEO_VIMC |
2 | tristate "Virtual Media Controller Driver (VIMC)" | 3 | tristate "Virtual Media Controller Driver (VIMC)" |
3 | depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 4 | depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
diff --git a/drivers/media/platform/vivid/Kconfig b/drivers/media/platform/vivid/Kconfig index 4b51d4d6cf93..b172bcc11758 100644 --- a/drivers/media/platform/vivid/Kconfig +++ b/drivers/media/platform/vivid/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_VIVID | 2 | config VIDEO_VIVID |
2 | tristate "Virtual Video Test Driver" | 3 | tristate "Virtual Video Test Driver" |
3 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB | 4 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB |
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 9cd00f64af32..4b41687b2bde 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multimedia Video device configuration | 3 | # Multimedia Video device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/radio/si470x/Kconfig b/drivers/media/radio/si470x/Kconfig index 21026488de90..537f8e1601f3 100644 --- a/drivers/media/radio/si470x/Kconfig +++ b/drivers/media/radio/si470x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config RADIO_SI470X | 2 | config RADIO_SI470X |
2 | tristate "Silicon Labs Si470x FM Radio Receiver support" | 3 | tristate "Silicon Labs Si470x FM Radio Receiver support" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/radio/si470x/Makefile b/drivers/media/radio/si470x/Makefile index 682b3146397e..e392126b0f6f 100644 --- a/drivers/media/radio/si470x/Makefile +++ b/drivers/media/radio/si470x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for radios with Silicon Labs Si470x FM Radio Receivers | 3 | # Makefile for radios with Silicon Labs Si470x FM Radio Receivers |
3 | # | 4 | # |
diff --git a/drivers/media/radio/si4713/Kconfig b/drivers/media/radio/si4713/Kconfig index 17567c917554..490bc6f20f06 100644 --- a/drivers/media/radio/si4713/Kconfig +++ b/drivers/media/radio/si4713/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_SI4713 | 2 | config USB_SI4713 |
2 | tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB" | 3 | tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB" |
3 | depends on USB && I2C && RADIO_SI4713 | 4 | depends on USB && I2C && RADIO_SI4713 |
diff --git a/drivers/media/radio/si4713/Makefile b/drivers/media/radio/si4713/Makefile index ddaaf925e883..3411514a5d94 100644 --- a/drivers/media/radio/si4713/Makefile +++ b/drivers/media/radio/si4713/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for radios with Silicon Labs Si4713 FM Radio Transmitters | 3 | # Makefile for radios with Silicon Labs Si4713 FM Radio Transmitters |
3 | # | 4 | # |
diff --git a/drivers/media/radio/wl128x/Kconfig b/drivers/media/radio/wl128x/Kconfig index 64b66bbdae72..1dee7277004b 100644 --- a/drivers/media/radio/wl128x/Kconfig +++ b/drivers/media/radio/wl128x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # TI's wl128x FM driver based on TI's ST driver. | 3 | # TI's wl128x FM driver based on TI's ST driver. |
3 | # | 4 | # |
diff --git a/drivers/media/radio/wl128x/Makefile b/drivers/media/radio/wl128x/Makefile index 32a0ead09845..4396ca416cfa 100644 --- a/drivers/media/radio/wl128x/Makefile +++ b/drivers/media/radio/wl128x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for TI's shared transport driver based wl128x | 3 | # Makefile for TI's shared transport driver based wl128x |
3 | # FM radio. | 4 | # FM radio. |
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 3fc6ac15c66d..c18dee648253 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menuconfig RC_CORE | 3 | menuconfig RC_CORE |
3 | tristate "Remote Controller support" | 4 | tristate "Remote Controller support" |
diff --git a/drivers/media/rc/img-ir/Kconfig b/drivers/media/rc/img-ir/Kconfig index d2c6617d468e..5c0508f2719f 100644 --- a/drivers/media/rc/img-ir/Kconfig +++ b/drivers/media/rc/img-ir/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IR_IMG | 2 | config IR_IMG |
2 | tristate "ImgTec IR Decoder" | 3 | tristate "ImgTec IR Decoder" |
3 | depends on RC_CORE | 4 | depends on RC_CORE |
diff --git a/drivers/media/rc/keymaps/Kconfig b/drivers/media/rc/keymaps/Kconfig index f459096d8e9c..d31cd3682159 100644 --- a/drivers/media/rc/keymaps/Kconfig +++ b/drivers/media/rc/keymaps/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config RC_MAP | 2 | config RC_MAP |
2 | tristate "Compile Remote Controller keymap modules" | 3 | tristate "Compile Remote Controller keymap modules" |
3 | depends on RC_CORE | 4 | depends on RC_CORE |
diff --git a/drivers/media/spi/Kconfig b/drivers/media/spi/Kconfig index df169ecf0c27..ba464efdab03 100644 --- a/drivers/media/spi/Kconfig +++ b/drivers/media/spi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if VIDEO_V4L2 | 2 | if VIDEO_V4L2 |
2 | 3 | ||
3 | menu "SPI helper chips" | 4 | menu "SPI helper chips" |
diff --git a/drivers/media/spi/Makefile b/drivers/media/spi/Makefile index 446e6c567e94..9f45787d680d 100644 --- a/drivers/media/spi/Makefile +++ b/drivers/media/spi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_GS1662) += gs1662.o | 2 | obj-$(CONFIG_VIDEO_GS1662) += gs1662.o |
2 | obj-$(CONFIG_CXD2880_SPI_DRV) += cxd2880-spi.o | 3 | obj-$(CONFIG_CXD2880_SPI_DRV) += cxd2880-spi.o |
3 | 4 | ||
diff --git a/drivers/media/tuners/Kconfig b/drivers/media/tuners/Kconfig index 147f3cd0bb95..72805e5abc68 100644 --- a/drivers/media/tuners/Kconfig +++ b/drivers/media/tuners/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Analog TV tuners, auto-loaded via tuner.ko | 2 | # Analog TV tuners, auto-loaded via tuner.ko |
2 | config MEDIA_TUNER | 3 | config MEDIA_TUNER |
3 | tristate | 4 | tristate |
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index b24e753c4766..03c2944f6273 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if USB && MEDIA_SUPPORT | 2 | if USB && MEDIA_SUPPORT |
2 | 3 | ||
3 | menuconfig MEDIA_USB_SUPPORT | 4 | menuconfig MEDIA_USB_SUPPORT |
diff --git a/drivers/media/usb/airspy/Kconfig b/drivers/media/usb/airspy/Kconfig index 67578511bb9a..458345217f78 100644 --- a/drivers/media/usb/airspy/Kconfig +++ b/drivers/media/usb/airspy/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_AIRSPY | 2 | config USB_AIRSPY |
2 | tristate "AirSpy" | 3 | tristate "AirSpy" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/airspy/Makefile b/drivers/media/usb/airspy/Makefile index 8d8e61c1a349..d2ba2ca03297 100644 --- a/drivers/media/usb/airspy/Makefile +++ b/drivers/media/usb/airspy/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_AIRSPY) += airspy.o | 2 | obj-$(CONFIG_USB_AIRSPY) += airspy.o |
diff --git a/drivers/media/usb/as102/Kconfig b/drivers/media/usb/as102/Kconfig index 28aba00dc629..5a859c19d9cf 100644 --- a/drivers/media/usb/as102/Kconfig +++ b/drivers/media/usb/as102/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_AS102 | 2 | config DVB_AS102 |
2 | tristate "Abilis AS102 DVB receiver" | 3 | tristate "Abilis AS102 DVB receiver" |
3 | depends on DVB_CORE && USB && I2C && INPUT | 4 | depends on DVB_CORE && USB && I2C && INPUT |
diff --git a/drivers/media/usb/au0828/Kconfig b/drivers/media/usb/au0828/Kconfig index 0ad985542c60..05cc6c48c26f 100644 --- a/drivers/media/usb/au0828/Kconfig +++ b/drivers/media/usb/au0828/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config VIDEO_AU0828 | 3 | config VIDEO_AU0828 |
3 | tristate "Auvitek AU0828 support" | 4 | tristate "Auvitek AU0828 support" |
diff --git a/drivers/media/usb/b2c2/Kconfig b/drivers/media/usb/b2c2/Kconfig index a620ae42dfc8..b3ffdf12ec89 100644 --- a/drivers/media/usb/b2c2/Kconfig +++ b/drivers/media/usb/b2c2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_B2C2_FLEXCOP_USB | 2 | config DVB_B2C2_FLEXCOP_USB |
2 | tristate "Technisat/B2C2 Air/Sky/Cable2PC USB" | 3 | tristate "Technisat/B2C2 Air/Sky/Cable2PC USB" |
3 | depends on DVB_CORE && I2C | 4 | depends on DVB_CORE && I2C |
diff --git a/drivers/media/usb/b2c2/Makefile b/drivers/media/usb/b2c2/Makefile index e7f949d18fbf..6ae0e43afb35 100644 --- a/drivers/media/usb/b2c2/Makefile +++ b/drivers/media/usb/b2c2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | b2c2-flexcop-usb-objs := flexcop-usb.o | 2 | b2c2-flexcop-usb-objs := flexcop-usb.o |
2 | obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o | 3 | obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o |
3 | 4 | ||
diff --git a/drivers/media/usb/cpia2/Kconfig b/drivers/media/usb/cpia2/Kconfig index 7029a04f3ffd..e2c18ab0262b 100644 --- a/drivers/media/usb/cpia2/Kconfig +++ b/drivers/media/usb/cpia2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CPIA2 | 2 | config VIDEO_CPIA2 |
2 | tristate "CPiA2 Video For Linux" | 3 | tristate "CPiA2 Video For Linux" |
3 | depends on VIDEO_DEV && USB && VIDEO_V4L2 | 4 | depends on VIDEO_DEV && USB && VIDEO_V4L2 |
diff --git a/drivers/media/usb/cpia2/Makefile b/drivers/media/usb/cpia2/Makefile index 828cf1b1df86..05664141f4d7 100644 --- a/drivers/media/usb/cpia2/Makefile +++ b/drivers/media/usb/cpia2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | cpia2-objs := cpia2_v4l.o cpia2_usb.o cpia2_core.o | 2 | cpia2-objs := cpia2_v4l.o cpia2_usb.o cpia2_core.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_CPIA2) += cpia2.o | 4 | obj-$(CONFIG_VIDEO_CPIA2) += cpia2.o |
diff --git a/drivers/media/usb/cx231xx/Kconfig b/drivers/media/usb/cx231xx/Kconfig index 9262d0d7439a..74f3b29d9c60 100644 --- a/drivers/media/usb/cx231xx/Kconfig +++ b/drivers/media/usb/cx231xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_CX231XX | 2 | config VIDEO_CX231XX |
2 | tristate "Conexant cx231xx USB video capture support" | 3 | tristate "Conexant cx231xx USB video capture support" |
3 | depends on VIDEO_DEV && I2C && I2C_MUX | 4 | depends on VIDEO_DEV && I2C && I2C_MUX |
diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index 511e3f270308..b21a4d413872 100644 --- a/drivers/media/usb/dvb-usb-v2/Kconfig +++ b/drivers/media/usb/dvb-usb-v2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_USB_V2 | 2 | config DVB_USB_V2 |
2 | tristate "Support for various USB DVB devices v2" | 3 | tristate "Support for various USB DVB devices v2" |
3 | depends on DVB_CORE && USB && I2C && (RC_CORE || RC_CORE=n) | 4 | depends on DVB_CORE && USB && I2C && (RC_CORE || RC_CORE=n) |
diff --git a/drivers/media/usb/dvb-usb/Kconfig b/drivers/media/usb/dvb-usb/Kconfig index 513df955eaa3..87dbae875177 100644 --- a/drivers/media/usb/dvb-usb/Kconfig +++ b/drivers/media/usb/dvb-usb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_USB | 2 | config DVB_USB |
2 | tristate "Support for various USB DVB devices" | 3 | tristate "Support for various USB DVB devices" |
3 | depends on DVB_CORE && USB && I2C && RC_CORE | 4 | depends on DVB_CORE && USB && I2C && RC_CORE |
diff --git a/drivers/media/usb/em28xx/Kconfig b/drivers/media/usb/em28xx/Kconfig index 639da7e24066..f2031a933e54 100644 --- a/drivers/media/usb/em28xx/Kconfig +++ b/drivers/media/usb/em28xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_EM28XX | 2 | config VIDEO_EM28XX |
2 | tristate "Empia EM28xx USB devices support" | 3 | tristate "Empia EM28xx USB devices support" |
3 | depends on VIDEO_DEV && I2C | 4 | depends on VIDEO_DEV && I2C |
diff --git a/drivers/media/usb/go7007/Kconfig b/drivers/media/usb/go7007/Kconfig index beab257c092f..4ff79940ad8d 100644 --- a/drivers/media/usb/go7007/Kconfig +++ b/drivers/media/usb/go7007/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_GO7007 | 2 | config VIDEO_GO7007 |
2 | tristate "WIS GO7007 MPEG encoder support" | 3 | tristate "WIS GO7007 MPEG encoder support" |
3 | depends on VIDEO_DEV && I2C | 4 | depends on VIDEO_DEV && I2C |
diff --git a/drivers/media/usb/gspca/Kconfig b/drivers/media/usb/gspca/Kconfig index 0e6f36cb46e6..77a360958239 100644 --- a/drivers/media/usb/gspca/Kconfig +++ b/drivers/media/usb/gspca/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig USB_GSPCA | 2 | menuconfig USB_GSPCA |
2 | tristate "GSPCA based webcams" | 3 | tristate "GSPCA based webcams" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/gspca/gl860/Kconfig b/drivers/media/usb/gspca/gl860/Kconfig index 22772f53ec7b..2dfd2704c915 100644 --- a/drivers/media/usb/gspca/gl860/Kconfig +++ b/drivers/media/usb/gspca/gl860/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_GL860 | 2 | config USB_GL860 |
2 | tristate "GL860 USB Camera Driver" | 3 | tristate "GL860 USB Camera Driver" |
3 | depends on VIDEO_V4L2 && USB_GSPCA | 4 | depends on VIDEO_V4L2 && USB_GSPCA |
diff --git a/drivers/media/usb/gspca/m5602/Kconfig b/drivers/media/usb/gspca/m5602/Kconfig index 13a00399ced9..0a250652d717 100644 --- a/drivers/media/usb/gspca/m5602/Kconfig +++ b/drivers/media/usb/gspca/m5602/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_M5602 | 2 | config USB_M5602 |
2 | tristate "ALi USB m5602 Camera Driver" | 3 | tristate "ALi USB m5602 Camera Driver" |
3 | depends on VIDEO_V4L2 && USB_GSPCA | 4 | depends on VIDEO_V4L2 && USB_GSPCA |
diff --git a/drivers/media/usb/gspca/stv06xx/Kconfig b/drivers/media/usb/gspca/stv06xx/Kconfig index 634ad38d9fb8..59373659ae4d 100644 --- a/drivers/media/usb/gspca/stv06xx/Kconfig +++ b/drivers/media/usb/gspca/stv06xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_STV06XX | 2 | config USB_STV06XX |
2 | tristate "STV06XX USB Camera Driver" | 3 | tristate "STV06XX USB Camera Driver" |
3 | depends on USB_GSPCA | 4 | depends on USB_GSPCA |
diff --git a/drivers/media/usb/hackrf/Kconfig b/drivers/media/usb/hackrf/Kconfig index 072e186018f5..2267cebfdecb 100644 --- a/drivers/media/usb/hackrf/Kconfig +++ b/drivers/media/usb/hackrf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_HACKRF | 2 | config USB_HACKRF |
2 | tristate "HackRF" | 3 | tristate "HackRF" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/hackrf/Makefile b/drivers/media/usb/hackrf/Makefile index 73064a24cd4e..0ac96d0b8eb6 100644 --- a/drivers/media/usb/hackrf/Makefile +++ b/drivers/media/usb/hackrf/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_HACKRF) += hackrf.o | 2 | obj-$(CONFIG_USB_HACKRF) += hackrf.o |
diff --git a/drivers/media/usb/hdpvr/Kconfig b/drivers/media/usb/hdpvr/Kconfig index 9e78c0c32651..617400b27314 100644 --- a/drivers/media/usb/hdpvr/Kconfig +++ b/drivers/media/usb/hdpvr/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config VIDEO_HDPVR | 3 | config VIDEO_HDPVR |
3 | tristate "Hauppauge HD PVR support" | 4 | tristate "Hauppauge HD PVR support" |
diff --git a/drivers/media/usb/hdpvr/Makefile b/drivers/media/usb/hdpvr/Makefile index 644dd99ffce3..d1d57e3c3e72 100644 --- a/drivers/media/usb/hdpvr/Makefile +++ b/drivers/media/usb/hdpvr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o hdpvr-i2c.o | 2 | hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o hdpvr-i2c.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o | 4 | obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o |
diff --git a/drivers/media/usb/msi2500/Kconfig b/drivers/media/usb/msi2500/Kconfig index 9eff8a76ff0e..b403603bcc81 100644 --- a/drivers/media/usb/msi2500/Kconfig +++ b/drivers/media/usb/msi2500/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_MSI2500 | 2 | config USB_MSI2500 |
2 | tristate "Mirics MSi2500" | 3 | tristate "Mirics MSi2500" |
3 | depends on VIDEO_V4L2 && SPI | 4 | depends on VIDEO_V4L2 && SPI |
diff --git a/drivers/media/usb/msi2500/Makefile b/drivers/media/usb/msi2500/Makefile index b3bc2e53707f..be14390cae19 100644 --- a/drivers/media/usb/msi2500/Makefile +++ b/drivers/media/usb/msi2500/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_MSI2500) += msi2500.o | 2 | obj-$(CONFIG_USB_MSI2500) += msi2500.o |
diff --git a/drivers/media/usb/pulse8-cec/Kconfig b/drivers/media/usb/pulse8-cec/Kconfig index 11f1b75d3efd..e802d30dbbee 100644 --- a/drivers/media/usb/pulse8-cec/Kconfig +++ b/drivers/media/usb/pulse8-cec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_PULSE8_CEC | 2 | config USB_PULSE8_CEC |
2 | tristate "Pulse Eight HDMI CEC" | 3 | tristate "Pulse Eight HDMI CEC" |
3 | depends on USB_ACM | 4 | depends on USB_ACM |
diff --git a/drivers/media/usb/pulse8-cec/Makefile b/drivers/media/usb/pulse8-cec/Makefile index 9800690bc25a..7816c68bf928 100644 --- a/drivers/media/usb/pulse8-cec/Makefile +++ b/drivers/media/usb/pulse8-cec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec.o | 2 | obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec.o |
diff --git a/drivers/media/usb/pvrusb2/Kconfig b/drivers/media/usb/pvrusb2/Kconfig index ac6612cf1bec..64f9df067269 100644 --- a/drivers/media/usb/pvrusb2/Kconfig +++ b/drivers/media/usb/pvrusb2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_PVRUSB2 | 2 | config VIDEO_PVRUSB2 |
2 | tristate "Hauppauge WinTV-PVR USB2 support" | 3 | tristate "Hauppauge WinTV-PVR USB2 support" |
3 | depends on VIDEO_V4L2 && I2C | 4 | depends on VIDEO_V4L2 && I2C |
diff --git a/drivers/media/usb/pwc/Kconfig b/drivers/media/usb/pwc/Kconfig index 5f6d91edca41..7cebf6314a67 100644 --- a/drivers/media/usb/pwc/Kconfig +++ b/drivers/media/usb/pwc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_PWC | 2 | config USB_PWC |
2 | tristate "USB Philips Cameras" | 3 | tristate "USB Philips Cameras" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/pwc/Makefile b/drivers/media/usb/pwc/Makefile index d7fdbcb9edd3..ebc53e74990d 100644 --- a/drivers/media/usb/pwc/Makefile +++ b/drivers/media/usb/pwc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | pwc-objs += pwc-if.o pwc-misc.o pwc-ctrl.o pwc-v4l.o pwc-uncompress.o | 2 | pwc-objs += pwc-if.o pwc-misc.o pwc-ctrl.o pwc-v4l.o pwc-uncompress.o |
2 | pwc-objs += pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o | 3 | pwc-objs += pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o |
3 | 4 | ||
diff --git a/drivers/media/usb/rainshadow-cec/Kconfig b/drivers/media/usb/rainshadow-cec/Kconfig index 6b00be618db8..b481c5157d7e 100644 --- a/drivers/media/usb/rainshadow-cec/Kconfig +++ b/drivers/media/usb/rainshadow-cec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_RAINSHADOW_CEC | 2 | config USB_RAINSHADOW_CEC |
2 | tristate "RainShadow Tech HDMI CEC" | 3 | tristate "RainShadow Tech HDMI CEC" |
3 | depends on USB_ACM | 4 | depends on USB_ACM |
diff --git a/drivers/media/usb/rainshadow-cec/Makefile b/drivers/media/usb/rainshadow-cec/Makefile index a79fbc77e1f7..47b33c574c3e 100644 --- a/drivers/media/usb/rainshadow-cec/Makefile +++ b/drivers/media/usb/rainshadow-cec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_RAINSHADOW_CEC) += rainshadow-cec.o | 2 | obj-$(CONFIG_USB_RAINSHADOW_CEC) += rainshadow-cec.o |
diff --git a/drivers/media/usb/s2255/Kconfig b/drivers/media/usb/s2255/Kconfig index 8c3fceef9a09..e0e3c0ba3f23 100644 --- a/drivers/media/usb/s2255/Kconfig +++ b/drivers/media/usb/s2255/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_S2255 | 2 | config USB_S2255 |
2 | tristate "USB Sensoray 2255 video capture device" | 3 | tristate "USB Sensoray 2255 video capture device" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/s2255/Makefile b/drivers/media/usb/s2255/Makefile index 197d0bb2adfd..cfc4e73f5c76 100644 --- a/drivers/media/usb/s2255/Makefile +++ b/drivers/media/usb/s2255/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_S2255) += s2255drv.o | 2 | obj-$(CONFIG_USB_S2255) += s2255drv.o |
2 | 3 | ||
diff --git a/drivers/media/usb/siano/Kconfig b/drivers/media/usb/siano/Kconfig index cc5e5aa3c93a..19d6269bba51 100644 --- a/drivers/media/usb/siano/Kconfig +++ b/drivers/media/usb/siano/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Siano Mobile Silicon Digital TV device configuration | 3 | # Siano Mobile Silicon Digital TV device configuration |
3 | # | 4 | # |
diff --git a/drivers/media/usb/siano/Makefile b/drivers/media/usb/siano/Makefile index ba56e9818489..758c8686ad46 100644 --- a/drivers/media/usb/siano/Makefile +++ b/drivers/media/usb/siano/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMS_USB_DRV) += smsusb.o | 2 | obj-$(CONFIG_SMS_USB_DRV) += smsusb.o |
2 | 3 | ||
3 | ccflags-y += -I $(srctree)/drivers/media/common/siano | 4 | ccflags-y += -I $(srctree)/drivers/media/common/siano |
diff --git a/drivers/media/usb/stk1160/Kconfig b/drivers/media/usb/stk1160/Kconfig index 03426e4437ea..4f50fb7db7b9 100644 --- a/drivers/media/usb/stk1160/Kconfig +++ b/drivers/media/usb/stk1160/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_STK1160_COMMON | 2 | config VIDEO_STK1160_COMMON |
2 | tristate "STK1160 USB video capture support" | 3 | tristate "STK1160 USB video capture support" |
3 | depends on VIDEO_DEV && I2C | 4 | depends on VIDEO_DEV && I2C |
diff --git a/drivers/media/usb/stkwebcam/Kconfig b/drivers/media/usb/stkwebcam/Kconfig index ea9e04b3caaf..775a5151539c 100644 --- a/drivers/media/usb/stkwebcam/Kconfig +++ b/drivers/media/usb/stkwebcam/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_STKWEBCAM | 2 | config USB_STKWEBCAM |
2 | tristate "USB Syntek DC1125 Camera support" | 3 | tristate "USB Syntek DC1125 Camera support" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/stkwebcam/Makefile b/drivers/media/usb/stkwebcam/Makefile index 20ef8a4b990c..daa9ae6d48c2 100644 --- a/drivers/media/usb/stkwebcam/Makefile +++ b/drivers/media/usb/stkwebcam/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | stkwebcam-objs := stk-webcam.o stk-sensor.o | 2 | stkwebcam-objs := stk-webcam.o stk-sensor.o |
2 | 3 | ||
3 | obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o | 4 | obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o |
diff --git a/drivers/media/usb/tm6000/Kconfig b/drivers/media/usb/tm6000/Kconfig index 321ae691f4d9..56e977deba81 100644 --- a/drivers/media/usb/tm6000/Kconfig +++ b/drivers/media/usb/tm6000/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_TM6000 | 2 | config VIDEO_TM6000 |
2 | tristate "TV Master TM5600/6000/6010 driver" | 3 | tristate "TV Master TM5600/6000/6010 driver" |
3 | depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB | 4 | depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB |
diff --git a/drivers/media/usb/ttusb-budget/Kconfig b/drivers/media/usb/ttusb-budget/Kconfig index 97bad7da689c..af2b8fa49700 100644 --- a/drivers/media/usb/ttusb-budget/Kconfig +++ b/drivers/media/usb/ttusb-budget/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_TTUSB_BUDGET | 2 | config DVB_TTUSB_BUDGET |
2 | tristate "Technotrend/Hauppauge Nova-USB devices" | 3 | tristate "Technotrend/Hauppauge Nova-USB devices" |
3 | depends on DVB_CORE && USB && I2C && PCI | 4 | depends on DVB_CORE && USB && I2C && PCI |
diff --git a/drivers/media/usb/ttusb-budget/Makefile b/drivers/media/usb/ttusb-budget/Makefile index 37847d773921..09e42bf312f2 100644 --- a/drivers/media/usb/ttusb-budget/Makefile +++ b/drivers/media/usb/ttusb-budget/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DVB_TTUSB_BUDGET) += dvb-ttusb-budget.o | 2 | obj-$(CONFIG_DVB_TTUSB_BUDGET) += dvb-ttusb-budget.o |
2 | 3 | ||
3 | ccflags-y += -I $(srctree)/drivers/media/dvb-frontends | 4 | ccflags-y += -I $(srctree)/drivers/media/dvb-frontends |
diff --git a/drivers/media/usb/ttusb-dec/Kconfig b/drivers/media/usb/ttusb-dec/Kconfig index b205903a3c61..ed5cf84ef140 100644 --- a/drivers/media/usb/ttusb-dec/Kconfig +++ b/drivers/media/usb/ttusb-dec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DVB_TTUSB_DEC | 2 | config DVB_TTUSB_DEC |
2 | tristate "Technotrend/Hauppauge USB DEC devices" | 3 | tristate "Technotrend/Hauppauge USB DEC devices" |
3 | depends on DVB_CORE && USB && INPUT && PCI | 4 | depends on DVB_CORE && USB && INPUT && PCI |
diff --git a/drivers/media/usb/ttusb-dec/Makefile b/drivers/media/usb/ttusb-dec/Makefile index dde9168b5e5f..d1abb672f98d 100644 --- a/drivers/media/usb/ttusb-dec/Makefile +++ b/drivers/media/usb/ttusb-dec/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DVB_TTUSB_DEC) += ttusb_dec.o ttusbdecfe.o | 2 | obj-$(CONFIG_DVB_TTUSB_DEC) += ttusb_dec.o ttusbdecfe.o |
diff --git a/drivers/media/usb/usbtv/Kconfig b/drivers/media/usb/usbtv/Kconfig index 2b4ac0848469..84799c7203d3 100644 --- a/drivers/media/usb/usbtv/Kconfig +++ b/drivers/media/usb/usbtv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_USBTV | 2 | config VIDEO_USBTV |
2 | tristate "USBTV007 video capture support" | 3 | tristate "USBTV007 video capture support" |
3 | depends on VIDEO_V4L2 && SND | 4 | depends on VIDEO_V4L2 && SND |
diff --git a/drivers/media/usb/usbtv/Makefile b/drivers/media/usb/usbtv/Makefile index f555cf8a3dd2..78705bcd064e 100644 --- a/drivers/media/usb/usbtv/Makefile +++ b/drivers/media/usb/usbtv/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | usbtv-y := usbtv-core.o \ | 2 | usbtv-y := usbtv-core.o \ |
2 | usbtv-video.o \ | 3 | usbtv-video.o \ |
3 | usbtv-audio.o | 4 | usbtv-audio.o |
diff --git a/drivers/media/usb/usbvision/Kconfig b/drivers/media/usb/usbvision/Kconfig index 7aa080cb9884..e1039fdfb0ea 100644 --- a/drivers/media/usb/usbvision/Kconfig +++ b/drivers/media/usb/usbvision/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIDEO_USBVISION | 2 | config VIDEO_USBVISION |
2 | tristate "USB video devices based on Nogatech NT1003/1004/1005" | 3 | tristate "USB video devices based on Nogatech NT1003/1004/1005" |
3 | depends on I2C && VIDEO_V4L2 | 4 | depends on I2C && VIDEO_V4L2 |
diff --git a/drivers/media/usb/usbvision/Makefile b/drivers/media/usb/usbvision/Makefile index e8e5eda08b6f..4d8541b9d4f8 100644 --- a/drivers/media/usb/usbvision/Makefile +++ b/drivers/media/usb/usbvision/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | usbvision-objs := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o | 2 | usbvision-objs := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o |
2 | 3 | ||
3 | obj-$(CONFIG_VIDEO_USBVISION) += usbvision.o | 4 | obj-$(CONFIG_VIDEO_USBVISION) += usbvision.o |
diff --git a/drivers/media/usb/uvc/Kconfig b/drivers/media/usb/uvc/Kconfig index 94937d0cc2e3..4c2f4a3216f2 100644 --- a/drivers/media/usb/uvc/Kconfig +++ b/drivers/media/usb/uvc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_VIDEO_CLASS | 2 | config USB_VIDEO_CLASS |
2 | tristate "USB Video Class (UVC)" | 3 | tristate "USB Video Class (UVC)" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/zr364xx/Kconfig b/drivers/media/usb/zr364xx/Kconfig index 979b1d4f3f68..55b06c833667 100644 --- a/drivers/media/usb/zr364xx/Kconfig +++ b/drivers/media/usb/zr364xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config USB_ZR364XX | 2 | config USB_ZR364XX |
2 | tristate "USB ZR364XX Camera support" | 3 | tristate "USB ZR364XX Camera support" |
3 | depends on VIDEO_V4L2 | 4 | depends on VIDEO_V4L2 |
diff --git a/drivers/media/usb/zr364xx/Makefile b/drivers/media/usb/zr364xx/Makefile index a5777883a1f8..edab017d499c 100644 --- a/drivers/media/usb/zr364xx/Makefile +++ b/drivers/media/usb/zr364xx/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_USB_ZR364XX) += zr364xx.o | 2 | obj-$(CONFIG_USB_ZR364XX) += zr364xx.o |
2 | 3 | ||
diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig index 8402096f7796..8b9d4b3ec10e 100644 --- a/drivers/media/v4l2-core/Kconfig +++ b/drivers/media/v4l2-core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Generic video config states | 3 | # Generic video config states |
3 | # | 4 | # |
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 2d91b00e3591..392ad4f5c570 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Memory devices | 3 | # Memory devices |
3 | # | 4 | # |
diff --git a/drivers/memory/tegra/Kconfig b/drivers/memory/tegra/Kconfig index 34e0b70f5c5f..4680124ddcab 100644 --- a/drivers/memory/tegra/Kconfig +++ b/drivers/memory/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config TEGRA_MC | 2 | config TEGRA_MC |
2 | bool "NVIDIA Tegra Memory Controller support" | 3 | bool "NVIDIA Tegra Memory Controller support" |
3 | default y | 4 | default y |
diff --git a/drivers/memstick/Kconfig b/drivers/memstick/Kconfig index 1314605d791f..e6180135d48b 100644 --- a/drivers/memstick/Kconfig +++ b/drivers/memstick/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MemoryStick subsystem configuration | 3 | # MemoryStick subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/memstick/Makefile b/drivers/memstick/Makefile index 98623590c7fe..61ea1d3abd37 100644 --- a/drivers/memstick/Makefile +++ b/drivers/memstick/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernel MemoryStick device drivers. | 3 | # Makefile for the kernel MemoryStick device drivers. |
3 | # | 4 | # |
diff --git a/drivers/memstick/core/Kconfig b/drivers/memstick/core/Kconfig index 1d389491d5fd..516f454fde14 100644 --- a/drivers/memstick/core/Kconfig +++ b/drivers/memstick/core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MemoryStick core configuration | 3 | # MemoryStick core configuration |
3 | # | 4 | # |
diff --git a/drivers/memstick/core/Makefile b/drivers/memstick/core/Makefile index 0d7f90c0ff25..6b9b9ba4ab69 100644 --- a/drivers/memstick/core/Makefile +++ b/drivers/memstick/core/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernel MemoryStick core. | 3 | # Makefile for the kernel MemoryStick core. |
3 | # | 4 | # |
diff --git a/drivers/memstick/host/Kconfig b/drivers/memstick/host/Kconfig index aa2b0786bbe9..446c93ecef8f 100644 --- a/drivers/memstick/host/Kconfig +++ b/drivers/memstick/host/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MemoryStick host controller drivers | 3 | # MemoryStick host controller drivers |
3 | # | 4 | # |
diff --git a/drivers/message/Makefile b/drivers/message/Makefile index 755676ded67c..5fe5ecfc5d77 100644 --- a/drivers/message/Makefile +++ b/drivers/message/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for MPT based block devices | 3 | # Makefile for MPT based block devices |
3 | # | 4 | # |
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig index 63ca9841db10..ba770c5ea8ef 100644 --- a/drivers/message/fusion/Kconfig +++ b/drivers/message/fusion/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menuconfig FUSION | 3 | menuconfig FUSION |
3 | bool "Fusion MPT device support" | 4 | bool "Fusion MPT device support" |
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 294d9567cc71..a17d275bf1d4 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multifunction miscellaneous devices | 3 | # Multifunction miscellaneous devices |
3 | # | 4 | # |
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6a0365b2332c..85fc77148d19 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Misc strange devices | 3 | # Misc strange devices |
3 | # | 4 | # |
diff --git a/drivers/misc/altera-stapl/Kconfig b/drivers/misc/altera-stapl/Kconfig index 8a828fe41fad..b34863544365 100644 --- a/drivers/misc/altera-stapl/Kconfig +++ b/drivers/misc/altera-stapl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | comment "Altera FPGA firmware download module (requires I2C)" | 2 | comment "Altera FPGA firmware download module (requires I2C)" |
2 | depends on !I2C | 3 | depends on !I2C |
3 | 4 | ||
diff --git a/drivers/misc/altera-stapl/Makefile b/drivers/misc/altera-stapl/Makefile index 055f61ee781a..dd0f8189666b 100644 --- a/drivers/misc/altera-stapl/Makefile +++ b/drivers/misc/altera-stapl/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o | 2 | altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o |
2 | 3 | ||
3 | obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o | 4 | obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o |
diff --git a/drivers/misc/c2port/Kconfig b/drivers/misc/c2port/Kconfig index 0dd690e61d3c..192e25094bd4 100644 --- a/drivers/misc/c2port/Kconfig +++ b/drivers/misc/c2port/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # C2 port devices | 3 | # C2 port devices |
3 | # | 4 | # |
diff --git a/drivers/misc/c2port/Makefile b/drivers/misc/c2port/Makefile index 3b2cf43d60f5..1dfe6ab0672a 100644 --- a/drivers/misc/c2port/Makefile +++ b/drivers/misc/c2port/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_C2PORT) += core.o | 2 | obj-$(CONFIG_C2PORT) += core.o |
2 | 3 | ||
3 | obj-$(CONFIG_C2PORT_DURAMAR_2150) += c2port-duramar2150.o | 4 | obj-$(CONFIG_C2PORT_DURAMAR_2150) += c2port-duramar2150.o |
diff --git a/drivers/misc/cardreader/Kconfig b/drivers/misc/cardreader/Kconfig index ed8993b5d058..022322dfb36e 100644 --- a/drivers/misc/cardreader/Kconfig +++ b/drivers/misc/cardreader/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MISC_ALCOR_PCI | 2 | config MISC_ALCOR_PCI |
2 | tristate "Alcor Micro/Alcor Link PCI-E card reader" | 3 | tristate "Alcor Micro/Alcor Link PCI-E card reader" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/misc/cardreader/Makefile b/drivers/misc/cardreader/Makefile index 9882d2a1025c..d9bff5a2217e 100644 --- a/drivers/misc/cardreader/Makefile +++ b/drivers/misc/cardreader/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MISC_ALCOR_PCI) += alcor_pci.o | 2 | obj-$(CONFIG_MISC_ALCOR_PCI) += alcor_pci.o |
2 | obj-$(CONFIG_MISC_RTSX_PCI) += rtsx_pci.o | 3 | obj-$(CONFIG_MISC_RTSX_PCI) += rtsx_pci.o |
3 | rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o rts5260.o | 4 | rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o rts5260.o |
diff --git a/drivers/misc/cb710/Kconfig b/drivers/misc/cb710/Kconfig index 22429b8b1068..3c7356d55423 100644 --- a/drivers/misc/cb710/Kconfig +++ b/drivers/misc/cb710/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CB710_CORE | 2 | config CB710_CORE |
2 | tristate "ENE CB710/720 Flash memory card reader support" | 3 | tristate "ENE CB710/720 Flash memory card reader support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/misc/cb710/Makefile b/drivers/misc/cb710/Makefile index 467c8e9ca3c9..8a38c66eb88b 100644 --- a/drivers/misc/cb710/Makefile +++ b/drivers/misc/cb710/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-$(CONFIG_CB710_DEBUG) := -DDEBUG | 2 | ccflags-$(CONFIG_CB710_DEBUG) := -DDEBUG |
2 | 3 | ||
3 | obj-$(CONFIG_CB710_CORE) += cb710.o | 4 | obj-$(CONFIG_CB710_CORE) += cb710.o |
diff --git a/drivers/misc/cxl/Kconfig b/drivers/misc/cxl/Kconfig index 3ce933707828..f1d9a843e361 100644 --- a/drivers/misc/cxl/Kconfig +++ b/drivers/misc/cxl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IBM Coherent Accelerator (CXL) compatible devices | 3 | # IBM Coherent Accelerator (CXL) compatible devices |
3 | # | 4 | # |
diff --git a/drivers/misc/echo/Kconfig b/drivers/misc/echo/Kconfig index f1d41ea9cd48..39656413e70d 100644 --- a/drivers/misc/echo/Kconfig +++ b/drivers/misc/echo/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ECHO | 2 | config ECHO |
2 | tristate "Line Echo Canceller support" | 3 | tristate "Line Echo Canceller support" |
3 | default n | 4 | default n |
diff --git a/drivers/misc/echo/Makefile b/drivers/misc/echo/Makefile index 7d4caac12a8d..5b97467ffb7d 100644 --- a/drivers/misc/echo/Makefile +++ b/drivers/misc/echo/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ECHO) += echo.o | 2 | obj-$(CONFIG_ECHO) += echo.o |
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index a846faefa210..f88094719552 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "EEPROM support" | 2 | menu "EEPROM support" |
2 | 3 | ||
3 | config EEPROM_AT24 | 4 | config EEPROM_AT24 |
diff --git a/drivers/misc/genwqe/Kconfig b/drivers/misc/genwqe/Kconfig index 4c0a033cbfdb..a8a608713d26 100644 --- a/drivers/misc/genwqe/Kconfig +++ b/drivers/misc/genwqe/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IBM Accelerator Family 'GenWQE' | 3 | # IBM Accelerator Family 'GenWQE' |
3 | # | 4 | # |
diff --git a/drivers/misc/genwqe/Makefile b/drivers/misc/genwqe/Makefile index 98a2b4f0b18b..d9811ecbe40f 100644 --- a/drivers/misc/genwqe/Makefile +++ b/drivers/misc/genwqe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for GenWQE driver | 3 | # Makefile for GenWQE driver |
3 | # | 4 | # |
diff --git a/drivers/misc/habanalabs/Kconfig b/drivers/misc/habanalabs/Kconfig index 99db2b82ada6..8eb5d38c618e 100644 --- a/drivers/misc/habanalabs/Kconfig +++ b/drivers/misc/habanalabs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HabanaLabs AI accelerators driver | 3 | # HabanaLabs AI accelerators driver |
3 | # | 4 | # |
diff --git a/drivers/misc/habanalabs/Makefile b/drivers/misc/habanalabs/Makefile index f8e85243d672..482f6227dbba 100644 --- a/drivers/misc/habanalabs/Makefile +++ b/drivers/misc/habanalabs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for HabanaLabs AI accelerators driver | 3 | # Makefile for HabanaLabs AI accelerators driver |
3 | # | 4 | # |
diff --git a/drivers/misc/habanalabs/goya/Makefile b/drivers/misc/habanalabs/goya/Makefile index 131432f677e2..bd769083628e 100644 --- a/drivers/misc/habanalabs/goya/Makefile +++ b/drivers/misc/habanalabs/goya/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src) | 2 | subdir-ccflags-y += -I$(src) |
2 | 3 | ||
3 | HL_GOYA_FILES := goya/goya.o goya/goya_security.o goya/goya_hwmgr.o \ | 4 | HL_GOYA_FILES := goya/goya.o goya/goya_security.o goya/goya_hwmgr.o \ |
diff --git a/drivers/misc/lis3lv02d/Kconfig b/drivers/misc/lis3lv02d/Kconfig index 8f474e6fc7b4..4cfad45229c8 100644 --- a/drivers/misc/lis3lv02d/Kconfig +++ b/drivers/misc/lis3lv02d/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STMicroelectonics LIS3LV02D and similar accelerometers | 3 | # STMicroelectonics LIS3LV02D and similar accelerometers |
3 | # | 4 | # |
diff --git a/drivers/misc/lis3lv02d/Makefile b/drivers/misc/lis3lv02d/Makefile index 4bf58b16fcf8..137e7020c127 100644 --- a/drivers/misc/lis3lv02d/Makefile +++ b/drivers/misc/lis3lv02d/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STMicroelectonics LIS3LV02D and similar accelerometers | 3 | # STMicroelectonics LIS3LV02D and similar accelerometers |
3 | # | 4 | # |
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig index 6736f72cc14a..948f45bbf135 100644 --- a/drivers/misc/mic/Kconfig +++ b/drivers/misc/mic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Intel MIC & related support" | 2 | menu "Intel MIC & related support" |
2 | 3 | ||
3 | comment "Intel MIC Bus Driver" | 4 | comment "Intel MIC Bus Driver" |
diff --git a/drivers/misc/mic/bus/Makefile b/drivers/misc/mic/bus/Makefile index 8758a7daa52c..0a6aa21b2f67 100644 --- a/drivers/misc/mic/bus/Makefile +++ b/drivers/misc/mic/bus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile - Intel MIC Linux driver. | 3 | # Makefile - Intel MIC Linux driver. |
3 | # Copyright(c) 2014, Intel Corporation. | 4 | # Copyright(c) 2014, Intel Corporation. |
diff --git a/drivers/misc/mic/cosm_client/Makefile b/drivers/misc/mic/cosm_client/Makefile index 6f751a519a09..5b62270bc2ab 100644 --- a/drivers/misc/mic/cosm_client/Makefile +++ b/drivers/misc/mic/cosm_client/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile - Intel MIC COSM Client Driver | 3 | # Makefile - Intel MIC COSM Client Driver |
3 | # Copyright(c) 2015, Intel Corporation. | 4 | # Copyright(c) 2015, Intel Corporation. |
diff --git a/drivers/misc/mic/vop/Makefile b/drivers/misc/mic/vop/Makefile index 78819c8999f1..579da3868c8e 100644 --- a/drivers/misc/mic/vop/Makefile +++ b/drivers/misc/mic/vop/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile - Intel MIC Linux driver. | 3 | # Makefile - Intel MIC Linux driver. |
3 | # Copyright(c) 2016, Intel Corporation. | 4 | # Copyright(c) 2016, Intel Corporation. |
diff --git a/drivers/misc/ocxl/Kconfig b/drivers/misc/ocxl/Kconfig index 4bbdb0d3c8ee..7fb6d39d4c5a 100644 --- a/drivers/misc/ocxl/Kconfig +++ b/drivers/misc/ocxl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Open Coherent Accelerator (OCXL) compatible devices | 3 | # Open Coherent Accelerator (OCXL) compatible devices |
3 | # | 4 | # |
diff --git a/drivers/misc/sgi-gru/Makefile b/drivers/misc/sgi-gru/Makefile index 0003a1d56f7f..8132116ec0f0 100644 --- a/drivers/misc/sgi-gru/Makefile +++ b/drivers/misc/sgi-gru/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-$(CONFIG_SGI_GRU_DEBUG) := -DDEBUG | 2 | ccflags-$(CONFIG_SGI_GRU_DEBUG) := -DDEBUG |
2 | 3 | ||
3 | obj-$(CONFIG_SGI_GRU) := gru.o | 4 | obj-$(CONFIG_SGI_GRU) := gru.o |
diff --git a/drivers/misc/ti-st/Kconfig b/drivers/misc/ti-st/Kconfig index 5bb92698bc80..1503a6496f63 100644 --- a/drivers/misc/ti-st/Kconfig +++ b/drivers/misc/ti-st/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # TI's shared transport line discipline and the protocol | 3 | # TI's shared transport line discipline and the protocol |
3 | # drivers (BT, FM and GPS) | 4 | # drivers (BT, FM and GPS) |
diff --git a/drivers/misc/ti-st/Makefile b/drivers/misc/ti-st/Makefile index 78d7ebb14749..93393100952e 100644 --- a/drivers/misc/ti-st/Makefile +++ b/drivers/misc/ti-st/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for TI's shared transport line discipline | 3 | # Makefile for TI's shared transport line discipline |
3 | # and its protocol drivers (BT, FM, GPS) | 4 | # and its protocol drivers (BT, FM, GPS) |
diff --git a/drivers/misc/vmw_vmci/Kconfig b/drivers/misc/vmw_vmci/Kconfig index 39c2ecadb273..605794aadf11 100644 --- a/drivers/misc/vmw_vmci/Kconfig +++ b/drivers/misc/vmw_vmci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # VMware VMCI device | 3 | # VMware VMCI device |
3 | # | 4 | # |
diff --git a/drivers/misc/vmw_vmci/Makefile b/drivers/misc/vmw_vmci/Makefile index 4da9893c3942..475fa31a9c95 100644 --- a/drivers/misc/vmw_vmci/Makefile +++ b/drivers/misc/vmw_vmci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci.o | 2 | obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci.o |
2 | vmw_vmci-y += vmci_context.o vmci_datagram.o vmci_doorbell.o \ | 3 | vmw_vmci-y += vmci_context.o vmci_datagram.o vmci_doorbell.o \ |
3 | vmci_driver.o vmci_event.o vmci_guest.o vmci_handle_array.o \ | 4 | vmci_driver.o vmci_event.o vmci_guest.o vmci_handle_array.o \ |
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index ec21388311db..2436eb4996a4 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MMC subsystem configuration | 3 | # MMC subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 26ab7af4e0f9..3ea0126a9a72 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernel mmc device drivers. | 3 | # Makefile for the kernel mmc device drivers. |
3 | # | 4 | # |
diff --git a/drivers/mmc/core/Kconfig b/drivers/mmc/core/Kconfig index 2f38a7ad07e0..c12fe13e4b14 100644 --- a/drivers/mmc/core/Kconfig +++ b/drivers/mmc/core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MMC core configuration | 3 | # MMC core configuration |
3 | # | 4 | # |
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 0e86340536b6..931770f17087 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MMC/SD host controller drivers | 3 | # MMC/SD host controller drivers |
3 | # | 4 | # |
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index 39ec32a29051..a7e47e068ad9 100644 --- a/drivers/mtd/chips/Kconfig +++ b/drivers/mtd/chips/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "RAM/ROM/Flash chip drivers" | 2 | menu "RAM/ROM/Flash chip drivers" |
2 | depends on MTD!=n | 3 | depends on MTD!=n |
3 | 4 | ||
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index f9258d666846..ef0e476b2525 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Self-contained MTD device drivers" | 2 | menu "Self-contained MTD device drivers" |
2 | depends on MTD!=n | 3 | depends on MTD!=n |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/mtd/lpddr/Kconfig b/drivers/mtd/lpddr/Kconfig index a5a332fbd593..0395aa6b68f1 100644 --- a/drivers/mtd/lpddr/Kconfig +++ b/drivers/mtd/lpddr/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "LPDDR & LPDDR2 PCM memory drivers" | 2 | menu "LPDDR & LPDDR2 PCM memory drivers" |
2 | depends on MTD | 3 | depends on MTD |
3 | 4 | ||
diff --git a/drivers/mtd/lpddr/Makefile b/drivers/mtd/lpddr/Makefile index 881d440d483e..b217b828f4cc 100644 --- a/drivers/mtd/lpddr/Makefile +++ b/drivers/mtd/lpddr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # linux/drivers/mtd/lpddr/Makefile | 3 | # linux/drivers/mtd/lpddr/Makefile |
3 | # | 4 | # |
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 544ed1931843..bc82305ebb4c 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Mapping drivers for chip access" | 2 | menu "Mapping drivers for chip access" |
2 | depends on MTD!=n | 3 | depends on MTD!=n |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 495751ed3fd7..a5d8a211cb8a 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MTD_NAND_CORE | 2 | config MTD_NAND_CORE |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/mtd/nand/onenand/Kconfig b/drivers/mtd/nand/onenand/Kconfig index 9dc15748947b..ae0b8fe5b990 100644 --- a/drivers/mtd/nand/onenand/Kconfig +++ b/drivers/mtd/nand/onenand/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig MTD_ONENAND | 2 | menuconfig MTD_ONENAND |
2 | tristate "OneNAND Device Support" | 3 | tristate "OneNAND Device Support" |
3 | depends on MTD | 4 | depends on MTD |
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index 0500c42f31cb..5a711d8beaca 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MTD_NAND_ECC_SW_HAMMING | 2 | config MTD_NAND_ECC_SW_HAMMING |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/mtd/nand/raw/atmel/Makefile b/drivers/mtd/nand/raw/atmel/Makefile index 288db4f38a8f..27c2dd50e879 100644 --- a/drivers/mtd/nand/raw/atmel/Makefile +++ b/drivers/mtd/nand/raw/atmel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MTD_NAND_ATMEL) += atmel-nand-controller.o atmel-pmecc.o | 2 | obj-$(CONFIG_MTD_NAND_ATMEL) += atmel-nand-controller.o atmel-pmecc.o |
2 | 3 | ||
3 | atmel-nand-controller-objs := nand-controller.o | 4 | atmel-nand-controller-objs := nand-controller.o |
diff --git a/drivers/mtd/nand/raw/bcm47xxnflash/Makefile b/drivers/mtd/nand/raw/bcm47xxnflash/Makefile index f05b119e134b..b531a630c9cf 100644 --- a/drivers/mtd/nand/raw/bcm47xxnflash/Makefile +++ b/drivers/mtd/nand/raw/bcm47xxnflash/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | bcm47xxnflash-y += main.o | 2 | bcm47xxnflash-y += main.o |
2 | bcm47xxnflash-y += ops_bcm4706.o | 3 | bcm47xxnflash-y += ops_bcm4706.o |
3 | 4 | ||
diff --git a/drivers/mtd/nand/raw/gpmi-nand/Makefile b/drivers/mtd/nand/raw/gpmi-nand/Makefile index 3a462487c35e..30ceee9704d1 100644 --- a/drivers/mtd/nand/raw/gpmi-nand/Makefile +++ b/drivers/mtd/nand/raw/gpmi-nand/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi_nand.o | 2 | obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi_nand.o |
2 | gpmi_nand-objs += gpmi-nand.o | 3 | gpmi_nand-objs += gpmi-nand.o |
3 | gpmi_nand-objs += gpmi-lib.o | 4 | gpmi_nand-objs += gpmi-lib.o |
diff --git a/drivers/mtd/nand/raw/ingenic/Kconfig b/drivers/mtd/nand/raw/ingenic/Kconfig index 7cfc77021154..19a96ce515c1 100644 --- a/drivers/mtd/nand/raw/ingenic/Kconfig +++ b/drivers/mtd/nand/raw/ingenic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MTD_NAND_JZ4740 | 2 | config MTD_NAND_JZ4740 |
2 | tristate "JZ4740 NAND controller" | 3 | tristate "JZ4740 NAND controller" |
3 | depends on MACH_JZ4740 || COMPILE_TEST | 4 | depends on MACH_JZ4740 || COMPILE_TEST |
diff --git a/drivers/mtd/nand/raw/ingenic/Makefile b/drivers/mtd/nand/raw/ingenic/Makefile index ab2c5f47e5b7..1ac4f455baea 100644 --- a/drivers/mtd/nand/raw/ingenic/Makefile +++ b/drivers/mtd/nand/raw/ingenic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MTD_NAND_JZ4740) += jz4740_nand.o | 2 | obj-$(CONFIG_MTD_NAND_JZ4740) += jz4740_nand.o |
2 | obj-$(CONFIG_MTD_NAND_JZ4780) += ingenic_nand.o | 3 | obj-$(CONFIG_MTD_NAND_JZ4780) += ingenic_nand.o |
3 | 4 | ||
diff --git a/drivers/mtd/nand/spi/Kconfig b/drivers/mtd/nand/spi/Kconfig index 7c37d2929b68..da89b250df7c 100644 --- a/drivers/mtd/nand/spi/Kconfig +++ b/drivers/mtd/nand/spi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig MTD_SPI_NAND | 2 | menuconfig MTD_SPI_NAND |
2 | tristate "SPI NAND device Support" | 3 | tristate "SPI NAND device Support" |
3 | select MTD_NAND_CORE | 4 | select MTD_NAND_CORE |
diff --git a/drivers/mtd/parsers/Kconfig b/drivers/mtd/parsers/Kconfig index bc201327dda0..176b75a375b1 100644 --- a/drivers/mtd/parsers/Kconfig +++ b/drivers/mtd/parsers/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MTD_PARSER_IMAGETAG | 2 | config MTD_PARSER_IMAGETAG |
2 | tristate "Parser for BCM963XX Image Tag format partitions" | 3 | tristate "Parser for BCM963XX Image Tag format partitions" |
3 | depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST | 4 | depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST |
diff --git a/drivers/mtd/parsers/Makefile b/drivers/mtd/parsers/Makefile index cddc8f35a856..dd566bdd16e2 100644 --- a/drivers/mtd/parsers/Makefile +++ b/drivers/mtd/parsers/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o | 2 | obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o |
2 | obj-$(CONFIG_MTD_AFS_PARTS) += afs.o | 3 | obj-$(CONFIG_MTD_AFS_PARTS) += afs.o |
3 | obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o | 4 | obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o |
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index dab986691267..8e14248d2720 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig MTD_SPI_NOR | 2 | menuconfig MTD_SPI_NOR |
2 | tristate "SPI-NOR device support" | 3 | tristate "SPI-NOR device support" |
3 | depends on MTD | 4 | depends on MTD |
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index 43d131f5ae10..2ed77b7b3fcb 100644 --- a/drivers/mtd/ubi/Kconfig +++ b/drivers/mtd/ubi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig MTD_UBI | 2 | menuconfig MTD_UBI |
2 | tristate "Enable UBI - Unsorted block images" | 3 | tristate "Enable UBI - Unsorted block images" |
3 | select CRC32 | 4 | select CRC32 |
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bc42f131f47c..48e209e55843 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Network device configuration | 3 | # Network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index dc6b78e5342f..af509b05ac5c 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Appletalk driver configuration | 3 | # Appletalk driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/appletalk/Makefile b/drivers/net/appletalk/Makefile index 6cfc705f7c5c..903da3303f41 100644 --- a/drivers/net/appletalk/Makefile +++ b/drivers/net/appletalk/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for drivers/net/appletalk | 3 | # Makefile for drivers/net/appletalk |
3 | # | 4 | # |
diff --git a/drivers/net/arcnet/Kconfig b/drivers/net/arcnet/Kconfig index 39bd16f3f86d..faeb4419b205 100644 --- a/drivers/net/arcnet/Kconfig +++ b/drivers/net/arcnet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Arcnet configuration | 3 | # Arcnet configuration |
3 | # | 4 | # |
diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile index 6f4e80853ed4..30e8ae3da2da 100644 --- a/drivers/net/bonding/Makefile +++ b/drivers/net/bonding/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Ethernet Bonding driver | 3 | # Makefile for the Ethernet Bonding driver |
3 | # | 4 | # |
diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig index f81df91a9ce1..2b9a2f117113 100644 --- a/drivers/net/caif/Kconfig +++ b/drivers/net/caif/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # CAIF physical drivers | 3 | # CAIF physical drivers |
3 | # | 4 | # |
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index e0f0ad7a550a..ab585900a057 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "CAN Device Drivers" | 2 | menu "CAN Device Drivers" |
2 | 3 | ||
3 | config CAN_VCAN | 4 | config CAN_VCAN |
diff --git a/drivers/net/can/c_can/Kconfig b/drivers/net/can/c_can/Kconfig index 61ffc12d8fd8..b0f206d36f55 100644 --- a/drivers/net/can/c_can/Kconfig +++ b/drivers/net/can/c_can/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig CAN_C_CAN | 2 | menuconfig CAN_C_CAN |
2 | tristate "Bosch C_CAN/D_CAN devices" | 3 | tristate "Bosch C_CAN/D_CAN devices" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/net/can/c_can/Makefile b/drivers/net/can/c_can/Makefile index 9fdc678b5b37..e6a94c948531 100644 --- a/drivers/net/can/c_can/Makefile +++ b/drivers/net/can/c_can/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Bosch C_CAN controller drivers. | 3 | # Makefile for the Bosch C_CAN controller drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/can/cc770/Kconfig b/drivers/net/can/cc770/Kconfig index 6a9a5ba79220..13a4593a52df 100644 --- a/drivers/net/can/cc770/Kconfig +++ b/drivers/net/can/cc770/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig CAN_CC770 | 2 | menuconfig CAN_CC770 |
2 | tristate "Bosch CC770 and Intel AN82527 devices" | 3 | tristate "Bosch CC770 and Intel AN82527 devices" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/net/can/cc770/Makefile b/drivers/net/can/cc770/Makefile index 8657f879ae19..65e8549f2e45 100644 --- a/drivers/net/can/cc770/Makefile +++ b/drivers/net/can/cc770/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Bosch CC770 CAN controller drivers. | 3 | # Makefile for the Bosch CC770 CAN controller drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/can/ifi_canfd/Kconfig b/drivers/net/can/ifi_canfd/Kconfig index 9e8934ff63a7..ce0197641a59 100644 --- a/drivers/net/can/ifi_canfd/Kconfig +++ b/drivers/net/can/ifi_canfd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CAN_IFI_CANFD | 2 | config CAN_IFI_CANFD |
2 | depends on HAS_IOMEM | 3 | depends on HAS_IOMEM |
3 | tristate "IFI CAN_FD IP" | 4 | tristate "IFI CAN_FD IP" |
diff --git a/drivers/net/can/ifi_canfd/Makefile b/drivers/net/can/ifi_canfd/Makefile index b229960cdf39..0cd724f10d1e 100644 --- a/drivers/net/can/ifi_canfd/Makefile +++ b/drivers/net/can/ifi_canfd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the IFI CANFD controller driver. | 3 | # Makefile for the IFI CANFD controller driver. |
3 | # | 4 | # |
diff --git a/drivers/net/can/m_can/Kconfig b/drivers/net/can/m_can/Kconfig index 04f20dd39007..ec4b2e117f66 100644 --- a/drivers/net/can/m_can/Kconfig +++ b/drivers/net/can/m_can/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CAN_M_CAN | 2 | config CAN_M_CAN |
2 | depends on HAS_IOMEM | 3 | depends on HAS_IOMEM |
3 | tristate "Bosch M_CAN devices" | 4 | tristate "Bosch M_CAN devices" |
diff --git a/drivers/net/can/m_can/Makefile b/drivers/net/can/m_can/Makefile index 8bbd7f24f5be..599ae69cb4a1 100644 --- a/drivers/net/can/m_can/Makefile +++ b/drivers/net/can/m_can/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Bosch M_CAN controller driver. | 3 | # Makefile for the Bosch M_CAN controller driver. |
3 | # | 4 | # |
diff --git a/drivers/net/can/mscan/Kconfig b/drivers/net/can/mscan/Kconfig index 81c711719490..3a57a51be22e 100644 --- a/drivers/net/can/mscan/Kconfig +++ b/drivers/net/can/mscan/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CAN_MSCAN | 2 | config CAN_MSCAN |
2 | depends on PPC | 3 | depends on PPC |
3 | tristate "Support for Freescale MSCAN based chips" | 4 | tristate "Support for Freescale MSCAN based chips" |
diff --git a/drivers/net/can/mscan/Makefile b/drivers/net/can/mscan/Makefile index 58903b45f5fb..6c114bed439f 100644 --- a/drivers/net/can/mscan/Makefile +++ b/drivers/net/can/mscan/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | obj-$(CONFIG_CAN_MPC5XXX) += mscan-mpc5xxx.o | 3 | obj-$(CONFIG_CAN_MPC5XXX) += mscan-mpc5xxx.o |
3 | mscan-mpc5xxx-objs := mscan.o mpc5xxx_can.o | 4 | mscan-mpc5xxx-objs := mscan.o mpc5xxx_can.o |
diff --git a/drivers/net/can/peak_canfd/Kconfig b/drivers/net/can/peak_canfd/Kconfig index 84b30978a19f..c29ab2150794 100644 --- a/drivers/net/can/peak_canfd/Kconfig +++ b/drivers/net/can/peak_canfd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CAN_PEAK_PCIEFD | 2 | config CAN_PEAK_PCIEFD |
2 | depends on PCI | 3 | depends on PCI |
3 | tristate "PEAK-System PCAN-PCIe FD cards" | 4 | tristate "PEAK-System PCAN-PCIe FD cards" |
diff --git a/drivers/net/can/peak_canfd/Makefile b/drivers/net/can/peak_canfd/Makefile index 3dc7a6a0ba59..14719b35e0b9 100644 --- a/drivers/net/can/peak_canfd/Makefile +++ b/drivers/net/can/peak_canfd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the PEAK-System CAN-FD IP module drivers | 3 | # Makefile for the PEAK-System CAN-FD IP module drivers |
3 | # | 4 | # |
diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig index f6dc89927ece..6b72da2f18a6 100644 --- a/drivers/net/can/sja1000/Kconfig +++ b/drivers/net/can/sja1000/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig CAN_SJA1000 | 2 | menuconfig CAN_SJA1000 |
2 | tristate "Philips/NXP SJA1000 devices" | 3 | tristate "Philips/NXP SJA1000 devices" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/net/can/softing/Kconfig b/drivers/net/can/softing/Kconfig index 96b6fe158b5b..0f1708f99308 100644 --- a/drivers/net/can/softing/Kconfig +++ b/drivers/net/can/softing/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CAN_SOFTING | 2 | config CAN_SOFTING |
2 | tristate "Softing Gmbh CAN generic support" | 3 | tristate "Softing Gmbh CAN generic support" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/net/can/softing/Makefile b/drivers/net/can/softing/Makefile index a23da492dad5..c51154000377 100644 --- a/drivers/net/can/softing/Makefile +++ b/drivers/net/can/softing/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | softing-y := softing_main.o softing_fw.o | 3 | softing-y := softing_main.o softing_fw.o |
3 | obj-$(CONFIG_CAN_SOFTING) += softing.o | 4 | obj-$(CONFIG_CAN_SOFTING) += softing.o |
diff --git a/drivers/net/can/spi/Kconfig b/drivers/net/can/spi/Kconfig index 8f2e0dd7b756..2e7e535e9237 100644 --- a/drivers/net/can/spi/Kconfig +++ b/drivers/net/can/spi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "CAN SPI interfaces" | 2 | menu "CAN SPI interfaces" |
2 | depends on SPI | 3 | depends on SPI |
3 | 4 | ||
diff --git a/drivers/net/can/spi/Makefile b/drivers/net/can/spi/Makefile index f59fa3731073..f115b2c46623 100644 --- a/drivers/net/can/spi/Makefile +++ b/drivers/net/can/spi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Controller Area Network SPI drivers. | 3 | # Makefile for the Linux Controller Area Network SPI drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig index 750d04d9e2ae..ac3522b77303 100644 --- a/drivers/net/can/usb/Kconfig +++ b/drivers/net/can/usb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "CAN USB interfaces" | 2 | menu "CAN USB interfaces" |
2 | depends on USB | 3 | depends on USB |
3 | 4 | ||
diff --git a/drivers/net/can/usb/kvaser_usb/Makefile b/drivers/net/can/usb/kvaser_usb/Makefile index 9f41ddab6a5a..cf260044f0b9 100644 --- a/drivers/net/can/usb/kvaser_usb/Makefile +++ b/drivers/net/can/usb/kvaser_usb/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o | 2 | obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o |
2 | kvaser_usb-y = kvaser_usb_core.o kvaser_usb_leaf.o kvaser_usb_hydra.o | 3 | kvaser_usb-y = kvaser_usb_core.o kvaser_usb_leaf.o kvaser_usb_hydra.o |
diff --git a/drivers/net/can/usb/peak_usb/Makefile b/drivers/net/can/usb/peak_usb/Makefile index 1839e9ca62e7..80789f91e300 100644 --- a/drivers/net/can/usb/peak_usb/Makefile +++ b/drivers/net/can/usb/peak_usb/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CAN_PEAK_USB) += peak_usb.o | 2 | obj-$(CONFIG_CAN_PEAK_USB) += peak_usb.o |
2 | peak_usb-y = pcan_usb_core.o pcan_usb.o pcan_usb_pro.o pcan_usb_fd.o | 3 | peak_usb-y = pcan_usb_core.o pcan_usb.o pcan_usb_pro.o pcan_usb_fd.o |
diff --git a/drivers/net/dsa/Kconfig b/drivers/net/dsa/Kconfig index c6c5ecdbcaef..b91e78e3598f 100644 --- a/drivers/net/dsa/Kconfig +++ b/drivers/net/dsa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Distributed Switch Architecture drivers" | 2 | menu "Distributed Switch Architecture drivers" |
2 | depends on HAVE_NET_DSA | 3 | depends on HAVE_NET_DSA |
3 | 4 | ||
diff --git a/drivers/net/dsa/b53/Kconfig b/drivers/net/dsa/b53/Kconfig index d32469283f97..f9891a81c808 100644 --- a/drivers/net/dsa/b53/Kconfig +++ b/drivers/net/dsa/b53/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig B53 | 2 | menuconfig B53 |
2 | tristate "Broadcom BCM53xx managed switch support" | 3 | tristate "Broadcom BCM53xx managed switch support" |
3 | depends on NET_DSA | 4 | depends on NET_DSA |
diff --git a/drivers/net/dsa/microchip/Kconfig b/drivers/net/dsa/microchip/Kconfig index bea29fde9f3d..2c3a6751bdaf 100644 --- a/drivers/net/dsa/microchip/Kconfig +++ b/drivers/net/dsa/microchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_DSA_MICROCHIP_KSZ_COMMON | 2 | config NET_DSA_MICROCHIP_KSZ_COMMON |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/net/dsa/microchip/Makefile b/drivers/net/dsa/microchip/Makefile index 3142c18b8f57..68451b02f775 100644 --- a/drivers/net/dsa/microchip/Makefile +++ b/drivers/net/dsa/microchip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON) += ksz_common.o | 2 | obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON) += ksz_common.o |
2 | obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ9477) += ksz9477.o | 3 | obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ9477) += ksz9477.o |
3 | obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ9477_SPI) += ksz9477_spi.o | 4 | obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ9477_SPI) += ksz9477_spi.o |
diff --git a/drivers/net/dsa/mv88e6xxx/Kconfig b/drivers/net/dsa/mv88e6xxx/Kconfig index ae9e7f7cb31c..6435020d690d 100644 --- a/drivers/net/dsa/mv88e6xxx/Kconfig +++ b/drivers/net/dsa/mv88e6xxx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_DSA_MV88E6XXX | 2 | config NET_DSA_MV88E6XXX |
2 | tristate "Marvell 88E6xxx Ethernet switch fabric support" | 3 | tristate "Marvell 88E6xxx Ethernet switch fabric support" |
3 | depends on NET_DSA | 4 | depends on NET_DSA |
diff --git a/drivers/net/dsa/sja1105/Kconfig b/drivers/net/dsa/sja1105/Kconfig index 757751a89819..1144fc5f61a8 100644 --- a/drivers/net/dsa/sja1105/Kconfig +++ b/drivers/net/dsa/sja1105/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_DSA_SJA1105 | 2 | config NET_DSA_SJA1105 |
2 | tristate "NXP SJA1105 Ethernet switch family support" | 3 | tristate "NXP SJA1105 Ethernet switch family support" |
3 | depends on NET_DSA && SPI | 4 | depends on NET_DSA && SPI |
diff --git a/drivers/net/dsa/sja1105/Makefile b/drivers/net/dsa/sja1105/Makefile index 1c2b55fec959..941848de8b46 100644 --- a/drivers/net/dsa/sja1105/Makefile +++ b/drivers/net/dsa/sja1105/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NET_DSA_SJA1105) += sja1105.o | 2 | obj-$(CONFIG_NET_DSA_SJA1105) += sja1105.o |
2 | 3 | ||
3 | sja1105-objs := \ | 4 | sja1105-objs := \ |
diff --git a/drivers/net/ethernet/3com/Kconfig b/drivers/net/ethernet/3com/Kconfig index 0ac44ef1f7a9..3a6fc99c6f32 100644 --- a/drivers/net/ethernet/3com/Kconfig +++ b/drivers/net/ethernet/3com/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # 3Com Ethernet device configuration | 3 | # 3Com Ethernet device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig index f2f0264c58ba..bb09319feedf 100644 --- a/drivers/net/ethernet/8390/Kconfig +++ b/drivers/net/ethernet/8390/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # 8390 device configuration | 3 | # 8390 device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig index 885e00d17807..fe115b7caba0 100644 --- a/drivers/net/ethernet/Kconfig +++ b/drivers/net/ethernet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Ethernet LAN device configuration | 3 | # Ethernet LAN device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/adaptec/Kconfig b/drivers/net/ethernet/adaptec/Kconfig index 822cffb4174c..86e02da4f993 100644 --- a/drivers/net/ethernet/adaptec/Kconfig +++ b/drivers/net/ethernet/adaptec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Adaptec network device configuration | 3 | # Adaptec network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/adaptec/Makefile b/drivers/net/ethernet/adaptec/Makefile index 6c07b758ac0a..d84138c8a9ea 100644 --- a/drivers/net/ethernet/adaptec/Makefile +++ b/drivers/net/ethernet/adaptec/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Adaptec network device drivers. | 3 | # Makefile for the Adaptec network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/aeroflex/Kconfig b/drivers/net/ethernet/aeroflex/Kconfig index 4f4a8d78fd54..2fa0a317266b 100644 --- a/drivers/net/ethernet/aeroflex/Kconfig +++ b/drivers/net/ethernet/aeroflex/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Aeroflex Gaisler network device configuration | 3 | # Aeroflex Gaisler network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/aeroflex/Makefile b/drivers/net/ethernet/aeroflex/Makefile index 6e62a679282f..1b18ef0a5389 100644 --- a/drivers/net/ethernet/aeroflex/Makefile +++ b/drivers/net/ethernet/aeroflex/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Aeroflex Gaisler network device drivers. | 3 | # Makefile for the Aeroflex Gaisler network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/agere/Kconfig b/drivers/net/ethernet/agere/Kconfig index b6fe9200355a..084c7190ce2f 100644 --- a/drivers/net/ethernet/agere/Kconfig +++ b/drivers/net/ethernet/agere/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Agere device configuration | 3 | # Agere device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/agere/Makefile b/drivers/net/ethernet/agere/Makefile index 027ff9453fe1..8dbdf666b994 100644 --- a/drivers/net/ethernet/agere/Makefile +++ b/drivers/net/ethernet/agere/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Agere ET-131x ethernet driver | 3 | # Makefile for the Agere ET-131x ethernet driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/alacritech/Kconfig b/drivers/net/ethernet/alacritech/Kconfig index 09496e18cdc5..212f92c8e6a9 100644 --- a/drivers/net/ethernet/alacritech/Kconfig +++ b/drivers/net/ethernet/alacritech/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_VENDOR_ALACRITECH | 2 | config NET_VENDOR_ALACRITECH |
2 | bool "Alacritech devices" | 3 | bool "Alacritech devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/ethernet/alacritech/Makefile b/drivers/net/ethernet/alacritech/Makefile index 8790e9ed8496..4378aadf895b 100644 --- a/drivers/net/ethernet/alacritech/Makefile +++ b/drivers/net/ethernet/alacritech/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Alacritech Slicoss driver | 3 | # Makefile for the Alacritech Slicoss driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/allwinner/Kconfig b/drivers/net/ethernet/allwinner/Kconfig index 47da7e7a5b6a..a5e2bcbf2722 100644 --- a/drivers/net/ethernet/allwinner/Kconfig +++ b/drivers/net/ethernet/allwinner/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Allwinner device configuration | 3 | # Allwinner device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/allwinner/Makefile b/drivers/net/ethernet/allwinner/Makefile index 03129f796514..ddd5a5079e8a 100644 --- a/drivers/net/ethernet/allwinner/Makefile +++ b/drivers/net/ethernet/allwinner/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Allwinner device drivers. | 3 | # Makefile for the Allwinner device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/alteon/Kconfig b/drivers/net/ethernet/alteon/Kconfig index e06ccab354b5..c3f7067d2d10 100644 --- a/drivers/net/ethernet/alteon/Kconfig +++ b/drivers/net/ethernet/alteon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Alteon network device configuration | 3 | # Alteon network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/alteon/Makefile b/drivers/net/ethernet/alteon/Makefile index a2ca173f2a50..be5225559b6d 100644 --- a/drivers/net/ethernet/alteon/Makefile +++ b/drivers/net/ethernet/alteon/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Alteon network device drivers. | 3 | # Makefile for the Alteon network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/altera/Kconfig b/drivers/net/ethernet/altera/Kconfig index fdddba51473e..2690c398d2b2 100644 --- a/drivers/net/ethernet/altera/Kconfig +++ b/drivers/net/ethernet/altera/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ALTERA_TSE | 2 | config ALTERA_TSE |
2 | tristate "Altera Triple-Speed Ethernet MAC support" | 3 | tristate "Altera Triple-Speed Ethernet MAC support" |
3 | depends on HAS_DMA | 4 | depends on HAS_DMA |
diff --git a/drivers/net/ethernet/altera/Makefile b/drivers/net/ethernet/altera/Makefile index d4a187e45369..a52db80aee9f 100644 --- a/drivers/net/ethernet/altera/Makefile +++ b/drivers/net/ethernet/altera/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Altera device drivers. | 3 | # Makefile for the Altera device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/amazon/Kconfig b/drivers/net/ethernet/amazon/Kconfig index 9e87d7b8360f..69ca99d8ac26 100644 --- a/drivers/net/ethernet/amazon/Kconfig +++ b/drivers/net/ethernet/amazon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Amazon network device configuration | 3 | # Amazon network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/amazon/Makefile b/drivers/net/ethernet/amazon/Makefile index 8e0b73f60d51..f614f23ec549 100644 --- a/drivers/net/ethernet/amazon/Makefile +++ b/drivers/net/ethernet/amazon/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Amazon network device drivers. | 3 | # Makefile for the Amazon network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/amazon/ena/Makefile b/drivers/net/ethernet/amazon/ena/Makefile index eaeeae06c5d9..f1f752a8f7bb 100644 --- a/drivers/net/ethernet/amazon/ena/Makefile +++ b/drivers/net/ethernet/amazon/ena/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Elastic Network Adapter (ENA) device drivers. | 3 | # Makefile for the Elastic Network Adapter (ENA) device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig index 9e5cf5583c87..de4950d2022e 100644 --- a/drivers/net/ethernet/amd/Kconfig +++ b/drivers/net/ethernet/amd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # AMD network device configuration | 3 | # AMD network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/apm/Kconfig b/drivers/net/ethernet/apm/Kconfig index 59efe5b145dd..a893ef0e9c49 100644 --- a/drivers/net/ethernet/apm/Kconfig +++ b/drivers/net/ethernet/apm/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | source "drivers/net/ethernet/apm/xgene/Kconfig" | 2 | source "drivers/net/ethernet/apm/xgene/Kconfig" |
2 | source "drivers/net/ethernet/apm/xgene-v2/Kconfig" | 3 | source "drivers/net/ethernet/apm/xgene-v2/Kconfig" |
diff --git a/drivers/net/ethernet/apm/Makefile b/drivers/net/ethernet/apm/Makefile index 946b2a4c882d..cc8af97241fb 100644 --- a/drivers/net/ethernet/apm/Makefile +++ b/drivers/net/ethernet/apm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for APM X-GENE Ethernet driver. | 3 | # Makefile for APM X-GENE Ethernet driver. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/apm/xgene-v2/Kconfig b/drivers/net/ethernet/apm/xgene-v2/Kconfig index eedd3f3dd22e..2274af912fb3 100644 --- a/drivers/net/ethernet/apm/xgene-v2/Kconfig +++ b/drivers/net/ethernet/apm/xgene-v2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_XGENE_V2 | 2 | config NET_XGENE_V2 |
2 | tristate "APM X-Gene SoC Ethernet-v2 Driver" | 3 | tristate "APM X-Gene SoC Ethernet-v2 Driver" |
3 | depends on ARCH_XGENE || COMPILE_TEST | 4 | depends on ARCH_XGENE || COMPILE_TEST |
diff --git a/drivers/net/ethernet/apm/xgene-v2/Makefile b/drivers/net/ethernet/apm/xgene-v2/Makefile index f16a2b3dde8b..fdde3b668acd 100644 --- a/drivers/net/ethernet/apm/xgene-v2/Makefile +++ b/drivers/net/ethernet/apm/xgene-v2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for APM X-Gene Ethernet v2 driver | 3 | # Makefile for APM X-Gene Ethernet v2 driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/apm/xgene/Kconfig b/drivers/net/ethernet/apm/xgene/Kconfig index e4e33c900b57..7bdfe78427df 100644 --- a/drivers/net/ethernet/apm/xgene/Kconfig +++ b/drivers/net/ethernet/apm/xgene/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_XGENE | 2 | config NET_XGENE |
2 | tristate "APM X-Gene SoC Ethernet Driver" | 3 | tristate "APM X-Gene SoC Ethernet Driver" |
3 | depends on ARCH_XGENE || COMPILE_TEST | 4 | depends on ARCH_XGENE || COMPILE_TEST |
diff --git a/drivers/net/ethernet/apm/xgene/Makefile b/drivers/net/ethernet/apm/xgene/Makefile index f46321f68315..6d1314757d3c 100644 --- a/drivers/net/ethernet/apm/xgene/Makefile +++ b/drivers/net/ethernet/apm/xgene/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for APM X-Gene Ethernet Driver. | 3 | # Makefile for APM X-Gene Ethernet Driver. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/apple/Kconfig b/drivers/net/ethernet/apple/Kconfig index 31071297896c..fde7ae33e302 100644 --- a/drivers/net/ethernet/apple/Kconfig +++ b/drivers/net/ethernet/apple/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Apple device configuration | 3 | # Apple device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/apple/Makefile b/drivers/net/ethernet/apple/Makefile index 86eaa17af0f4..322457027546 100644 --- a/drivers/net/ethernet/apple/Makefile +++ b/drivers/net/ethernet/apple/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Apple network device drivers. | 3 | # Makefile for the Apple network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/aquantia/Kconfig b/drivers/net/ethernet/aquantia/Kconfig index 12472c5bb34d..350a48e4f124 100644 --- a/drivers/net/ethernet/aquantia/Kconfig +++ b/drivers/net/ethernet/aquantia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # aQuantia device configuration | 3 | # aQuantia device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/aquantia/Makefile b/drivers/net/ethernet/aquantia/Makefile index 4f4897b689b2..c4e7d01ea650 100644 --- a/drivers/net/ethernet/aquantia/Makefile +++ b/drivers/net/ethernet/aquantia/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the aQuantia device drivers. | 3 | # Makefile for the aQuantia device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/arc/Kconfig b/drivers/net/ethernet/arc/Kconfig index 5d0ab8e74b68..45c663d8b9aa 100644 --- a/drivers/net/ethernet/arc/Kconfig +++ b/drivers/net/ethernet/arc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ARC EMAC network device configuration | 3 | # ARC EMAC network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/arc/Makefile b/drivers/net/ethernet/arc/Makefile index 79108af553fb..d63ada577c8e 100644 --- a/drivers/net/ethernet/arc/Makefile +++ b/drivers/net/ethernet/arc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the ARC network device drivers. | 3 | # Makefile for the ARC network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/atheros/Kconfig b/drivers/net/ethernet/atheros/Kconfig index e05b25675333..953ff1f9ac70 100644 --- a/drivers/net/ethernet/atheros/Kconfig +++ b/drivers/net/ethernet/atheros/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Atheros device configuration | 3 | # Atheros device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/atheros/alx/Makefile b/drivers/net/ethernet/atheros/alx/Makefile index ed4a605874a3..fec7885a599b 100644 --- a/drivers/net/ethernet/atheros/alx/Makefile +++ b/drivers/net/ethernet/atheros/alx/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ALX) += alx.o | 2 | obj-$(CONFIG_ALX) += alx.o |
2 | alx-objs := main.o ethtool.o hw.o | 3 | alx-objs := main.o ethtool.o hw.o |
diff --git a/drivers/net/ethernet/atheros/atl1c/Makefile b/drivers/net/ethernet/atheros/atl1c/Makefile index c37d966952ee..02d025029554 100644 --- a/drivers/net/ethernet/atheros/atl1c/Makefile +++ b/drivers/net/ethernet/atheros/atl1c/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ATL1C) += atl1c.o | 2 | obj-$(CONFIG_ATL1C) += atl1c.o |
2 | atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o | 3 | atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o |
diff --git a/drivers/net/ethernet/atheros/atl1e/Makefile b/drivers/net/ethernet/atheros/atl1e/Makefile index bc11be824e76..8506694054a7 100644 --- a/drivers/net/ethernet/atheros/atl1e/Makefile +++ b/drivers/net/ethernet/atheros/atl1e/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ATL1E) += atl1e.o | 2 | obj-$(CONFIG_ATL1E) += atl1e.o |
2 | atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o | 3 | atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o |
diff --git a/drivers/net/ethernet/atheros/atlx/Makefile b/drivers/net/ethernet/atheros/atlx/Makefile index e4f6022ca552..df030e421ff3 100644 --- a/drivers/net/ethernet/atheros/atlx/Makefile +++ b/drivers/net/ethernet/atheros/atlx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ATL1) += atl1.o | 2 | obj-$(CONFIG_ATL1) += atl1.o |
2 | obj-$(CONFIG_ATL2) += atl2.o | 3 | obj-$(CONFIG_ATL2) += atl2.o |
3 | 4 | ||
diff --git a/drivers/net/ethernet/aurora/Kconfig b/drivers/net/ethernet/aurora/Kconfig index 392f564d8fd4..9ee30ea90bfa 100644 --- a/drivers/net/ethernet/aurora/Kconfig +++ b/drivers/net/ethernet/aurora/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_VENDOR_AURORA | 2 | config NET_VENDOR_AURORA |
2 | bool "Aurora VLSI devices" | 3 | bool "Aurora VLSI devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/ethernet/aurora/Makefile b/drivers/net/ethernet/aurora/Makefile index 6cb528a2fc26..f3d599867619 100644 --- a/drivers/net/ethernet/aurora/Makefile +++ b/drivers/net/ethernet/aurora/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_AURORA_NB8800) += nb8800.o | 2 | obj-$(CONFIG_AURORA_NB8800) += nb8800.o |
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index 461b2c0b2ed6..b123509d385f 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Broadcom device configuration | 3 | # Broadcom device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/Makefile b/drivers/net/ethernet/broadcom/bnx2x/Makefile index 116762daae09..9fdfaa269af9 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/Makefile +++ b/drivers/net/ethernet/broadcom/bnx2x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Broadcom 10-Gigabit ethernet driver | 3 | # Makefile for Broadcom 10-Gigabit ethernet driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/broadcom/bnxt/Makefile b/drivers/net/ethernet/broadcom/bnxt/Makefile index 5a779b19d149..cb97ec56fdec 100644 --- a/drivers/net/ethernet/broadcom/bnxt/Makefile +++ b/drivers/net/ethernet/broadcom/bnxt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BNXT) += bnxt_en.o | 2 | obj-$(CONFIG_BNXT) += bnxt_en.o |
2 | 3 | ||
3 | bnxt_en-y := bnxt.o bnxt_sriov.o bnxt_ethtool.o bnxt_dcb.o bnxt_ulp.o bnxt_xdp.o bnxt_vfr.o bnxt_devlink.o bnxt_dim.o | 4 | bnxt_en-y := bnxt.o bnxt_sriov.o bnxt_ethtool.o bnxt_dcb.o bnxt_ulp.o bnxt_xdp.o bnxt_vfr.o bnxt_devlink.o bnxt_dim.o |
diff --git a/drivers/net/ethernet/broadcom/genet/Makefile b/drivers/net/ethernet/broadcom/genet/Makefile index 9b6885efa9e7..edfc26a46948 100644 --- a/drivers/net/ethernet/broadcom/genet/Makefile +++ b/drivers/net/ethernet/broadcom/genet/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BCMGENET) += genet.o | 2 | obj-$(CONFIG_BCMGENET) += genet.o |
2 | genet-objs := bcmgenet.o bcmmii.o bcmgenet_wol.o | 3 | genet-objs := bcmgenet.o bcmmii.o bcmgenet_wol.o |
diff --git a/drivers/net/ethernet/brocade/Kconfig b/drivers/net/ethernet/brocade/Kconfig index c4bbe54e2cad..d4564c7a279c 100644 --- a/drivers/net/ethernet/brocade/Kconfig +++ b/drivers/net/ethernet/brocade/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # QLogic BR-series device configuration | 3 | # QLogic BR-series device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/brocade/Makefile b/drivers/net/ethernet/brocade/Makefile index fec10f9b4558..88b2f402675f 100644 --- a/drivers/net/ethernet/brocade/Makefile +++ b/drivers/net/ethernet/brocade/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the QLogic BR-series device drivers. | 3 | # Makefile for the QLogic BR-series device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/brocade/bna/Kconfig b/drivers/net/ethernet/brocade/bna/Kconfig index fe01279a8843..b124a628f86a 100644 --- a/drivers/net/ethernet/brocade/bna/Kconfig +++ b/drivers/net/ethernet/brocade/bna/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # QLogic BR-series network device configuration | 3 | # QLogic BR-series network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/brocade/bna/Makefile b/drivers/net/ethernet/brocade/bna/Makefile index 8584abcf5366..d804b30c33eb 100644 --- a/drivers/net/ethernet/brocade/bna/Makefile +++ b/drivers/net/ethernet/brocade/bna/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Copyright (c) 2005-2014 Brocade Communications Systems, Inc. | 3 | # Copyright (c) 2005-2014 Brocade Communications Systems, Inc. |
3 | # Copyright (c) 2014-2015 QLogic Corporation. | 4 | # Copyright (c) 2014-2015 QLogic Corporation. |
diff --git a/drivers/net/ethernet/cadence/Kconfig b/drivers/net/ethernet/cadence/Kconfig index b9984015ca8c..1766697c9c5a 100644 --- a/drivers/net/ethernet/cadence/Kconfig +++ b/drivers/net/ethernet/cadence/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Atmel device configuration | 3 | # Atmel device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/calxeda/Kconfig b/drivers/net/ethernet/calxeda/Kconfig index 9fdd496b90ff..ce42157f13f6 100644 --- a/drivers/net/ethernet/calxeda/Kconfig +++ b/drivers/net/ethernet/calxeda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_CALXEDA_XGMAC | 2 | config NET_CALXEDA_XGMAC |
2 | tristate "Calxeda 1G/10G XGMAC Ethernet driver" | 3 | tristate "Calxeda 1G/10G XGMAC Ethernet driver" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/net/ethernet/calxeda/Makefile b/drivers/net/ethernet/calxeda/Makefile index f0ef08067f97..641e5b6b5ac7 100644 --- a/drivers/net/ethernet/calxeda/Makefile +++ b/drivers/net/ethernet/calxeda/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NET_CALXEDA_XGMAC) += xgmac.o | 2 | obj-$(CONFIG_NET_CALXEDA_XGMAC) += xgmac.o |
diff --git a/drivers/net/ethernet/cavium/Kconfig b/drivers/net/ethernet/cavium/Kconfig index 7612ab6b286d..6a700d34019e 100644 --- a/drivers/net/ethernet/cavium/Kconfig +++ b/drivers/net/ethernet/cavium/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Cavium ethernet device configuration | 3 | # Cavium ethernet device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cavium/Makefile b/drivers/net/ethernet/cavium/Makefile index 946bba84e81d..5d32808210fb 100644 --- a/drivers/net/ethernet/cavium/Makefile +++ b/drivers/net/ethernet/cavium/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Cavium ethernet device drivers. | 3 | # Makefile for the Cavium ethernet device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cavium/common/Makefile b/drivers/net/ethernet/cavium/common/Makefile index dd8561b8060b..e3f87bd65928 100644 --- a/drivers/net/ethernet/cavium/common/Makefile +++ b/drivers/net/ethernet/cavium/common/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CAVIUM_PTP) += cavium_ptp.o | 2 | obj-$(CONFIG_CAVIUM_PTP) += cavium_ptp.o |
diff --git a/drivers/net/ethernet/cavium/octeon/Makefile b/drivers/net/ethernet/cavium/octeon/Makefile index efa41c1d91c5..4f5098f6bc14 100644 --- a/drivers/net/ethernet/cavium/octeon/Makefile +++ b/drivers/net/ethernet/cavium/octeon/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Cavium network device drivers. | 3 | # Makefile for the Cavium network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig index e8001e974411..9909bfda167e 100644 --- a/drivers/net/ethernet/chelsio/Kconfig +++ b/drivers/net/ethernet/chelsio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Chelsio device configuration | 3 | # Chelsio device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/chelsio/cxgb/Makefile b/drivers/net/ethernet/chelsio/cxgb/Makefile index 57a4b262fd3f..8008282a276f 100644 --- a/drivers/net/ethernet/chelsio/cxgb/Makefile +++ b/drivers/net/ethernet/chelsio/cxgb/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Chelsio T1 driver | 3 | # Chelsio T1 driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/chelsio/cxgb3/Makefile b/drivers/net/ethernet/chelsio/cxgb3/Makefile index 29aff78c7820..f65f0d93be42 100644 --- a/drivers/net/ethernet/chelsio/cxgb3/Makefile +++ b/drivers/net/ethernet/chelsio/cxgb3/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Chelsio T3 driver | 3 | # Chelsio T3 driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/Makefile b/drivers/net/ethernet/chelsio/cxgb4vf/Makefile index d72ee26cb4c7..f527ab13a008 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/Makefile +++ b/drivers/net/ethernet/chelsio/cxgb4vf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Chelsio T4 SR-IOV Virtual Function Driver | 3 | # Chelsio T4 SR-IOV Virtual Function Driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/chelsio/libcxgb/Makefile b/drivers/net/ethernet/chelsio/libcxgb/Makefile index 441913b5221e..aa79264e72ba 100644 --- a/drivers/net/ethernet/chelsio/libcxgb/Makefile +++ b/drivers/net/ethernet/chelsio/libcxgb/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/../cxgb4 | 2 | ccflags-y := -I $(srctree)/$(src)/../cxgb4 |
2 | 3 | ||
3 | obj-$(CONFIG_CHELSIO_LIB) += libcxgb.o | 4 | obj-$(CONFIG_CHELSIO_LIB) += libcxgb.o |
diff --git a/drivers/net/ethernet/cirrus/Kconfig b/drivers/net/ethernet/cirrus/Kconfig index 6238e6951336..48f3198381bc 100644 --- a/drivers/net/ethernet/cirrus/Kconfig +++ b/drivers/net/ethernet/cirrus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Cirrus network device configuration | 3 | # Cirrus network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cirrus/Makefile b/drivers/net/ethernet/cirrus/Makefile index ca245e2b5d98..84865e593788 100644 --- a/drivers/net/ethernet/cirrus/Makefile +++ b/drivers/net/ethernet/cirrus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Cirrus network device drivers. | 3 | # Makefile for the Cirrus network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cisco/Kconfig b/drivers/net/ethernet/cisco/Kconfig index 15b713a89620..ee5b7b3868c7 100644 --- a/drivers/net/ethernet/cisco/Kconfig +++ b/drivers/net/ethernet/cisco/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Cisco device configuration | 3 | # Cisco device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cisco/Makefile b/drivers/net/ethernet/cisco/Makefile index 6c7437bc4a92..074635beec82 100644 --- a/drivers/net/ethernet/cisco/Makefile +++ b/drivers/net/ethernet/cisco/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Cisco device drivers. | 3 | # Makefile for the Cisco device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cisco/enic/Kconfig b/drivers/net/ethernet/cisco/enic/Kconfig index b63f8d8a4261..edaae706a102 100644 --- a/drivers/net/ethernet/cisco/enic/Kconfig +++ b/drivers/net/ethernet/cisco/enic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Cisco device configuration | 3 | # Cisco device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/cisco/enic/Makefile b/drivers/net/ethernet/cisco/enic/Makefile index aadcaf7876ce..c3b6febfdbe4 100644 --- a/drivers/net/ethernet/cisco/enic/Makefile +++ b/drivers/net/ethernet/cisco/enic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ENIC) := enic.o | 2 | obj-$(CONFIG_ENIC) := enic.o |
2 | 3 | ||
3 | enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \ | 4 | enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \ |
diff --git a/drivers/net/ethernet/davicom/Kconfig b/drivers/net/ethernet/davicom/Kconfig index 680a6d983f37..a321a7144fb0 100644 --- a/drivers/net/ethernet/davicom/Kconfig +++ b/drivers/net/ethernet/davicom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Davicom device configuration | 3 | # Davicom device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/davicom/Makefile b/drivers/net/ethernet/davicom/Makefile index 74b31f0ebe18..173c87d21076 100644 --- a/drivers/net/ethernet/davicom/Makefile +++ b/drivers/net/ethernet/davicom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Davicom device drivers. | 3 | # Makefile for the Davicom device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/dec/Kconfig b/drivers/net/ethernet/dec/Kconfig index 740bbad5ed38..df1eeb04d5ea 100644 --- a/drivers/net/ethernet/dec/Kconfig +++ b/drivers/net/ethernet/dec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Digital Equipment Inc network device configuration | 3 | # Digital Equipment Inc network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/dec/Makefile b/drivers/net/ethernet/dec/Makefile index 32993fccbbfd..e8aa12c8492a 100644 --- a/drivers/net/ethernet/dec/Makefile +++ b/drivers/net/ethernet/dec/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Digital Equipment Inc. network device drivers. | 3 | # Makefile for the Digital Equipment Inc. network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/dec/tulip/Kconfig b/drivers/net/ethernet/dec/tulip/Kconfig index 264e9b413e94..8ce6888ea722 100644 --- a/drivers/net/ethernet/dec/tulip/Kconfig +++ b/drivers/net/ethernet/dec/tulip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Tulip family network device configuration | 3 | # Tulip family network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/dlink/Kconfig b/drivers/net/ethernet/dlink/Kconfig index ebdc83247bb6..1362658a3030 100644 --- a/drivers/net/ethernet/dlink/Kconfig +++ b/drivers/net/ethernet/dlink/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # D-Link device configuration | 3 | # D-Link device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/dlink/Makefile b/drivers/net/ethernet/dlink/Makefile index 40085f67157b..3ff503c747db 100644 --- a/drivers/net/ethernet/dlink/Makefile +++ b/drivers/net/ethernet/dlink/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the D-Link network device drivers. | 3 | # Makefile for the D-Link network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/emulex/Kconfig b/drivers/net/ethernet/emulex/Kconfig index fdbb27ceb02f..22c143f2d787 100644 --- a/drivers/net/ethernet/emulex/Kconfig +++ b/drivers/net/ethernet/emulex/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Emulex driver configuration | 3 | # Emulex driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/emulex/Makefile b/drivers/net/ethernet/emulex/Makefile index ea8ec574d45a..1a7c5aed6f65 100644 --- a/drivers/net/ethernet/emulex/Makefile +++ b/drivers/net/ethernet/emulex/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Emulex device drivers. | 3 | # Makefile for the Emulex device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/emulex/benet/Kconfig b/drivers/net/ethernet/emulex/benet/Kconfig index 8cf794edd3c3..e8c7eb842dbe 100644 --- a/drivers/net/ethernet/emulex/benet/Kconfig +++ b/drivers/net/ethernet/emulex/benet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BE2NET | 2 | config BE2NET |
2 | tristate "ServerEngines' 10Gbps NIC - BladeEngine" | 3 | tristate "ServerEngines' 10Gbps NIC - BladeEngine" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/net/ethernet/emulex/benet/Makefile b/drivers/net/ethernet/emulex/benet/Makefile index 1a91b276940d..1a238ec7fe1a 100644 --- a/drivers/net/ethernet/emulex/benet/Makefile +++ b/drivers/net/ethernet/emulex/benet/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile to build the network driver for ServerEngine's BladeEngine. | 3 | # Makefile to build the network driver for ServerEngine's BladeEngine. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ezchip/Kconfig b/drivers/net/ethernet/ezchip/Kconfig index b423ad380b6a..6db75fd2f9af 100644 --- a/drivers/net/ethernet/ezchip/Kconfig +++ b/drivers/net/ethernet/ezchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # EZchip network device configuration | 3 | # EZchip network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ezchip/Makefile b/drivers/net/ethernet/ezchip/Makefile index e490176a8137..444570f35d45 100644 --- a/drivers/net/ethernet/ezchip/Makefile +++ b/drivers/net/ethernet/ezchip/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_EZCHIP_NPS_MANAGEMENT_ENET) += nps_enet.o | 2 | obj-$(CONFIG_EZCHIP_NPS_MANAGEMENT_ENET) += nps_enet.o |
diff --git a/drivers/net/ethernet/faraday/Kconfig b/drivers/net/ethernet/faraday/Kconfig index 0fb8df656677..a9b105803fb7 100644 --- a/drivers/net/ethernet/faraday/Kconfig +++ b/drivers/net/ethernet/faraday/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Faraday device configuration | 3 | # Faraday device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/faraday/Makefile b/drivers/net/ethernet/faraday/Makefile index 408b53980d53..f16f58467868 100644 --- a/drivers/net/ethernet/faraday/Makefile +++ b/drivers/net/ethernet/faraday/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Faraday device drivers. | 3 | # Makefile for the Faraday device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index 71793e03c3c8..6a7e8993119f 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Freescale device configuration | 3 | # Freescale device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/freescale/dpaa/Kconfig b/drivers/net/ethernet/freescale/dpaa/Kconfig index a654736237a9..3b325733a4f8 100644 --- a/drivers/net/ethernet/freescale/dpaa/Kconfig +++ b/drivers/net/ethernet/freescale/dpaa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig FSL_DPAA_ETH | 2 | menuconfig FSL_DPAA_ETH |
2 | tristate "DPAA Ethernet" | 3 | tristate "DPAA Ethernet" |
3 | depends on FSL_DPAA && FSL_FMAN | 4 | depends on FSL_DPAA && FSL_FMAN |
diff --git a/drivers/net/ethernet/freescale/dpaa2/Kconfig b/drivers/net/ethernet/freescale/dpaa2/Kconfig index f6d244c663fd..8bd384720f80 100644 --- a/drivers/net/ethernet/freescale/dpaa2/Kconfig +++ b/drivers/net/ethernet/freescale/dpaa2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FSL_DPAA2_ETH | 2 | config FSL_DPAA2_ETH |
2 | tristate "Freescale DPAA2 Ethernet" | 3 | tristate "Freescale DPAA2 Ethernet" |
3 | depends on FSL_MC_BUS && FSL_MC_DPIO | 4 | depends on FSL_MC_BUS && FSL_MC_DPIO |
diff --git a/drivers/net/ethernet/freescale/fman/Kconfig b/drivers/net/ethernet/freescale/fman/Kconfig index dc0850b3b517..0139cb9042ec 100644 --- a/drivers/net/ethernet/freescale/fman/Kconfig +++ b/drivers/net/ethernet/freescale/fman/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FSL_FMAN | 2 | config FSL_FMAN |
2 | tristate "FMan support" | 3 | tristate "FMan support" |
3 | depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST | 4 | depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST |
diff --git a/drivers/net/ethernet/freescale/fs_enet/Kconfig b/drivers/net/ethernet/freescale/fs_enet/Kconfig index be92229f2c2a..245d9a68a71f 100644 --- a/drivers/net/ethernet/freescale/fs_enet/Kconfig +++ b/drivers/net/ethernet/freescale/fs_enet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FS_ENET | 2 | config FS_ENET |
2 | tristate "Freescale Ethernet Driver" | 3 | tristate "Freescale Ethernet Driver" |
3 | depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x) | 4 | depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x) |
diff --git a/drivers/net/ethernet/fujitsu/Kconfig b/drivers/net/ethernet/fujitsu/Kconfig index faee34e44a35..cee99f20d2c2 100644 --- a/drivers/net/ethernet/fujitsu/Kconfig +++ b/drivers/net/ethernet/fujitsu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Fujitsu Network device configuration | 3 | # Fujitsu Network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/fujitsu/Makefile b/drivers/net/ethernet/fujitsu/Makefile index 21561fdcc69f..74feebbf4572 100644 --- a/drivers/net/ethernet/fujitsu/Makefile +++ b/drivers/net/ethernet/fujitsu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Fujitsu network device drivers. | 3 | # Makefile for the Fujitsu network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig index fee4664c9189..a0d780c14e60 100644 --- a/drivers/net/ethernet/hisilicon/Kconfig +++ b/drivers/net/ethernet/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HISILICON device configuration | 3 | # HISILICON device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/hp/Kconfig b/drivers/net/ethernet/hp/Kconfig index d4df78c2abce..fb395cfe6b92 100644 --- a/drivers/net/ethernet/hp/Kconfig +++ b/drivers/net/ethernet/hp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HP network device configuration | 3 | # HP network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/hp/Makefile b/drivers/net/ethernet/hp/Makefile index 20b6918b52bd..5ed723bb11e2 100644 --- a/drivers/net/ethernet/hp/Makefile +++ b/drivers/net/ethernet/hp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the HP network device drivers. | 3 | # Makefile for the HP network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/huawei/Kconfig b/drivers/net/ethernet/huawei/Kconfig index c1a95ae4058b..bdcbface62d7 100644 --- a/drivers/net/ethernet/huawei/Kconfig +++ b/drivers/net/ethernet/huawei/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Huawei driver configuration | 3 | # Huawei driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/huawei/Makefile b/drivers/net/ethernet/huawei/Makefile index 5c37cc8fc1bc..2549ad5afe6d 100644 --- a/drivers/net/ethernet/huawei/Makefile +++ b/drivers/net/ethernet/huawei/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Huawei device drivers. | 3 | # Makefile for the Huawei device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/huawei/hinic/Kconfig b/drivers/net/ethernet/huawei/hinic/Kconfig index e4e8b24c1a5d..cabc2f72d9d7 100644 --- a/drivers/net/ethernet/huawei/hinic/Kconfig +++ b/drivers/net/ethernet/huawei/hinic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Huawei driver configuration | 3 | # Huawei driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/huawei/hinic/Makefile b/drivers/net/ethernet/huawei/hinic/Makefile index 289ce88bb2d0..99de5b6607d5 100644 --- a/drivers/net/ethernet/huawei/hinic/Makefile +++ b/drivers/net/ethernet/huawei/hinic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HINIC) += hinic.o | 2 | obj-$(CONFIG_HINIC) += hinic.o |
2 | 3 | ||
3 | hinic-y := hinic_main.o hinic_tx.o hinic_rx.o hinic_port.o hinic_hw_dev.o \ | 4 | hinic-y := hinic_main.o hinic_tx.o hinic_rx.o hinic_port.o hinic_hw_dev.o \ |
diff --git a/drivers/net/ethernet/i825xx/Kconfig b/drivers/net/ethernet/i825xx/Kconfig index e8d61f670479..33faff985438 100644 --- a/drivers/net/ethernet/i825xx/Kconfig +++ b/drivers/net/ethernet/i825xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Intel 82596/82593/82596 network device configuration | 3 | # Intel 82596/82593/82596 network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig index 37dceabf8861..a95d941360f8 100644 --- a/drivers/net/ethernet/ibm/Kconfig +++ b/drivers/net/ethernet/ibm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IBM device configuration. | 3 | # IBM device configuration. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ibm/Makefile b/drivers/net/ethernet/ibm/Makefile index 447865c8b632..1d17d0c33d4d 100644 --- a/drivers/net/ethernet/ibm/Makefile +++ b/drivers/net/ethernet/ibm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for th IBM network device drivers. | 3 | # Makefile for th IBM network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ibm/ehea/Makefile b/drivers/net/ethernet/ibm/ehea/Makefile index cd473e295242..9e1e5c7aafe2 100644 --- a/drivers/net/ethernet/ibm/ehea/Makefile +++ b/drivers/net/ethernet/ibm/ehea/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the eHEA ethernet device driver for IBM eServer System p | 3 | # Makefile for the eHEA ethernet device driver for IBM eServer System p |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ibm/emac/Kconfig b/drivers/net/ethernet/ibm/emac/Kconfig index eacf7e141fdc..c8e5de5987ac 100644 --- a/drivers/net/ethernet/ibm/emac/Kconfig +++ b/drivers/net/ethernet/ibm/emac/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IBM_EMAC | 2 | config IBM_EMAC |
2 | tristate "IBM EMAC Ethernet support" | 3 | tristate "IBM EMAC Ethernet support" |
3 | depends on PPC_DCR | 4 | depends on PPC_DCR |
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig index a1246e89aad4..154e2e818ec6 100644 --- a/drivers/net/ethernet/intel/Kconfig +++ b/drivers/net/ethernet/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Intel network device configuration | 3 | # Intel network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig index 3238aa7f5dac..fb942167ee54 100644 --- a/drivers/net/ethernet/marvell/Kconfig +++ b/drivers/net/ethernet/marvell/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Marvell device configuration | 3 | # Marvell device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/marvell/octeontx2/Kconfig b/drivers/net/ethernet/marvell/octeontx2/Kconfig index 35827bdf1878..711ada7139d3 100644 --- a/drivers/net/ethernet/marvell/octeontx2/Kconfig +++ b/drivers/net/ethernet/marvell/octeontx2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Marvell OcteonTX2 drivers configuration | 3 | # Marvell OcteonTX2 drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mediatek/Kconfig b/drivers/net/ethernet/mediatek/Kconfig index 43656f961891..263cd0909fe0 100644 --- a/drivers/net/ethernet/mediatek/Kconfig +++ b/drivers/net/ethernet/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_VENDOR_MEDIATEK | 2 | config NET_VENDOR_MEDIATEK |
2 | bool "MediaTek ethernet driver" | 3 | bool "MediaTek ethernet driver" |
3 | depends on ARCH_MEDIATEK || SOC_MT7621 | 4 | depends on ARCH_MEDIATEK || SOC_MT7621 |
diff --git a/drivers/net/ethernet/mediatek/Makefile b/drivers/net/ethernet/mediatek/Makefile index aa3f1c8ccd4a..d41a2414c575 100644 --- a/drivers/net/ethernet/mediatek/Makefile +++ b/drivers/net/ethernet/mediatek/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Mediatek SoCs built-in ethernet macs | 3 | # Makefile for the Mediatek SoCs built-in ethernet macs |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/mellanox/Kconfig index 872548cd9431..23cf7917a0c9 100644 --- a/drivers/net/ethernet/mellanox/Kconfig +++ b/drivers/net/ethernet/mellanox/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Mellanox driver configuration | 3 | # Mellanox driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mellanox/Makefile b/drivers/net/ethernet/mellanox/Makefile index 016aa263bc04..79773ac331ee 100644 --- a/drivers/net/ethernet/mellanox/Makefile +++ b/drivers/net/ethernet/mellanox/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Mellanox device drivers. | 3 | # Makefile for the Mellanox device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mellanox/mlx4/Kconfig b/drivers/net/ethernet/mellanox/mlx4/Kconfig index 8491db57b0b0..e69c3c31e701 100644 --- a/drivers/net/ethernet/mellanox/mlx4/Kconfig +++ b/drivers/net/ethernet/mellanox/mlx4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Mellanox driver configuration | 3 | # Mellanox driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig index 9aca8086ee01..a3a5ecd83937 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig +++ b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Mellanox driver configuration | 3 | # Mellanox driver configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/diag/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/diag/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/diag/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/diag/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/en/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile index d8e17110f25d..c78512eed8d7 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-ccflags-y += -I$(src)/.. | 2 | subdir-ccflags-y += -I$(src)/.. |
diff --git a/drivers/net/ethernet/mellanox/mlxfw/Kconfig b/drivers/net/ethernet/mellanox/mlxfw/Kconfig index 186ebe783f97..0367f835a846 100644 --- a/drivers/net/ethernet/mellanox/mlxfw/Kconfig +++ b/drivers/net/ethernet/mellanox/mlxfw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Mellanox firmware flash library configuration | 3 | # Mellanox firmware flash library configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/mellanox/mlxfw/Makefile b/drivers/net/ethernet/mellanox/mlxfw/Makefile index 7448b301104c..36007cd24c01 100644 --- a/drivers/net/ethernet/mellanox/mlxfw/Makefile +++ b/drivers/net/ethernet/mellanox/mlxfw/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MLXFW) += mlxfw.o | 2 | obj-$(CONFIG_MLXFW) += mlxfw.o |
2 | mlxfw-objs := mlxfw_fsm.o mlxfw_mfa2_tlv_multi.o mlxfw_mfa2.o | 3 | mlxfw-objs := mlxfw_fsm.o mlxfw_mfa2_tlv_multi.o mlxfw_mfa2.o |
diff --git a/drivers/net/ethernet/mellanox/mlxsw/Kconfig b/drivers/net/ethernet/mellanox/mlxsw/Kconfig index 7ccb950aa7d4..11ded0bc7d98 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/Kconfig +++ b/drivers/net/ethernet/mellanox/mlxsw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Mellanox switch drivers configuration | 3 | # Mellanox switch drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/micrel/Kconfig b/drivers/net/ethernet/micrel/Kconfig index b7e2f49696b7..90a8c6bead56 100644 --- a/drivers/net/ethernet/micrel/Kconfig +++ b/drivers/net/ethernet/micrel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Micrel device configuration | 3 | # Micrel device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/microchip/Kconfig b/drivers/net/ethernet/microchip/Kconfig index cf1d49149cc8..45fe41f3d9f3 100644 --- a/drivers/net/ethernet/microchip/Kconfig +++ b/drivers/net/ethernet/microchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Microchip network device configuration | 3 | # Microchip network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/microchip/Makefile b/drivers/net/ethernet/microchip/Makefile index 538926d2b43f..da603540ca57 100644 --- a/drivers/net/ethernet/microchip/Makefile +++ b/drivers/net/ethernet/microchip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Microchip network device drivers. | 3 | # Makefile for the Microchip network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/moxa/Kconfig b/drivers/net/ethernet/moxa/Kconfig index 5b531da36933..1a7cacbc0c59 100644 --- a/drivers/net/ethernet/moxa/Kconfig +++ b/drivers/net/ethernet/moxa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MOXART device configuration | 3 | # MOXART device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/moxa/Makefile b/drivers/net/ethernet/moxa/Makefile index aa3c73e9e952..864e17984f9f 100644 --- a/drivers/net/ethernet/moxa/Makefile +++ b/drivers/net/ethernet/moxa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the MOXART network device drivers. | 3 | # Makefile for the MOXART network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/myricom/Kconfig b/drivers/net/ethernet/myricom/Kconfig index 9645c7245bbf..6bc993eae4c4 100644 --- a/drivers/net/ethernet/myricom/Kconfig +++ b/drivers/net/ethernet/myricom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Myricom device configuration | 3 | # Myricom device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/myricom/Makefile b/drivers/net/ethernet/myricom/Makefile index 296c0a10056b..122fbd94a372 100644 --- a/drivers/net/ethernet/myricom/Makefile +++ b/drivers/net/ethernet/myricom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Myricom network device drivers. | 3 | # Makefile for the Myricom network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/myricom/myri10ge/Makefile b/drivers/net/ethernet/myricom/myri10ge/Makefile index 5df891647aee..8d9585c9db69 100644 --- a/drivers/net/ethernet/myricom/myri10ge/Makefile +++ b/drivers/net/ethernet/myricom/myri10ge/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Myricom Myri-10G ethernet driver | 3 | # Makefile for the Myricom Myri-10G ethernet driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/natsemi/Kconfig b/drivers/net/ethernet/natsemi/Kconfig index 017fb2322589..c519c1f30225 100644 --- a/drivers/net/ethernet/natsemi/Kconfig +++ b/drivers/net/ethernet/natsemi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # National Semiconductor device configuration | 3 | # National Semiconductor device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/neterion/Kconfig b/drivers/net/ethernet/neterion/Kconfig index 7df20561e3fa..5e630f3a0189 100644 --- a/drivers/net/ethernet/neterion/Kconfig +++ b/drivers/net/ethernet/neterion/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Exar device configuration | 3 | # Exar device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/neterion/Makefile b/drivers/net/ethernet/neterion/Makefile index 70c8058a601a..87ede8a47bb8 100644 --- a/drivers/net/ethernet/neterion/Makefile +++ b/drivers/net/ethernet/neterion/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Exar network device drivers. | 3 | # Makefile for the Exar network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/neterion/vxge/Makefile b/drivers/net/ethernet/neterion/vxge/Makefile index b625e2c503f5..0820e81ca7fb 100644 --- a/drivers/net/ethernet/neterion/vxge/Makefile +++ b/drivers/net/ethernet/neterion/vxge/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Exar Corp's X3100 Series 10 GbE PCIe I/O | 3 | # Makefile for Exar Corp's X3100 Series 10 GbE PCIe I/O |
3 | # Virtualized Server Adapter linux driver | 4 | # Virtualized Server Adapter linux driver |
diff --git a/drivers/net/ethernet/netronome/Kconfig b/drivers/net/ethernet/netronome/Kconfig index f0d0e09f60e2..4ad5109059e0 100644 --- a/drivers/net/ethernet/netronome/Kconfig +++ b/drivers/net/ethernet/netronome/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Netronome device configuration | 3 | # Netronome device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/netronome/Makefile b/drivers/net/ethernet/netronome/Makefile index 7fb3b84b5556..d9a3948e8bde 100644 --- a/drivers/net/ethernet/netronome/Makefile +++ b/drivers/net/ethernet/netronome/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Netronome network device drivers | 3 | # Makefile for the Netronome network device drivers |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ni/Kconfig b/drivers/net/ethernet/ni/Kconfig index c73978474c4b..70b1a03c0953 100644 --- a/drivers/net/ethernet/ni/Kconfig +++ b/drivers/net/ethernet/ni/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # National Instuments network device configuration | 3 | # National Instuments network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ni/Makefile b/drivers/net/ethernet/ni/Makefile index 99c664651c51..b31bbea3c24c 100644 --- a/drivers/net/ethernet/ni/Makefile +++ b/drivers/net/ethernet/ni/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NI_XGE_MANAGEMENT_ENET) += nixge.o | 2 | obj-$(CONFIG_NI_XGE_MANAGEMENT_ENET) += nixge.o |
diff --git a/drivers/net/ethernet/nuvoton/Kconfig b/drivers/net/ethernet/nuvoton/Kconfig index 71c973f8e50f..325e26c549f8 100644 --- a/drivers/net/ethernet/nuvoton/Kconfig +++ b/drivers/net/ethernet/nuvoton/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Nuvoton network device configuration | 3 | # Nuvoton network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/nuvoton/Makefile b/drivers/net/ethernet/nuvoton/Makefile index 171aa044bd3b..66f6e728d54b 100644 --- a/drivers/net/ethernet/nuvoton/Makefile +++ b/drivers/net/ethernet/nuvoton/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Nuvoton network device drivers. | 3 | # Makefile for the Nuvoton network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/nvidia/Kconfig b/drivers/net/ethernet/nvidia/Kconfig index 4efc9fe84785..faacbd129c44 100644 --- a/drivers/net/ethernet/nvidia/Kconfig +++ b/drivers/net/ethernet/nvidia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # NVIDIA network device configuration | 3 | # NVIDIA network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/nvidia/Makefile b/drivers/net/ethernet/nvidia/Makefile index e079ae5771d5..89356992c3ed 100644 --- a/drivers/net/ethernet/nvidia/Makefile +++ b/drivers/net/ethernet/nvidia/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the NVIDIA network device drivers. | 3 | # Makefile for the NVIDIA network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/nxp/Kconfig b/drivers/net/ethernet/nxp/Kconfig index 0d9baf98a3b9..261f107e2be0 100644 --- a/drivers/net/ethernet/nxp/Kconfig +++ b/drivers/net/ethernet/nxp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config LPC_ENET | 2 | config LPC_ENET |
2 | tristate "NXP ethernet MAC on LPC devices" | 3 | tristate "NXP ethernet MAC on LPC devices" |
3 | depends on ARCH_LPC32XX | 4 | depends on ARCH_LPC32XX |
diff --git a/drivers/net/ethernet/nxp/Makefile b/drivers/net/ethernet/nxp/Makefile index a128114e6895..cba6ddcc3934 100644 --- a/drivers/net/ethernet/nxp/Makefile +++ b/drivers/net/ethernet/nxp/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_LPC_ENET) += lpc_eth.o | 2 | obj-$(CONFIG_LPC_ENET) += lpc_eth.o |
diff --git a/drivers/net/ethernet/oki-semi/Kconfig b/drivers/net/ethernet/oki-semi/Kconfig index 5a975af4824b..1c455c645bce 100644 --- a/drivers/net/ethernet/oki-semi/Kconfig +++ b/drivers/net/ethernet/oki-semi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # OKI Semiconductor device configuration | 3 | # OKI Semiconductor device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/oki-semi/Makefile b/drivers/net/ethernet/oki-semi/Makefile index b6780c877c19..b97baf9efb92 100644 --- a/drivers/net/ethernet/oki-semi/Makefile +++ b/drivers/net/ethernet/oki-semi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the OKI Semiconductor device drivers. | 3 | # Makefile for the OKI Semiconductor device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig index 5f7a35212796..69e11d19bdc6 100644 --- a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig +++ b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # OKI Semiconductor device configuration | 3 | # OKI Semiconductor device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/oki-semi/pch_gbe/Makefile b/drivers/net/ethernet/oki-semi/pch_gbe/Makefile index 862de0f3bc41..c4762b3d124a 100644 --- a/drivers/net/ethernet/oki-semi/pch_gbe/Makefile +++ b/drivers/net/ethernet/oki-semi/pch_gbe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PCH_GBE) += pch_gbe.o | 2 | obj-$(CONFIG_PCH_GBE) += pch_gbe.o |
2 | 3 | ||
3 | pch_gbe-y := pch_gbe_phy.o pch_gbe_ethtool.o pch_gbe_param.o | 4 | pch_gbe-y := pch_gbe_phy.o pch_gbe_ethtool.o pch_gbe_param.o |
diff --git a/drivers/net/ethernet/packetengines/Kconfig b/drivers/net/ethernet/packetengines/Kconfig index 1df28f2edd1f..8161e308e64b 100644 --- a/drivers/net/ethernet/packetengines/Kconfig +++ b/drivers/net/ethernet/packetengines/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Packet engine device configuration | 3 | # Packet engine device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/packetengines/Makefile b/drivers/net/ethernet/packetengines/Makefile index 995ccd077d0c..1553c9cfc254 100644 --- a/drivers/net/ethernet/packetengines/Makefile +++ b/drivers/net/ethernet/packetengines/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Packet Engine network device drivers. | 3 | # Makefile for the Packet Engine network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/pasemi/Kconfig b/drivers/net/ethernet/pasemi/Kconfig index 7c92e8306c19..f4562243d4a0 100644 --- a/drivers/net/ethernet/pasemi/Kconfig +++ b/drivers/net/ethernet/pasemi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PA Semi network device configuration | 3 | # PA Semi network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/pasemi/Makefile b/drivers/net/ethernet/pasemi/Makefile index 90497ffb1ac3..f51e614a2539 100644 --- a/drivers/net/ethernet/pasemi/Makefile +++ b/drivers/net/ethernet/pasemi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the A Semi network device drivers. | 3 | # Makefile for the A Semi network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/qlogic/Kconfig b/drivers/net/ethernet/qlogic/Kconfig index 0ee2490db729..fdbb3ce00e20 100644 --- a/drivers/net/ethernet/qlogic/Kconfig +++ b/drivers/net/ethernet/qlogic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # QLogic network device configuration | 3 | # QLogic network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/qlogic/qede/Makefile b/drivers/net/ethernet/qlogic/qede/Makefile index 75408fbb7680..3fc91d12413f 100644 --- a/drivers/net/ethernet/qlogic/qede/Makefile +++ b/drivers/net/ethernet/qlogic/qede/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_QEDE) := qede.o | 2 | obj-$(CONFIG_QEDE) := qede.o |
2 | 3 | ||
3 | qede-y := qede_main.o qede_fp.o qede_filter.o qede_ethtool.o qede_ptp.o | 4 | qede-y := qede_main.o qede_fp.o qede_filter.o qede_ethtool.o qede_ptp.o |
diff --git a/drivers/net/ethernet/qlogic/qlge/Makefile b/drivers/net/ethernet/qlogic/qlge/Makefile index 8a197658d76f..1dc2568e820c 100644 --- a/drivers/net/ethernet/qlogic/qlge/Makefile +++ b/drivers/net/ethernet/qlogic/qlge/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Qlogic 10GbE PCI Express ethernet driver | 3 | # Makefile for the Qlogic 10GbE PCI Express ethernet driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/qualcomm/Kconfig b/drivers/net/ethernet/qualcomm/Kconfig index f5200712718d..09a678a94634 100644 --- a/drivers/net/ethernet/qualcomm/Kconfig +++ b/drivers/net/ethernet/qualcomm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Qualcomm network device configuration | 3 | # Qualcomm network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/qualcomm/emac/Makefile b/drivers/net/ethernet/qualcomm/emac/Makefile index fc57cedf4c0c..61d15e091be2 100644 --- a/drivers/net/ethernet/qualcomm/emac/Makefile +++ b/drivers/net/ethernet/qualcomm/emac/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Qualcomm Technologies, Inc. EMAC Gigabit Ethernet driver | 3 | # Makefile for the Qualcomm Technologies, Inc. EMAC Gigabit Ethernet driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/qualcomm/rmnet/Kconfig b/drivers/net/ethernet/qualcomm/rmnet/Kconfig index 9bb06d284644..9f9279575e2e 100644 --- a/drivers/net/ethernet/qualcomm/rmnet/Kconfig +++ b/drivers/net/ethernet/qualcomm/rmnet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RMNET MAP driver | 3 | # RMNET MAP driver |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/qualcomm/rmnet/Makefile b/drivers/net/ethernet/qualcomm/rmnet/Makefile index 01bddf207cac..8252e40bf570 100644 --- a/drivers/net/ethernet/qualcomm/rmnet/Makefile +++ b/drivers/net/ethernet/qualcomm/rmnet/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the RMNET module | 3 | # Makefile for the RMNET module |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/rdc/Kconfig b/drivers/net/ethernet/rdc/Kconfig index a9c4e990d29b..76df60c2f4ac 100644 --- a/drivers/net/ethernet/rdc/Kconfig +++ b/drivers/net/ethernet/rdc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RDC network device configuration | 3 | # RDC network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/rdc/Makefile b/drivers/net/ethernet/rdc/Makefile index 8d51fd2d07fc..807465483f1c 100644 --- a/drivers/net/ethernet/rdc/Makefile +++ b/drivers/net/ethernet/rdc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the RDC network device drivers. | 3 | # Makefile for the RDC network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/realtek/Kconfig b/drivers/net/ethernet/realtek/Kconfig index 96d1b9c08f1a..b18e7a91d5cd 100644 --- a/drivers/net/ethernet/realtek/Kconfig +++ b/drivers/net/ethernet/realtek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Realtek device configuration | 3 | # Realtek device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/realtek/Makefile b/drivers/net/ethernet/realtek/Makefile index 71b1da30ecb5..33be8c5ad0c9 100644 --- a/drivers/net/ethernet/realtek/Makefile +++ b/drivers/net/ethernet/realtek/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Realtek network device drivers. | 3 | # Makefile for the Realtek network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/rocker/Kconfig b/drivers/net/ethernet/rocker/Kconfig index b9952ef040e4..1083de99830d 100644 --- a/drivers/net/ethernet/rocker/Kconfig +++ b/drivers/net/ethernet/rocker/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Rocker device configuration | 3 | # Rocker device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/rocker/Makefile b/drivers/net/ethernet/rocker/Makefile index faa36acee223..6e0a363ac148 100644 --- a/drivers/net/ethernet/rocker/Makefile +++ b/drivers/net/ethernet/rocker/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Rocker network device drivers. | 3 | # Makefile for the Rocker network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/samsung/Kconfig b/drivers/net/ethernet/samsung/Kconfig index fbd5e06654c6..027938017579 100644 --- a/drivers/net/ethernet/samsung/Kconfig +++ b/drivers/net/ethernet/samsung/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Samsung Ethernet device configuration | 3 | # Samsung Ethernet device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/samsung/Makefile b/drivers/net/ethernet/samsung/Makefile index 1773c29b8d76..f94faecc2a0b 100644 --- a/drivers/net/ethernet/samsung/Makefile +++ b/drivers/net/ethernet/samsung/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Samsung Ethernet device drivers. | 3 | # Makefile for the Samsung Ethernet device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/samsung/sxgbe/Makefile b/drivers/net/ethernet/samsung/sxgbe/Makefile index 31e968561d5c..b7e29d08874c 100644 --- a/drivers/net/ethernet/samsung/sxgbe/Makefile +++ b/drivers/net/ethernet/samsung/sxgbe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SXGBE_ETH) += samsung-sxgbe.o | 2 | obj-$(CONFIG_SXGBE_ETH) += samsung-sxgbe.o |
2 | samsung-sxgbe-objs:= sxgbe_platform.o sxgbe_main.o sxgbe_desc.o \ | 3 | samsung-sxgbe-objs:= sxgbe_platform.o sxgbe_main.o sxgbe_desc.o \ |
3 | sxgbe_dma.o sxgbe_core.o sxgbe_mtl.o sxgbe_mdio.o \ | 4 | sxgbe_dma.o sxgbe_core.o sxgbe_mtl.o sxgbe_mdio.o \ |
diff --git a/drivers/net/ethernet/seeq/Kconfig b/drivers/net/ethernet/seeq/Kconfig index 69c62d89295e..f3ac9cba5770 100644 --- a/drivers/net/ethernet/seeq/Kconfig +++ b/drivers/net/ethernet/seeq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SEEQ device configuration | 3 | # SEEQ device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/seeq/Makefile b/drivers/net/ethernet/seeq/Makefile index 0488e99b831f..02aad7869fa5 100644 --- a/drivers/net/ethernet/seeq/Makefile +++ b/drivers/net/ethernet/seeq/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SEEQ network device drivers | 3 | # Makefile for the SEEQ network device drivers |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig index 2c032629c369..5f36774bf4b8 100644 --- a/drivers/net/ethernet/sfc/Kconfig +++ b/drivers/net/ethernet/sfc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Solarflare device configuration | 3 | # Solarflare device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/sfc/falcon/Kconfig b/drivers/net/ethernet/sfc/falcon/Kconfig index 6248e96253a2..20e361950f7d 100644 --- a/drivers/net/ethernet/sfc/falcon/Kconfig +++ b/drivers/net/ethernet/sfc/falcon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SFC_FALCON | 2 | config SFC_FALCON |
2 | tristate "Solarflare SFC4000 support" | 3 | tristate "Solarflare SFC4000 support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/net/ethernet/sgi/Kconfig b/drivers/net/ethernet/sgi/Kconfig index fbbb21c13e95..37f048e1230c 100644 --- a/drivers/net/ethernet/sgi/Kconfig +++ b/drivers/net/ethernet/sgi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SGI device configuration | 3 | # SGI device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/sgi/Makefile b/drivers/net/ethernet/sgi/Makefile index e5bedd271e29..68eefbcf50b8 100644 --- a/drivers/net/ethernet/sgi/Makefile +++ b/drivers/net/ethernet/sgi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SGI device drivers. | 3 | # Makefile for the SGI device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/silan/Kconfig b/drivers/net/ethernet/silan/Kconfig index ac982be38510..71929d148c3c 100644 --- a/drivers/net/ethernet/silan/Kconfig +++ b/drivers/net/ethernet/silan/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Silan device configuration | 3 | # Silan device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/silan/Makefile b/drivers/net/ethernet/silan/Makefile index 4ad3523dcb92..86f716f0f582 100644 --- a/drivers/net/ethernet/silan/Makefile +++ b/drivers/net/ethernet/silan/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Silan network device drivers. | 3 | # Makefile for the Silan network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/sis/Kconfig b/drivers/net/ethernet/sis/Kconfig index 22ec98ec9d3e..d848ab0349a7 100644 --- a/drivers/net/ethernet/sis/Kconfig +++ b/drivers/net/ethernet/sis/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Silicon Integrated Systems (SiS) device configuration | 3 | # Silicon Integrated Systems (SiS) device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/sis/Makefile b/drivers/net/ethernet/sis/Makefile index 58d3ac1985df..853407bce343 100644 --- a/drivers/net/ethernet/sis/Makefile +++ b/drivers/net/ethernet/sis/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Silicon Integrated Systems (SiS) network device drivers. | 3 | # Makefile for Silicon Integrated Systems (SiS) network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/smsc/Kconfig b/drivers/net/ethernet/smsc/Kconfig index 79612060d0ba..d1b6a78557ec 100644 --- a/drivers/net/ethernet/smsc/Kconfig +++ b/drivers/net/ethernet/smsc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Western Digital/SMC network device configuration | 3 | # Western Digital/SMC network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/socionext/Kconfig b/drivers/net/ethernet/socionext/Kconfig index b80048ca82a0..25f18be27423 100644 --- a/drivers/net/ethernet/socionext/Kconfig +++ b/drivers/net/ethernet/socionext/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NET_VENDOR_SOCIONEXT | 2 | config NET_VENDOR_SOCIONEXT |
2 | bool "Socionext ethernet drivers" | 3 | bool "Socionext ethernet drivers" |
3 | default y | 4 | default y |
diff --git a/drivers/net/ethernet/stmicro/Kconfig b/drivers/net/ethernet/stmicro/Kconfig index ecd7a5edef5d..39ef86360417 100644 --- a/drivers/net/ethernet/stmicro/Kconfig +++ b/drivers/net/ethernet/stmicro/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STMicroelectronics device configuration | 3 | # STMicroelectronics device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/stmicro/Makefile b/drivers/net/ethernet/stmicro/Makefile index 9b3bfddda7dd..72fd1f6ab9b2 100644 --- a/drivers/net/ethernet/stmicro/Makefile +++ b/drivers/net/ethernet/stmicro/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the STMicroelectronics device drivers. | 3 | # Makefile for the STMicroelectronics device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index f194235153f9..06545d7399fc 100644 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config STMMAC_ETH | 2 | config STMMAC_ETH |
2 | tristate "STMicroelectronics 10/100/1000/EQOS Ethernet driver" | 3 | tristate "STMicroelectronics 10/100/1000/EQOS Ethernet driver" |
3 | depends on HAS_IOMEM && HAS_DMA | 4 | depends on HAS_IOMEM && HAS_DMA |
diff --git a/drivers/net/ethernet/synopsys/Kconfig b/drivers/net/ethernet/synopsys/Kconfig index a9503884e1c2..9e199772c1d7 100644 --- a/drivers/net/ethernet/synopsys/Kconfig +++ b/drivers/net/ethernet/synopsys/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Synopsys network device configuration | 3 | # Synopsys network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/tehuti/Kconfig b/drivers/net/ethernet/tehuti/Kconfig index b17f0ca3f395..8ad1526f4bdd 100644 --- a/drivers/net/ethernet/tehuti/Kconfig +++ b/drivers/net/ethernet/tehuti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Tehuti network device configuration | 3 | # Tehuti network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/tehuti/Makefile b/drivers/net/ethernet/tehuti/Makefile index f995421ddbc8..13a0ddd62088 100644 --- a/drivers/net/ethernet/tehuti/Makefile +++ b/drivers/net/ethernet/tehuti/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Tehuti network device drivers. | 3 | # Makefile for the Tehuti network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig index afbdc9744230..bd05a977ee7e 100644 --- a/drivers/net/ethernet/ti/Kconfig +++ b/drivers/net/ethernet/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # TI device configuration | 3 | # TI device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/toshiba/Kconfig b/drivers/net/ethernet/toshiba/Kconfig index 6f1d5b623768..9ccdf032404e 100644 --- a/drivers/net/ethernet/toshiba/Kconfig +++ b/drivers/net/ethernet/toshiba/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Toshiba network device configuration | 3 | # Toshiba network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/tundra/Kconfig b/drivers/net/ethernet/tundra/Kconfig index 81d845e4e23b..5c909df0c3b9 100644 --- a/drivers/net/ethernet/tundra/Kconfig +++ b/drivers/net/ethernet/tundra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Tundra network device configuration | 3 | # Tundra network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/tundra/Makefile b/drivers/net/ethernet/tundra/Makefile index 439f6930235b..78fee6b5b665 100644 --- a/drivers/net/ethernet/tundra/Makefile +++ b/drivers/net/ethernet/tundra/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Tundra network device drivers. | 3 | # Makefile for the Tundra network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/via/Kconfig b/drivers/net/ethernet/via/Kconfig index d3d094742a7e..a962097b58c6 100644 --- a/drivers/net/ethernet/via/Kconfig +++ b/drivers/net/ethernet/via/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # VIA device configuration | 3 | # VIA device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/via/Makefile b/drivers/net/ethernet/via/Makefile index 46c5d4a3d8f1..4ca40f9739b5 100644 --- a/drivers/net/ethernet/via/Makefile +++ b/drivers/net/ethernet/via/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the VIA device drivers. | 3 | # Makefile for the VIA device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/wiznet/Kconfig b/drivers/net/ethernet/wiznet/Kconfig index 1981e88c18dc..0422775e1659 100644 --- a/drivers/net/ethernet/wiznet/Kconfig +++ b/drivers/net/ethernet/wiznet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # WIZnet devices configuration | 3 | # WIZnet devices configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/wiznet/Makefile b/drivers/net/ethernet/wiznet/Makefile index 1e05e1a84208..78104f0bf415 100644 --- a/drivers/net/ethernet/wiznet/Makefile +++ b/drivers/net/ethernet/wiznet/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_WIZNET_W5100) += w5100.o | 2 | obj-$(CONFIG_WIZNET_W5100) += w5100.o |
2 | obj-$(CONFIG_WIZNET_W5100_SPI) += w5100-spi.o | 3 | obj-$(CONFIG_WIZNET_W5100_SPI) += w5100-spi.o |
3 | obj-$(CONFIG_WIZNET_W5300) += w5300.o | 4 | obj-$(CONFIG_WIZNET_W5300) += w5300.o |
diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig index db448fad621b..af96e05c5bcd 100644 --- a/drivers/net/ethernet/xilinx/Kconfig +++ b/drivers/net/ethernet/xilinx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Xilink device configuration | 3 | # Xilink device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/xircom/Kconfig b/drivers/net/ethernet/xircom/Kconfig index d6208a4c9866..ad5390079b13 100644 --- a/drivers/net/ethernet/xircom/Kconfig +++ b/drivers/net/ethernet/xircom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Xircom network device configuration | 3 | # Xircom network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/xircom/Makefile b/drivers/net/ethernet/xircom/Makefile index 3b7aebd8b849..07667fefafc2 100644 --- a/drivers/net/ethernet/xircom/Makefile +++ b/drivers/net/ethernet/xircom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Xircom network device drivers. | 3 | # Makefile for the Xircom network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/xscale/Kconfig b/drivers/net/ethernet/xscale/Kconfig index af3432fe9a5e..2f354ba029a6 100644 --- a/drivers/net/ethernet/xscale/Kconfig +++ b/drivers/net/ethernet/xscale/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Intel XScale IXP device configuration | 3 | # Intel XScale IXP device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/ethernet/xscale/Makefile b/drivers/net/ethernet/xscale/Makefile index abc3b031fba7..794a519d07b3 100644 --- a/drivers/net/ethernet/xscale/Makefile +++ b/drivers/net/ethernet/xscale/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Intel XScale IXP device drivers. | 3 | # Makefile for the Intel XScale IXP device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/fddi/Kconfig b/drivers/net/fddi/Kconfig index d62e8c6205f7..3b412a56f2cb 100644 --- a/drivers/net/fddi/Kconfig +++ b/drivers/net/fddi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # FDDI network device configuration | 3 | # FDDI network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/fddi/Makefile b/drivers/net/fddi/Makefile index 194b52cc20b0..fa4a3b5019fc 100644 --- a/drivers/net/fddi/Makefile +++ b/drivers/net/fddi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux FDDI network device drivers. | 3 | # Makefile for the Linux FDDI network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/hamradio/Kconfig b/drivers/net/hamradio/Kconfig index bf5e59687680..8e05b5c31a77 100644 --- a/drivers/net/hamradio/Kconfig +++ b/drivers/net/hamradio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MKISS | 2 | config MKISS |
2 | tristate "Serial port KISS driver" | 3 | tristate "Serial port KISS driver" |
3 | depends on AX25 && TTY | 4 | depends on AX25 && TTY |
diff --git a/drivers/net/hippi/Kconfig b/drivers/net/hippi/Kconfig index f71515dc5beb..de78504a5798 100644 --- a/drivers/net/hippi/Kconfig +++ b/drivers/net/hippi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # HIPPI network device configuration | 3 | # HIPPI network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/hippi/Makefile b/drivers/net/hippi/Makefile index b95d629baee5..409dd47f3e0a 100644 --- a/drivers/net/hippi/Makefile +++ b/drivers/net/hippi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the HIPPI network device drivers. | 3 | # Makefile for the HIPPI network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/hyperv/Kconfig b/drivers/net/hyperv/Kconfig index 0765d5f61714..ca7bf7f897d3 100644 --- a/drivers/net/hyperv/Kconfig +++ b/drivers/net/hyperv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HYPERV_NET | 2 | config HYPERV_NET |
2 | tristate "Microsoft Hyper-V virtual network driver" | 3 | tristate "Microsoft Hyper-V virtual network driver" |
3 | depends on HYPERV | 4 | depends on HYPERV |
diff --git a/drivers/net/hyperv/Makefile b/drivers/net/hyperv/Makefile index 3f25b9c8ea59..3a2aa0708166 100644 --- a/drivers/net/hyperv/Makefile +++ b/drivers/net/hyperv/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o | 2 | obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o |
2 | 3 | ||
3 | hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o | 4 | hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o |
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig index 0e372f392cb1..8af5b7e9f4ed 100644 --- a/drivers/net/ieee802154/Kconfig +++ b/drivers/net/ieee802154/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig IEEE802154_DRIVERS | 2 | menuconfig IEEE802154_DRIVERS |
2 | tristate "IEEE 802.15.4 drivers" | 3 | tristate "IEEE 802.15.4 drivers" |
3 | depends on NETDEVICES && IEEE802154 | 4 | depends on NETDEVICES && IEEE802154 |
diff --git a/drivers/net/ipvlan/Makefile b/drivers/net/ipvlan/Makefile index 3ee95367a994..2020e9dedc7e 100644 --- a/drivers/net/ipvlan/Makefile +++ b/drivers/net/ipvlan/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Ethernet Ipvlan driver | 3 | # Makefile for the Ethernet Ipvlan driver |
3 | # | 4 | # |
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index d6299710d634..f99f27800fdb 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PHY Layer Configuration | 3 | # PHY Layer Configuration |
3 | # | 4 | # |
diff --git a/drivers/net/plip/Kconfig b/drivers/net/plip/Kconfig index 80c4a3373e51..b41035be2d51 100644 --- a/drivers/net/plip/Kconfig +++ b/drivers/net/plip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Parallel Line Internet Protocol (PLIP) network device configuration | 3 | # Parallel Line Internet Protocol (PLIP) network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/plip/Makefile b/drivers/net/plip/Makefile index ed958796dc64..8d4df7290e02 100644 --- a/drivers/net/plip/Makefile +++ b/drivers/net/plip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the PLIP network device drivers. | 3 | # Makefile for the PLIP network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/ppp/Kconfig b/drivers/net/ppp/Kconfig index 1373c6d7278d..bf395df3bb37 100644 --- a/drivers/net/ppp/Kconfig +++ b/drivers/net/ppp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PPP network device configuration | 3 | # PPP network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/slip/Kconfig b/drivers/net/slip/Kconfig index 48e68714eef3..30bbafb0e3c7 100644 --- a/drivers/net/slip/Kconfig +++ b/drivers/net/slip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SLIP network device configuration | 3 | # SLIP network device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/slip/Makefile b/drivers/net/slip/Makefile index e3ebc59e6fb9..668c1afb34d6 100644 --- a/drivers/net/slip/Makefile +++ b/drivers/net/slip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SLIP network device drivers. | 3 | # Makefile for the SLIP network device drivers. |
3 | # | 4 | # |
diff --git a/drivers/net/team/Kconfig b/drivers/net/team/Kconfig index c853d84fd99f..2aa9fd7b57df 100644 --- a/drivers/net/team/Kconfig +++ b/drivers/net/team/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig NET_TEAM | 2 | menuconfig NET_TEAM |
2 | tristate "Ethernet team driver support" | 3 | tristate "Ethernet team driver support" |
3 | ---help--- | 4 | ---help--- |
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 860352a525fb..05bdcc5917f6 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # USB Network devices configuration | 3 | # USB Network devices configuration |
3 | # | 4 | # |
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 4e9fe75d7067..09fdd619ac67 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # wan devices configuration | 3 | # wan devices configuration |
3 | # | 4 | # |
diff --git a/drivers/net/wan/lmc/Makefile b/drivers/net/wan/lmc/Makefile index 247f60c401ef..f00fe4491d69 100644 --- a/drivers/net/wan/lmc/Makefile +++ b/drivers/net/wan/lmc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Lan Media 21140 based WAN cards | 3 | # Makefile for the Lan Media 21140 based WAN cards |
3 | # Specifically the 1000,1200,5200,5245 | 4 | # Specifically the 1000,1200,5200,5245 |
diff --git a/drivers/net/wimax/Kconfig b/drivers/net/wimax/Kconfig index 565018ec1e3b..2249e3d77a76 100644 --- a/drivers/net/wimax/Kconfig +++ b/drivers/net/wimax/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # WiMAX LAN device drivers configuration | 3 | # WiMAX LAN device drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/net/wimax/Makefile b/drivers/net/wimax/Makefile index 692184dd674a..b4575bacf994 100644 --- a/drivers/net/wimax/Makefile +++ b/drivers/net/wimax/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_WIMAX_I2400M) += i2400m/ | 2 | obj-$(CONFIG_WIMAX_I2400M) += i2400m/ |
diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m/Kconfig index 71453db14258..843b905a26a3 100644 --- a/drivers/net/wimax/i2400m/Kconfig +++ b/drivers/net/wimax/i2400m/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config WIMAX_I2400M | 3 | config WIMAX_I2400M |
3 | tristate | 4 | tristate |
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 8c456a66ac3b..1c98d781ae49 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Wireless LAN device configuration | 3 | # Wireless LAN device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/wireless/admtek/Kconfig b/drivers/net/wireless/admtek/Kconfig index 9317367e37f0..a91cc1459c96 100644 --- a/drivers/net/wireless/admtek/Kconfig +++ b/drivers/net/wireless/admtek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_ADMTEK | 2 | config WLAN_VENDOR_ADMTEK |
2 | bool "ADMtek devices" | 3 | bool "ADMtek devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/admtek/Makefile b/drivers/net/wireless/admtek/Makefile index 9cca7e571cdd..709c2bca53ed 100644 --- a/drivers/net/wireless/admtek/Makefile +++ b/drivers/net/wireless/admtek/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ADM8211) += adm8211.o | 2 | obj-$(CONFIG_ADM8211) += adm8211.o |
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index 82ab7c33cf97..af2049e99188 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ATH_COMMON | 2 | config ATH_COMMON |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/net/wireless/ath/ar5523/Kconfig b/drivers/net/wireless/ath/ar5523/Kconfig index 0d320cc7769b..75fc66983da5 100644 --- a/drivers/net/wireless/ath/ar5523/Kconfig +++ b/drivers/net/wireless/ath/ar5523/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config AR5523 | 2 | config AR5523 |
2 | tristate "Atheros AR5523 wireless driver support" | 3 | tristate "Atheros AR5523 wireless driver support" |
3 | depends on MAC80211 && USB | 4 | depends on MAC80211 && USB |
diff --git a/drivers/net/wireless/ath/ar5523/Makefile b/drivers/net/wireless/ath/ar5523/Makefile index ebf7f3bf0a33..84fc88aa109e 100644 --- a/drivers/net/wireless/ath/ar5523/Makefile +++ b/drivers/net/wireless/ath/ar5523/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_AR5523) := ar5523.o | 2 | obj-$(CONFIG_AR5523) := ar5523.o |
diff --git a/drivers/net/wireless/ath/ath10k/Kconfig b/drivers/net/wireless/ath/ath10k/Kconfig index a7fb5441ced4..3522f251fa7f 100644 --- a/drivers/net/wireless/ath/ath10k/Kconfig +++ b/drivers/net/wireless/ath/ath10k/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ATH10K | 2 | config ATH10K |
2 | tristate "Atheros 802.11ac wireless cards support" | 3 | tristate "Atheros 802.11ac wireless cards support" |
3 | depends on MAC80211 && HAS_DMA | 4 | depends on MAC80211 && HAS_DMA |
diff --git a/drivers/net/wireless/ath/ath5k/Kconfig b/drivers/net/wireless/ath/ath5k/Kconfig index b1278f9f24ba..c587146795f6 100644 --- a/drivers/net/wireless/ath/ath5k/Kconfig +++ b/drivers/net/wireless/ath/ath5k/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ATH5K | 2 | config ATH5K |
2 | tristate "Atheros 5xxx wireless cards support" | 3 | tristate "Atheros 5xxx wireless cards support" |
3 | depends on (PCI || ATH25) && MAC80211 | 4 | depends on (PCI || ATH25) && MAC80211 |
diff --git a/drivers/net/wireless/ath/ath6kl/Kconfig b/drivers/net/wireless/ath/ath6kl/Kconfig index 9c125ff083f7..2b27a87e74f5 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ATH6KL | 2 | config ATH6KL |
2 | tristate "Atheros mobile chipsets support" | 3 | tristate "Atheros mobile chipsets support" |
3 | depends on CFG80211 | 4 | depends on CFG80211 |
diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index ceca23a851d5..a1ef8769983a 100644 --- a/drivers/net/wireless/ath/ath9k/Kconfig +++ b/drivers/net/wireless/ath/ath9k/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ATH9K_HW | 2 | config ATH9K_HW |
2 | tristate | 3 | tristate |
3 | config ATH9K_COMMON | 4 | config ATH9K_COMMON |
diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig index 2e34baeaf764..757eb765e17c 100644 --- a/drivers/net/wireless/ath/carl9170/Kconfig +++ b/drivers/net/wireless/ath/carl9170/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CARL9170 | 2 | config CARL9170 |
2 | tristate "Linux Community AR9170 802.11n USB support" | 3 | tristate "Linux Community AR9170 802.11n USB support" |
3 | depends on USB && MAC80211 | 4 | depends on USB && MAC80211 |
diff --git a/drivers/net/wireless/ath/carl9170/Makefile b/drivers/net/wireless/ath/carl9170/Makefile index f64ed76af8ad..1a81868ce26d 100644 --- a/drivers/net/wireless/ath/carl9170/Makefile +++ b/drivers/net/wireless/ath/carl9170/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o | 2 | carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o |
2 | carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o | 3 | carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o |
3 | 4 | ||
diff --git a/drivers/net/wireless/ath/wcn36xx/Kconfig b/drivers/net/wireless/ath/wcn36xx/Kconfig index 20bf967a70b9..4ab2d59ff2ca 100644 --- a/drivers/net/wireless/ath/wcn36xx/Kconfig +++ b/drivers/net/wireless/ath/wcn36xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WCN36XX | 2 | config WCN36XX |
2 | tristate "Qualcomm Atheros WCN3660/3680 support" | 3 | tristate "Qualcomm Atheros WCN3660/3680 support" |
3 | depends on MAC80211 && HAS_DMA | 4 | depends on MAC80211 && HAS_DMA |
diff --git a/drivers/net/wireless/ath/wil6210/Kconfig b/drivers/net/wireless/ath/wil6210/Kconfig index 3548e8d5e18e..b1a339859feb 100644 --- a/drivers/net/wireless/ath/wil6210/Kconfig +++ b/drivers/net/wireless/ath/wil6210/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WIL6210 | 2 | config WIL6210 |
2 | tristate "Wilocity 60g WiFi card wil6210 support" | 3 | tristate "Wilocity 60g WiFi card wil6210 support" |
3 | select WANT_DEV_COREDUMP | 4 | select WANT_DEV_COREDUMP |
diff --git a/drivers/net/wireless/atmel/Kconfig b/drivers/net/wireless/atmel/Kconfig index 3e684f8c1f93..809bdf331848 100644 --- a/drivers/net/wireless/atmel/Kconfig +++ b/drivers/net/wireless/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_ATMEL | 2 | config WLAN_VENDOR_ATMEL |
2 | bool "Atmel devices" | 3 | bool "Atmel devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/atmel/Makefile b/drivers/net/wireless/atmel/Makefile index e62e345f7af6..17e62805677d 100644 --- a/drivers/net/wireless/atmel/Makefile +++ b/drivers/net/wireless/atmel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ATMEL) += atmel.o | 2 | obj-$(CONFIG_ATMEL) += atmel.o |
2 | obj-$(CONFIG_PCI_ATMEL) += atmel_pci.o | 3 | obj-$(CONFIG_PCI_ATMEL) += atmel_pci.o |
3 | obj-$(CONFIG_PCMCIA_ATMEL) += atmel_cs.o | 4 | obj-$(CONFIG_PCMCIA_ATMEL) += atmel_cs.o |
diff --git a/drivers/net/wireless/broadcom/Kconfig b/drivers/net/wireless/broadcom/Kconfig index eebe2864835f..bb1cb402a919 100644 --- a/drivers/net/wireless/broadcom/Kconfig +++ b/drivers/net/wireless/broadcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_BROADCOM | 2 | config WLAN_VENDOR_BROADCOM |
2 | bool "Broadcom devices" | 3 | bool "Broadcom devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/broadcom/Makefile b/drivers/net/wireless/broadcom/Makefile index 9d5ac95710c3..1a8384daed2c 100644 --- a/drivers/net/wireless/broadcom/Makefile +++ b/drivers/net/wireless/broadcom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_B43) += b43/ | 2 | obj-$(CONFIG_B43) += b43/ |
2 | obj-$(CONFIG_B43LEGACY) += b43legacy/ | 3 | obj-$(CONFIG_B43LEGACY) += b43legacy/ |
3 | 4 | ||
diff --git a/drivers/net/wireless/broadcom/b43/Kconfig b/drivers/net/wireless/broadcom/b43/Kconfig index 3e4145747b20..3b582e76762b 100644 --- a/drivers/net/wireless/broadcom/b43/Kconfig +++ b/drivers/net/wireless/broadcom/b43/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config B43 | 2 | config B43 |
2 | tristate "Broadcom 43xx wireless support (mac80211 stack)" | 3 | tristate "Broadcom 43xx wireless support (mac80211 stack)" |
3 | depends on (BCMA_POSSIBLE || SSB_POSSIBLE) && MAC80211 && HAS_DMA | 4 | depends on (BCMA_POSSIBLE || SSB_POSSIBLE) && MAC80211 && HAS_DMA |
diff --git a/drivers/net/wireless/broadcom/b43legacy/Kconfig b/drivers/net/wireless/broadcom/b43legacy/Kconfig index 1ffa28835c58..bfac34142ab5 100644 --- a/drivers/net/wireless/broadcom/b43legacy/Kconfig +++ b/drivers/net/wireless/broadcom/b43legacy/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config B43LEGACY | 2 | config B43LEGACY |
2 | tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)" | 3 | tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)" |
3 | depends on SSB_POSSIBLE && MAC80211 && HAS_DMA | 4 | depends on SSB_POSSIBLE && MAC80211 && HAS_DMA |
diff --git a/drivers/net/wireless/broadcom/brcm80211/Kconfig b/drivers/net/wireless/broadcom/brcm80211/Kconfig index 6acba67bca07..1df56d1f5e00 100644 --- a/drivers/net/wireless/broadcom/brcm80211/Kconfig +++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BRCMUTIL | 2 | config BRCMUTIL |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/net/wireless/cisco/Kconfig b/drivers/net/wireless/cisco/Kconfig index e210ee8aa63b..7329830ed7cc 100644 --- a/drivers/net/wireless/cisco/Kconfig +++ b/drivers/net/wireless/cisco/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_CISCO | 2 | config WLAN_VENDOR_CISCO |
2 | bool "Cisco devices" | 3 | bool "Cisco devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/cisco/Makefile b/drivers/net/wireless/cisco/Makefile index d4110b19d6ef..506a19ce375f 100644 --- a/drivers/net/wireless/cisco/Makefile +++ b/drivers/net/wireless/cisco/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_AIRO) += airo.o | 2 | obj-$(CONFIG_AIRO) += airo.o |
2 | obj-$(CONFIG_AIRO_CS) += airo_cs.o airo.o | 3 | obj-$(CONFIG_AIRO_CS) += airo_cs.o airo.o |
diff --git a/drivers/net/wireless/intel/Kconfig b/drivers/net/wireless/intel/Kconfig index 6fdc14b08b8e..6ec42f67d0f2 100644 --- a/drivers/net/wireless/intel/Kconfig +++ b/drivers/net/wireless/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_INTEL | 2 | config WLAN_VENDOR_INTEL |
2 | bool "Intel devices" | 3 | bool "Intel devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/intel/Makefile b/drivers/net/wireless/intel/Makefile index c9cbcc85b569..1364b0014488 100644 --- a/drivers/net/wireless/intel/Makefile +++ b/drivers/net/wireless/intel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_IPW2100) += ipw2x00/ | 2 | obj-$(CONFIG_IPW2100) += ipw2x00/ |
2 | obj-$(CONFIG_IPW2200) += ipw2x00/ | 3 | obj-$(CONFIG_IPW2200) += ipw2x00/ |
3 | 4 | ||
diff --git a/drivers/net/wireless/intel/ipw2x00/Kconfig b/drivers/net/wireless/intel/ipw2x00/Kconfig index 562395517e6c..5d2878a73732 100644 --- a/drivers/net/wireless/intel/ipw2x00/Kconfig +++ b/drivers/net/wireless/intel/ipw2x00/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Intel Centrino wireless drivers | 3 | # Intel Centrino wireless drivers |
3 | # | 4 | # |
diff --git a/drivers/net/wireless/intel/iwlegacy/Kconfig b/drivers/net/wireless/intel/iwlegacy/Kconfig index fb919727b8bb..aa01c83e0060 100644 --- a/drivers/net/wireless/intel/iwlegacy/Kconfig +++ b/drivers/net/wireless/intel/iwlegacy/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IWLEGACY | 2 | config IWLEGACY |
2 | tristate | 3 | tristate |
3 | select FW_LOADER | 4 | select FW_LOADER |
diff --git a/drivers/net/wireless/intel/iwlwifi/Kconfig b/drivers/net/wireless/intel/iwlwifi/Kconfig index 83d5bceea08f..e5528189163f 100644 --- a/drivers/net/wireless/intel/iwlwifi/Kconfig +++ b/drivers/net/wireless/intel/iwlwifi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IWLWIFI | 2 | config IWLWIFI |
2 | tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) " | 3 | tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) " |
3 | depends on PCI && HAS_IOMEM && CFG80211 | 4 | depends on PCI && HAS_IOMEM && CFG80211 |
diff --git a/drivers/net/wireless/intersil/Kconfig b/drivers/net/wireless/intersil/Kconfig index e89fce1d4f27..4e968912e27c 100644 --- a/drivers/net/wireless/intersil/Kconfig +++ b/drivers/net/wireless/intersil/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_INTERSIL | 2 | config WLAN_VENDOR_INTERSIL |
2 | bool "Intersil devices" | 3 | bool "Intersil devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/intersil/Makefile b/drivers/net/wireless/intersil/Makefile index 9a8cbfee3ea5..aa630e9c3d3d 100644 --- a/drivers/net/wireless/intersil/Makefile +++ b/drivers/net/wireless/intersil/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HOSTAP) += hostap/ | 2 | obj-$(CONFIG_HOSTAP) += hostap/ |
2 | obj-$(CONFIG_HERMES) += orinoco/ | 3 | obj-$(CONFIG_HERMES) += orinoco/ |
3 | obj-$(CONFIG_P54_COMMON) += p54/ | 4 | obj-$(CONFIG_P54_COMMON) += p54/ |
diff --git a/drivers/net/wireless/intersil/hostap/Kconfig b/drivers/net/wireless/intersil/hostap/Kconfig index 287d82728bc3..c70dc168dc63 100644 --- a/drivers/net/wireless/intersil/hostap/Kconfig +++ b/drivers/net/wireless/intersil/hostap/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HOSTAP | 2 | config HOSTAP |
2 | tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" | 3 | tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" |
3 | select WIRELESS_EXT | 4 | select WIRELESS_EXT |
diff --git a/drivers/net/wireless/intersil/orinoco/Kconfig b/drivers/net/wireless/intersil/orinoco/Kconfig index f6fa3f4e294f..c430d7a46730 100644 --- a/drivers/net/wireless/intersil/orinoco/Kconfig +++ b/drivers/net/wireless/intersil/orinoco/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HERMES | 2 | config HERMES |
2 | tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" | 3 | tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" |
3 | depends on (PPC_PMAC || PCI || PCMCIA) | 4 | depends on (PPC_PMAC || PCI || PCMCIA) |
diff --git a/drivers/net/wireless/intersil/p54/Kconfig b/drivers/net/wireless/intersil/p54/Kconfig index cdafb8c73e82..26cd80732afa 100644 --- a/drivers/net/wireless/intersil/p54/Kconfig +++ b/drivers/net/wireless/intersil/p54/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config P54_COMMON | 2 | config P54_COMMON |
2 | tristate "Softmac Prism54 support" | 3 | tristate "Softmac Prism54 support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/intersil/prism54/Makefile b/drivers/net/wireless/intersil/prism54/Makefile index fad305c76737..4f5572dffb5e 100644 --- a/drivers/net/wireless/intersil/prism54/Makefile +++ b/drivers/net/wireless/intersil/prism54/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # $Id: Makefile.k26,v 1.7 2004/01/30 16:24:00 ajfa Exp $ | 2 | # $Id: Makefile.k26,v 1.7 2004/01/30 16:24:00 ajfa Exp $ |
2 | 3 | ||
3 | prism54-objs := islpci_eth.o islpci_mgt.o \ | 4 | prism54-objs := islpci_eth.o islpci_mgt.o \ |
diff --git a/drivers/net/wireless/marvell/Kconfig b/drivers/net/wireless/marvell/Kconfig index 27038901d3ee..dff82fdbea78 100644 --- a/drivers/net/wireless/marvell/Kconfig +++ b/drivers/net/wireless/marvell/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_MARVELL | 2 | config WLAN_VENDOR_MARVELL |
2 | bool "Marvell devices" | 3 | bool "Marvell devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/marvell/Makefile b/drivers/net/wireless/marvell/Makefile index 1b0a7d2bc8e6..25f6d5d2fa0c 100644 --- a/drivers/net/wireless/marvell/Makefile +++ b/drivers/net/wireless/marvell/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_LIBERTAS) += libertas/ | 2 | obj-$(CONFIG_LIBERTAS) += libertas/ |
2 | 3 | ||
3 | obj-$(CONFIG_LIBERTAS_THINFIRM) += libertas_tf/ | 4 | obj-$(CONFIG_LIBERTAS_THINFIRM) += libertas_tf/ |
diff --git a/drivers/net/wireless/marvell/libertas/Kconfig b/drivers/net/wireless/marvell/libertas/Kconfig index e6268ceacbf1..b9fe598130c3 100644 --- a/drivers/net/wireless/marvell/libertas/Kconfig +++ b/drivers/net/wireless/marvell/libertas/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config LIBERTAS | 2 | config LIBERTAS |
2 | tristate "Marvell 8xxx Libertas WLAN driver support" | 3 | tristate "Marvell 8xxx Libertas WLAN driver support" |
3 | depends on CFG80211 | 4 | depends on CFG80211 |
diff --git a/drivers/net/wireless/marvell/libertas_tf/Kconfig b/drivers/net/wireless/marvell/libertas_tf/Kconfig index b5557af90048..aa40d65f611a 100644 --- a/drivers/net/wireless/marvell/libertas_tf/Kconfig +++ b/drivers/net/wireless/marvell/libertas_tf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config LIBERTAS_THINFIRM | 2 | config LIBERTAS_THINFIRM |
2 | tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware" | 3 | tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/marvell/libertas_tf/Makefile b/drivers/net/wireless/marvell/libertas_tf/Makefile index ff5544d6ac9d..9360568b4512 100644 --- a/drivers/net/wireless/marvell/libertas_tf/Makefile +++ b/drivers/net/wireless/marvell/libertas_tf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | libertas_tf-objs := main.o cmd.o | 2 | libertas_tf-objs := main.o cmd.o |
2 | 3 | ||
3 | libertas_tf_usb-objs += if_usb.o | 4 | libertas_tf_usb-objs += if_usb.o |
diff --git a/drivers/net/wireless/marvell/mwifiex/Kconfig b/drivers/net/wireless/marvell/mwifiex/Kconfig index 572d187a99f4..64d8a11ad1e7 100644 --- a/drivers/net/wireless/marvell/mwifiex/Kconfig +++ b/drivers/net/wireless/marvell/mwifiex/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MWIFIEX | 2 | config MWIFIEX |
2 | tristate "Marvell WiFi-Ex Driver" | 3 | tristate "Marvell WiFi-Ex Driver" |
3 | depends on CFG80211 | 4 | depends on CFG80211 |
diff --git a/drivers/net/wireless/mediatek/Kconfig b/drivers/net/wireless/mediatek/Kconfig index ff5fc8987b0a..02d1120f148f 100644 --- a/drivers/net/wireless/mediatek/Kconfig +++ b/drivers/net/wireless/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_MEDIATEK | 2 | config WLAN_VENDOR_MEDIATEK |
2 | bool "MediaTek devices" | 3 | bool "MediaTek devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/mediatek/Makefile b/drivers/net/wireless/mediatek/Makefile index 00f945f59b38..806172659bf2 100644 --- a/drivers/net/wireless/mediatek/Makefile +++ b/drivers/net/wireless/mediatek/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MT7601U) += mt7601u/ | 2 | obj-$(CONFIG_MT7601U) += mt7601u/ |
2 | obj-$(CONFIG_MT76_CORE) += mt76/ | 3 | obj-$(CONFIG_MT76_CORE) += mt76/ |
diff --git a/drivers/net/wireless/mediatek/mt76/Kconfig b/drivers/net/wireless/mediatek/mt76/Kconfig index 30e44e4c3c7d..cbc2d8a5d354 100644 --- a/drivers/net/wireless/mediatek/mt76/Kconfig +++ b/drivers/net/wireless/mediatek/mt76/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MT76_CORE | 2 | config MT76_CORE |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/net/wireless/mediatek/mt76/Makefile b/drivers/net/wireless/mediatek/mt76/Makefile index 7beae2354a24..4d03596e891f 100644 --- a/drivers/net/wireless/mediatek/mt76/Makefile +++ b/drivers/net/wireless/mediatek/mt76/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MT76_CORE) += mt76.o | 2 | obj-$(CONFIG_MT76_CORE) += mt76.o |
2 | obj-$(CONFIG_MT76_USB) += mt76-usb.o | 3 | obj-$(CONFIG_MT76_USB) += mt76-usb.o |
3 | obj-$(CONFIG_MT76x02_LIB) += mt76x02-lib.o | 4 | obj-$(CONFIG_MT76x02_LIB) += mt76x02-lib.o |
diff --git a/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig b/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig index 087945c3d8f3..e108bf881ca8 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig +++ b/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MT7603E | 2 | config MT7603E |
2 | tristate "MediaTek MT7603E (PCIe) and MT76x8 WLAN support" | 3 | tristate "MediaTek MT7603E (PCIe) and MT76x8 WLAN support" |
3 | select MT76_CORE | 4 | select MT76_CORE |
diff --git a/drivers/net/wireless/mediatek/mt76/mt7603/Makefile b/drivers/net/wireless/mediatek/mt76/mt7603/Makefile index d95a30421c62..6878e305c24d 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7603/Makefile +++ b/drivers/net/wireless/mediatek/mt76/mt7603/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MT7603E) += mt7603e.o | 2 | obj-$(CONFIG_MT7603E) += mt7603e.o |
2 | 3 | ||
3 | mt7603e-y := \ | 4 | mt7603e-y := \ |
diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/Kconfig b/drivers/net/wireless/mediatek/mt76/mt7615/Kconfig index 3b8aba09bd5e..2ed47b309b6e 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7615/Kconfig +++ b/drivers/net/wireless/mediatek/mt76/mt7615/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MT7615E | 2 | config MT7615E |
2 | tristate "MediaTek MT7615E (PCIe) support" | 3 | tristate "MediaTek MT7615E (PCIe) support" |
3 | select MT76_CORE | 4 | select MT76_CORE |
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig b/drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig index 9a6157db3893..209d8abc49d5 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig +++ b/drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MT76x0_COMMON | 2 | config MT76x0_COMMON |
2 | tristate | 3 | tristate |
3 | select MT76x02_LIB | 4 | select MT76x02_LIB |
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile b/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile index aa22ba954716..8dcfb4cb4fdf 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile +++ b/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MT76x0U) += mt76x0u.o | 2 | obj-$(CONFIG_MT76x0U) += mt76x0u.o |
2 | obj-$(CONFIG_MT76x0E) += mt76x0e.o | 3 | obj-$(CONFIG_MT76x0E) += mt76x0e.o |
3 | obj-$(CONFIG_MT76x0_COMMON) += mt76x0-common.o | 4 | obj-$(CONFIG_MT76x0_COMMON) += mt76x0-common.o |
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig b/drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig index 2b414a0e9088..1f69908f8373 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig +++ b/drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MT76x2_COMMON | 2 | config MT76x2_COMMON |
2 | tristate | 3 | tristate |
3 | select MT76x02_LIB | 4 | select MT76x02_LIB |
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2/Makefile b/drivers/net/wireless/mediatek/mt76/mt76x2/Makefile index 9297b850bbba..7b2b187fbf47 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x2/Makefile +++ b/drivers/net/wireless/mediatek/mt76/mt76x2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MT76x2_COMMON) += mt76x2-common.o | 2 | obj-$(CONFIG_MT76x2_COMMON) += mt76x2-common.o |
2 | obj-$(CONFIG_MT76x2E) += mt76x2e.o | 3 | obj-$(CONFIG_MT76x2E) += mt76x2e.o |
3 | obj-$(CONFIG_MT76x2U) += mt76x2u.o | 4 | obj-$(CONFIG_MT76x2U) += mt76x2u.o |
diff --git a/drivers/net/wireless/mediatek/mt7601u/Kconfig b/drivers/net/wireless/mediatek/mt7601u/Kconfig index f46bed92796b..0b230f303d53 100644 --- a/drivers/net/wireless/mediatek/mt7601u/Kconfig +++ b/drivers/net/wireless/mediatek/mt7601u/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MT7601U | 2 | config MT7601U |
2 | tristate "MediaTek MT7601U (USB) support" | 3 | tristate "MediaTek MT7601U (USB) support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/mediatek/mt7601u/Makefile b/drivers/net/wireless/mediatek/mt7601u/Makefile index 08fc802ead4b..30f2391c782b 100644 --- a/drivers/net/wireless/mediatek/mt7601u/Makefile +++ b/drivers/net/wireless/mediatek/mt7601u/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MT7601U) += mt7601u.o | 2 | obj-$(CONFIG_MT7601U) += mt7601u.o |
2 | 3 | ||
3 | mt7601u-objs = \ | 4 | mt7601u-objs = \ |
diff --git a/drivers/net/wireless/quantenna/Kconfig b/drivers/net/wireless/quantenna/Kconfig index 7628d9c1ea6a..91d78c68561f 100644 --- a/drivers/net/wireless/quantenna/Kconfig +++ b/drivers/net/wireless/quantenna/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_QUANTENNA | 2 | config WLAN_VENDOR_QUANTENNA |
2 | bool "Quantenna wireless cards support" | 3 | bool "Quantenna wireless cards support" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/quantenna/qtnfmac/Kconfig b/drivers/net/wireless/quantenna/qtnfmac/Kconfig index 6cf5202c3666..b4a6df06da54 100644 --- a/drivers/net/wireless/quantenna/qtnfmac/Kconfig +++ b/drivers/net/wireless/quantenna/qtnfmac/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QTNFMAC | 2 | config QTNFMAC |
2 | tristate | 3 | tristate |
3 | depends on QTNFMAC_PCIE | 4 | depends on QTNFMAC_PCIE |
diff --git a/drivers/net/wireless/ralink/Kconfig b/drivers/net/wireless/ralink/Kconfig index 9b79e59ee97b..92eec8fff8fd 100644 --- a/drivers/net/wireless/ralink/Kconfig +++ b/drivers/net/wireless/ralink/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_RALINK | 2 | config WLAN_VENDOR_RALINK |
2 | bool "Ralink devices" | 3 | bool "Ralink devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/ralink/Makefile b/drivers/net/wireless/ralink/Makefile index f84c0a2e4f4d..fd9ae217e9d0 100644 --- a/drivers/net/wireless/ralink/Makefile +++ b/drivers/net/wireless/ralink/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_RT2X00) += rt2x00/ | 2 | obj-$(CONFIG_RT2X00) += rt2x00/ |
diff --git a/drivers/net/wireless/ralink/rt2x00/Kconfig b/drivers/net/wireless/ralink/rt2x00/Kconfig index a1d1cfe214d2..858f8aa3e616 100644 --- a/drivers/net/wireless/ralink/rt2x00/Kconfig +++ b/drivers/net/wireless/ralink/rt2x00/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig RT2X00 | 2 | menuconfig RT2X00 |
2 | tristate "Ralink driver support" | 3 | tristate "Ralink driver support" |
3 | depends on MAC80211 && HAS_DMA | 4 | depends on MAC80211 && HAS_DMA |
diff --git a/drivers/net/wireless/realtek/Kconfig b/drivers/net/wireless/realtek/Kconfig index 9189fd672578..8ea2d8d7e356 100644 --- a/drivers/net/wireless/realtek/Kconfig +++ b/drivers/net/wireless/realtek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_REALTEK | 2 | config WLAN_VENDOR_REALTEK |
2 | bool "Realtek devices" | 3 | bool "Realtek devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/realtek/Makefile b/drivers/net/wireless/realtek/Makefile index 118af9963d61..888b5d594e79 100644 --- a/drivers/net/wireless/realtek/Makefile +++ b/drivers/net/wireless/realtek/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Wireless network device drivers for Realtek units | 3 | # Makefile for the Linux Wireless network device drivers for Realtek units |
3 | # | 4 | # |
diff --git a/drivers/net/wireless/realtek/rtl818x/Kconfig b/drivers/net/wireless/realtek/rtl818x/Kconfig index 1ce1d55f0010..e1aa3fc71e66 100644 --- a/drivers/net/wireless/realtek/rtl818x/Kconfig +++ b/drivers/net/wireless/realtek/rtl818x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RTL818X Wireless LAN device configuration | 3 | # RTL818X Wireless LAN device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/wireless/realtek/rtl818x/Makefile b/drivers/net/wireless/realtek/rtl818x/Makefile index 997569076923..e03afcbf8090 100644 --- a/drivers/net/wireless/realtek/rtl818x/Makefile +++ b/drivers/net/wireless/realtek/rtl818x/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_RTL8180) += rtl8180/ | 2 | obj-$(CONFIG_RTL8180) += rtl8180/ |
2 | obj-$(CONFIG_RTL8187) += rtl8187/ | 3 | obj-$(CONFIG_RTL8187) += rtl8187/ |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/Makefile b/drivers/net/wireless/realtek/rtl818x/rtl8180/Makefile index 5d6b06d3c02c..565a9a114134 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/Makefile +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | rtl818x_pci-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o | 2 | rtl818x_pci-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o |
2 | 3 | ||
3 | obj-$(CONFIG_RTL8180) += rtl818x_pci.o | 4 | obj-$(CONFIG_RTL8180) += rtl818x_pci.o |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/Makefile b/drivers/net/wireless/realtek/rtl818x/rtl8187/Makefile index 95bac73ece7c..0bf64dfb233a 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/Makefile +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | rtl8187-objs := dev.o rtl8225.o leds.o rfkill.o | 2 | rtl8187-objs := dev.o rtl8225.o leds.o rfkill.o |
2 | 3 | ||
3 | obj-$(CONFIG_RTL8187) += rtl8187.o | 4 | obj-$(CONFIG_RTL8187) += rtl8187.o |
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/Kconfig b/drivers/net/wireless/realtek/rtl8xxxu/Kconfig index 8f053c350227..32d151cde618 100644 --- a/drivers/net/wireless/realtek/rtl8xxxu/Kconfig +++ b/drivers/net/wireless/realtek/rtl8xxxu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RTL8XXXU Wireless LAN device configuration | 3 | # RTL8XXXU Wireless LAN device configuration |
3 | # | 4 | # |
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/Makefile b/drivers/net/wireless/realtek/rtl8xxxu/Makefile index 1cf951eb03e2..b278f8697cc0 100644 --- a/drivers/net/wireless/realtek/rtl8xxxu/Makefile +++ b/drivers/net/wireless/realtek/rtl8xxxu/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o | 2 | obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o |
2 | 3 | ||
3 | rtl8xxxu-y := rtl8xxxu_core.o rtl8xxxu_8192e.o rtl8xxxu_8723b.o \ | 4 | rtl8xxxu-y := rtl8xxxu_core.o rtl8xxxu_8192e.o rtl8xxxu_8723b.o \ |
diff --git a/drivers/net/wireless/realtek/rtlwifi/Kconfig b/drivers/net/wireless/realtek/rtlwifi/Kconfig index 73067cac289c..28c247f7f6f8 100644 --- a/drivers/net/wireless/realtek/rtlwifi/Kconfig +++ b/drivers/net/wireless/realtek/rtlwifi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig RTL_CARDS | 2 | menuconfig RTL_CARDS |
2 | tristate "Realtek rtlwifi family of devices" | 3 | tristate "Realtek rtlwifi family of devices" |
3 | depends on MAC80211 && (PCI || USB) | 4 | depends on MAC80211 && (PCI || USB) |
diff --git a/drivers/net/wireless/realtek/rtw88/Kconfig b/drivers/net/wireless/realtek/rtw88/Kconfig index 55b1bf3dd9b6..33bd7ed797ff 100644 --- a/drivers/net/wireless/realtek/rtw88/Kconfig +++ b/drivers/net/wireless/realtek/rtw88/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig RTW88 | 2 | menuconfig RTW88 |
2 | tristate "Realtek 802.11ac wireless chips support" | 3 | tristate "Realtek 802.11ac wireless chips support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/rsi/Kconfig b/drivers/net/wireless/rsi/Kconfig index 976c21866230..ad5d34350cf9 100644 --- a/drivers/net/wireless/rsi/Kconfig +++ b/drivers/net/wireless/rsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_RSI | 2 | config WLAN_VENDOR_RSI |
2 | bool "Redpine Signals Inc devices" | 3 | bool "Redpine Signals Inc devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/st/Kconfig b/drivers/net/wireless/st/Kconfig index ff69a80a9633..441d1b8e7b80 100644 --- a/drivers/net/wireless/st/Kconfig +++ b/drivers/net/wireless/st/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_ST | 2 | config WLAN_VENDOR_ST |
2 | bool "STMicroelectronics devices" | 3 | bool "STMicroelectronics devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/st/Makefile b/drivers/net/wireless/st/Makefile index a60d6350ba46..7fe91b294595 100644 --- a/drivers/net/wireless/st/Makefile +++ b/drivers/net/wireless/st/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CW1200) += cw1200/ | 2 | obj-$(CONFIG_CW1200) += cw1200/ |
diff --git a/drivers/net/wireless/st/cw1200/Kconfig b/drivers/net/wireless/st/cw1200/Kconfig index 0880742eab17..03575e9894bb 100644 --- a/drivers/net/wireless/st/cw1200/Kconfig +++ b/drivers/net/wireless/st/cw1200/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CW1200 | 2 | config CW1200 |
2 | tristate "CW1200 WLAN support" | 3 | tristate "CW1200 WLAN support" |
3 | depends on MAC80211 && CFG80211 | 4 | depends on MAC80211 && CFG80211 |
diff --git a/drivers/net/wireless/ti/Kconfig b/drivers/net/wireless/ti/Kconfig index 366c687445ad..b81f2e41a63a 100644 --- a/drivers/net/wireless/ti/Kconfig +++ b/drivers/net/wireless/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_TI | 2 | config WLAN_VENDOR_TI |
2 | bool "Texas Instrument devices" | 3 | bool "Texas Instrument devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/ti/wl1251/Kconfig b/drivers/net/wireless/ti/wl1251/Kconfig index 7142ccf3a425..7d39f0a4ba5b 100644 --- a/drivers/net/wireless/ti/wl1251/Kconfig +++ b/drivers/net/wireless/ti/wl1251/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WL1251 | 2 | config WL1251 |
2 | tristate "TI wl1251 driver support" | 3 | tristate "TI wl1251 driver support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/ti/wl12xx/Kconfig b/drivers/net/wireless/ti/wl12xx/Kconfig index c2183594655a..e409042ee9a0 100644 --- a/drivers/net/wireless/ti/wl12xx/Kconfig +++ b/drivers/net/wireless/ti/wl12xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WL12XX | 2 | config WL12XX |
2 | tristate "TI wl12xx support" | 3 | tristate "TI wl12xx support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/ti/wl12xx/Makefile b/drivers/net/wireless/ti/wl12xx/Makefile index e6a24056b3c8..9c019a70feea 100644 --- a/drivers/net/wireless/ti/wl12xx/Makefile +++ b/drivers/net/wireless/ti/wl12xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o | 2 | wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o |
2 | 3 | ||
3 | obj-$(CONFIG_WL12XX) += wl12xx.o | 4 | obj-$(CONFIG_WL12XX) += wl12xx.o |
diff --git a/drivers/net/wireless/ti/wl18xx/Kconfig b/drivers/net/wireless/ti/wl18xx/Kconfig index 1cfdb2548821..e29aa2a3ba8a 100644 --- a/drivers/net/wireless/ti/wl18xx/Kconfig +++ b/drivers/net/wireless/ti/wl18xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WL18XX | 2 | config WL18XX |
2 | tristate "TI wl18xx support" | 3 | tristate "TI wl18xx support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/ti/wl18xx/Makefile b/drivers/net/wireless/ti/wl18xx/Makefile index ae2b81735785..aeb42543b0f3 100644 --- a/drivers/net/wireless/ti/wl18xx/Makefile +++ b/drivers/net/wireless/ti/wl18xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o | 2 | wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o |
2 | 3 | ||
3 | obj-$(CONFIG_WL18XX) += wl18xx.o | 4 | obj-$(CONFIG_WL18XX) += wl18xx.o |
diff --git a/drivers/net/wireless/ti/wlcore/Kconfig b/drivers/net/wireless/ti/wlcore/Kconfig index 8a8f1e711384..a9db1288221c 100644 --- a/drivers/net/wireless/ti/wlcore/Kconfig +++ b/drivers/net/wireless/ti/wlcore/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLCORE | 2 | config WLCORE |
2 | tristate "TI wlcore support" | 3 | tristate "TI wlcore support" |
3 | depends on MAC80211 | 4 | depends on MAC80211 |
diff --git a/drivers/net/wireless/zydas/Kconfig b/drivers/net/wireless/zydas/Kconfig index b327f86f05be..78a45cc4c014 100644 --- a/drivers/net/wireless/zydas/Kconfig +++ b/drivers/net/wireless/zydas/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WLAN_VENDOR_ZYDAS | 2 | config WLAN_VENDOR_ZYDAS |
2 | bool "ZyDAS devices" | 3 | bool "ZyDAS devices" |
3 | default y | 4 | default y |
diff --git a/drivers/net/wireless/zydas/Makefile b/drivers/net/wireless/zydas/Makefile index 679fbbf3a6cd..c70003d30a8f 100644 --- a/drivers/net/wireless/zydas/Makefile +++ b/drivers/net/wireless/zydas/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ZD1211RW) += zd1211rw/ | 2 | obj-$(CONFIG_ZD1211RW) += zd1211rw/ |
2 | 3 | ||
3 | obj-$(CONFIG_USB_ZD1201) += zd1201.o | 4 | obj-$(CONFIG_USB_ZD1201) += zd1201.o |
diff --git a/drivers/net/wireless/zydas/zd1211rw/Kconfig b/drivers/net/wireless/zydas/zd1211rw/Kconfig index 95920581860a..0b7f1810f6e2 100644 --- a/drivers/net/wireless/zydas/zd1211rw/Kconfig +++ b/drivers/net/wireless/zydas/zd1211rw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ZD1211RW | 2 | config ZD1211RW |
2 | tristate "ZyDAS ZD1211/ZD1211B USB-wireless support" | 3 | tristate "ZyDAS ZD1211/ZD1211B USB-wireless support" |
3 | depends on USB && MAC80211 | 4 | depends on USB && MAC80211 |
diff --git a/drivers/net/xen-netback/Makefile b/drivers/net/xen-netback/Makefile index d49798a46b51..84e9cbc36359 100644 --- a/drivers/net/xen-netback/Makefile +++ b/drivers/net/xen-netback/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_XEN_NETDEV_BACKEND) := xen-netback.o | 2 | obj-$(CONFIG_XEN_NETDEV_BACKEND) := xen-netback.o |
2 | 3 | ||
3 | xen-netback-y := netback.o xenbus.o interface.o hash.o rx.o | 4 | xen-netback-y := netback.o xenbus.o interface.o hash.o rx.o |
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index b065eb605215..75c65d339018 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Near Field Communication (NFC) devices | 3 | # Near Field Communication (NFC) devices |
3 | # | 4 | # |
diff --git a/drivers/nfc/fdp/Kconfig b/drivers/nfc/fdp/Kconfig index fbccd9dd887d..f575d2aec553 100644 --- a/drivers/nfc/fdp/Kconfig +++ b/drivers/nfc/fdp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_FDP | 2 | config NFC_FDP |
2 | tristate "Intel FDP NFC driver" | 3 | tristate "Intel FDP NFC driver" |
3 | depends on NFC_NCI | 4 | depends on NFC_NCI |
diff --git a/drivers/nfc/fdp/Makefile b/drivers/nfc/fdp/Makefile index e79d51bdeec7..232f64637547 100644 --- a/drivers/nfc/fdp/Makefile +++ b/drivers/nfc/fdp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for FDP NCI based NFC driver | 3 | # Makefile for FDP NCI based NFC driver |
3 | # | 4 | # |
diff --git a/drivers/nfc/microread/Kconfig b/drivers/nfc/microread/Kconfig index 2c6dbc9f6781..07be6d48a644 100644 --- a/drivers/nfc/microread/Kconfig +++ b/drivers/nfc/microread/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_MICROREAD | 2 | config NFC_MICROREAD |
2 | tristate | 3 | tristate |
3 | select CRC_CCITT | 4 | select CRC_CCITT |
diff --git a/drivers/nfc/nfcmrvl/Kconfig b/drivers/nfc/nfcmrvl/Kconfig index 670af76922e0..06f34fb4e0b0 100644 --- a/drivers/nfc/nfcmrvl/Kconfig +++ b/drivers/nfc/nfcmrvl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_MRVL | 2 | config NFC_MRVL |
2 | tristate | 3 | tristate |
3 | help | 4 | help |
diff --git a/drivers/nfc/nxp-nci/Kconfig b/drivers/nfc/nxp-nci/Kconfig index 37b40612520d..12df2c8cc51d 100644 --- a/drivers/nfc/nxp-nci/Kconfig +++ b/drivers/nfc/nxp-nci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_NXP_NCI | 2 | config NFC_NXP_NCI |
2 | tristate "NXP-NCI NFC driver" | 3 | tristate "NXP-NCI NFC driver" |
3 | depends on NFC_NCI | 4 | depends on NFC_NCI |
diff --git a/drivers/nfc/nxp-nci/Makefile b/drivers/nfc/nxp-nci/Makefile index c9ec7869dbd2..3ff713a92e51 100644 --- a/drivers/nfc/nxp-nci/Makefile +++ b/drivers/nfc/nxp-nci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for NXP-NCI NFC driver | 3 | # Makefile for NXP-NCI NFC driver |
3 | # | 4 | # |
diff --git a/drivers/nfc/pn533/Kconfig b/drivers/nfc/pn533/Kconfig index d94122dd30e4..f6d6b345ba0d 100644 --- a/drivers/nfc/pn533/Kconfig +++ b/drivers/nfc/pn533/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_PN533 | 2 | config NFC_PN533 |
2 | tristate | 3 | tristate |
3 | help | 4 | help |
diff --git a/drivers/nfc/pn533/Makefile b/drivers/nfc/pn533/Makefile index 51d24c622fcb..43c25b4f9466 100644 --- a/drivers/nfc/pn533/Makefile +++ b/drivers/nfc/pn533/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for PN533 NFC driver | 3 | # Makefile for PN533 NFC driver |
3 | # | 4 | # |
diff --git a/drivers/nfc/pn544/Kconfig b/drivers/nfc/pn544/Kconfig index 2b8bde39540d..47ef5e3f25ff 100644 --- a/drivers/nfc/pn544/Kconfig +++ b/drivers/nfc/pn544/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_PN544 | 2 | config NFC_PN544 |
2 | tristate | 3 | tristate |
3 | select CRC_CCITT | 4 | select CRC_CCITT |
diff --git a/drivers/nfc/pn544/Makefile b/drivers/nfc/pn544/Makefile index 29fb5a174036..c013fd847da8 100644 --- a/drivers/nfc/pn544/Makefile +++ b/drivers/nfc/pn544/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for PN544 HCI based NFC driver | 3 | # Makefile for PN544 HCI based NFC driver |
3 | # | 4 | # |
diff --git a/drivers/nfc/s3fwrn5/Kconfig b/drivers/nfc/s3fwrn5/Kconfig index 1eef9199486e..c4e86df392a4 100644 --- a/drivers/nfc/s3fwrn5/Kconfig +++ b/drivers/nfc/s3fwrn5/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_S3FWRN5 | 2 | config NFC_S3FWRN5 |
2 | tristate | 3 | tristate |
3 | select CRYPTO | 4 | select CRYPTO |
diff --git a/drivers/nfc/s3fwrn5/Makefile b/drivers/nfc/s3fwrn5/Makefile index ddfa7be7dd05..d0ffa35f50e8 100644 --- a/drivers/nfc/s3fwrn5/Makefile +++ b/drivers/nfc/s3fwrn5/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Samsung S3FWRN5 NFC driver | 3 | # Makefile for Samsung S3FWRN5 NFC driver |
3 | # | 4 | # |
diff --git a/drivers/nfc/st-nci/Kconfig b/drivers/nfc/st-nci/Kconfig index 5c6e21ccb19c..8fe53da46280 100644 --- a/drivers/nfc/st-nci/Kconfig +++ b/drivers/nfc/st-nci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_ST_NCI | 2 | config NFC_ST_NCI |
2 | tristate | 3 | tristate |
3 | ---help--- | 4 | ---help--- |
diff --git a/drivers/nfc/st21nfca/Kconfig b/drivers/nfc/st21nfca/Kconfig index cc3bd5658901..ab20724afe17 100644 --- a/drivers/nfc/st21nfca/Kconfig +++ b/drivers/nfc/st21nfca/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_ST21NFCA | 2 | config NFC_ST21NFCA |
2 | tristate | 3 | tristate |
3 | select CRC_CCITT | 4 | select CRC_CCITT |
diff --git a/drivers/nfc/st21nfca/Makefile b/drivers/nfc/st21nfca/Makefile index ded6489c3eeb..9fc5f0e994d1 100644 --- a/drivers/nfc/st21nfca/Makefile +++ b/drivers/nfc/st21nfca/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ST21NFCA HCI based NFC driver | 3 | # Makefile for ST21NFCA HCI based NFC driver |
3 | # | 4 | # |
diff --git a/drivers/nfc/st95hf/Kconfig b/drivers/nfc/st95hf/Kconfig index 224f266fdcb6..e36f0bcfeba9 100644 --- a/drivers/nfc/st95hf/Kconfig +++ b/drivers/nfc/st95hf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_ST95HF | 2 | config NFC_ST95HF |
2 | tristate "ST95HF NFC Transceiver driver" | 3 | tristate "ST95HF NFC Transceiver driver" |
3 | depends on SPI && NFC_DIGITAL | 4 | depends on SPI && NFC_DIGITAL |
diff --git a/drivers/nfc/st95hf/Makefile b/drivers/nfc/st95hf/Makefile index 00760b38ab7e..699500b66a1a 100644 --- a/drivers/nfc/st95hf/Makefile +++ b/drivers/nfc/st95hf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for STMicroelectronics NFC transceiver ST95HF | 3 | # Makefile for STMicroelectronics NFC transceiver ST95HF |
3 | # | 4 | # |
diff --git a/drivers/ntb/Kconfig b/drivers/ntb/Kconfig index 95944e52fa36..c99eed87382a 100644 --- a/drivers/ntb/Kconfig +++ b/drivers/ntb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig NTB | 2 | menuconfig NTB |
2 | tristate "Non-Transparent Bridge support" | 3 | tristate "Non-Transparent Bridge support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/ntb/Makefile b/drivers/ntb/Makefile index 1921dec1949d..5c64438d5b3f 100644 --- a/drivers/ntb/Makefile +++ b/drivers/ntb/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB) += ntb.o hw/ test/ | 2 | obj-$(CONFIG_NTB) += ntb.o hw/ test/ |
2 | obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o | 3 | obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o |
diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig index e51b581fd102..e77c587060ff 100644 --- a/drivers/ntb/hw/Kconfig +++ b/drivers/ntb/hw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | source "drivers/ntb/hw/amd/Kconfig" | 2 | source "drivers/ntb/hw/amd/Kconfig" |
2 | source "drivers/ntb/hw/idt/Kconfig" | 3 | source "drivers/ntb/hw/idt/Kconfig" |
3 | source "drivers/ntb/hw/intel/Kconfig" | 4 | source "drivers/ntb/hw/intel/Kconfig" |
diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile index 923c442db750..4714d6238845 100644 --- a/drivers/ntb/hw/Makefile +++ b/drivers/ntb/hw/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB_AMD) += amd/ | 2 | obj-$(CONFIG_NTB_AMD) += amd/ |
2 | obj-$(CONFIG_NTB_IDT) += idt/ | 3 | obj-$(CONFIG_NTB_IDT) += idt/ |
3 | obj-$(CONFIG_NTB_INTEL) += intel/ | 4 | obj-$(CONFIG_NTB_INTEL) += intel/ |
diff --git a/drivers/ntb/hw/amd/Kconfig b/drivers/ntb/hw/amd/Kconfig index cfe903cd9514..dd9fb9e5c812 100644 --- a/drivers/ntb/hw/amd/Kconfig +++ b/drivers/ntb/hw/amd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NTB_AMD | 2 | config NTB_AMD |
2 | tristate "AMD Non-Transparent Bridge support" | 3 | tristate "AMD Non-Transparent Bridge support" |
3 | depends on X86_64 | 4 | depends on X86_64 |
diff --git a/drivers/ntb/hw/amd/Makefile b/drivers/ntb/hw/amd/Makefile index ad54da917563..7c23b4a7f3c2 100644 --- a/drivers/ntb/hw/amd/Makefile +++ b/drivers/ntb/hw/amd/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB_AMD) += ntb_hw_amd.o | 2 | obj-$(CONFIG_NTB_AMD) += ntb_hw_amd.o |
diff --git a/drivers/ntb/hw/idt/Kconfig b/drivers/ntb/hw/idt/Kconfig index f8948cf515ce..bfc7cac94102 100644 --- a/drivers/ntb/hw/idt/Kconfig +++ b/drivers/ntb/hw/idt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NTB_IDT | 2 | config NTB_IDT |
2 | tristate "IDT PCIe-switch Non-Transparent Bridge support" | 3 | tristate "IDT PCIe-switch Non-Transparent Bridge support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/ntb/hw/idt/Makefile b/drivers/ntb/hw/idt/Makefile index a102cf154be0..f75e9d65c8a2 100644 --- a/drivers/ntb/hw/idt/Makefile +++ b/drivers/ntb/hw/idt/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB_IDT) += ntb_hw_idt.o | 2 | obj-$(CONFIG_NTB_IDT) += ntb_hw_idt.o |
diff --git a/drivers/ntb/hw/intel/Kconfig b/drivers/ntb/hw/intel/Kconfig index 91f995e33ac6..ed4d6dd57018 100644 --- a/drivers/ntb/hw/intel/Kconfig +++ b/drivers/ntb/hw/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NTB_INTEL | 2 | config NTB_INTEL |
2 | tristate "Intel Non-Transparent Bridge support" | 3 | tristate "Intel Non-Transparent Bridge support" |
3 | depends on X86_64 | 4 | depends on X86_64 |
diff --git a/drivers/ntb/hw/intel/Makefile b/drivers/ntb/hw/intel/Makefile index 4ff22af967c6..60ec8a773eea 100644 --- a/drivers/ntb/hw/intel/Makefile +++ b/drivers/ntb/hw/intel/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB_INTEL) += ntb_hw_intel.o | 2 | obj-$(CONFIG_NTB_INTEL) += ntb_hw_intel.o |
2 | ntb_hw_intel-y := ntb_hw_gen1.o ntb_hw_gen3.o | 3 | ntb_hw_intel-y := ntb_hw_gen1.o ntb_hw_gen3.o |
diff --git a/drivers/ntb/hw/mscc/Kconfig b/drivers/ntb/hw/mscc/Kconfig index 013ed6716438..ea63bd829da2 100644 --- a/drivers/ntb/hw/mscc/Kconfig +++ b/drivers/ntb/hw/mscc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NTB_SWITCHTEC | 2 | config NTB_SWITCHTEC |
2 | tristate "MicroSemi Switchtec Non-Transparent Bridge Support" | 3 | tristate "MicroSemi Switchtec Non-Transparent Bridge Support" |
3 | select PCI_SW_SWITCHTEC | 4 | select PCI_SW_SWITCHTEC |
diff --git a/drivers/ntb/hw/mscc/Makefile b/drivers/ntb/hw/mscc/Makefile index 064686ead1ba..756a75abee52 100644 --- a/drivers/ntb/hw/mscc/Makefile +++ b/drivers/ntb/hw/mscc/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB_SWITCHTEC) += ntb_hw_switchtec.o | 2 | obj-$(CONFIG_NTB_SWITCHTEC) += ntb_hw_switchtec.o |
diff --git a/drivers/ntb/test/Kconfig b/drivers/ntb/test/Kconfig index a5d0eda44438..a8db00a7e087 100644 --- a/drivers/ntb/test/Kconfig +++ b/drivers/ntb/test/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NTB_PINGPONG | 2 | config NTB_PINGPONG |
2 | tristate "NTB Ping Pong Test Client" | 3 | tristate "NTB Ping Pong Test Client" |
3 | help | 4 | help |
diff --git a/drivers/ntb/test/Makefile b/drivers/ntb/test/Makefile index 9e77e0b761c2..cbfd67622ef7 100644 --- a/drivers/ntb/test/Makefile +++ b/drivers/ntb/test/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NTB_PINGPONG) += ntb_pingpong.o | 2 | obj-$(CONFIG_NTB_PINGPONG) += ntb_pingpong.o |
2 | obj-$(CONFIG_NTB_TOOL) += ntb_tool.o | 3 | obj-$(CONFIG_NTB_TOOL) += ntb_tool.o |
3 | obj-$(CONFIG_NTB_PERF) += ntb_perf.o | 4 | obj-$(CONFIG_NTB_PERF) += ntb_perf.o |
diff --git a/drivers/nubus/Makefile b/drivers/nubus/Makefile index 6d063cde39d1..0f03032d2c01 100644 --- a/drivers/nubus/Makefile +++ b/drivers/nubus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the nubus specific drivers. | 3 | # Makefile for the nubus specific drivers. |
3 | # | 4 | # |
diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig index 5e27918e4624..54500798f23a 100644 --- a/drivers/nvdimm/Kconfig +++ b/drivers/nvdimm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig LIBNVDIMM | 2 | menuconfig LIBNVDIMM |
2 | tristate "NVDIMM (Non-Volatile Memory Device) Support" | 3 | tristate "NVDIMM (Non-Volatile Memory Device) Support" |
3 | depends on PHYS_ADDR_T_64BIT | 4 | depends on PHYS_ADDR_T_64BIT |
diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index 04008e0bbe81..87ae409a32b9 100644 --- a/drivers/nvme/Kconfig +++ b/drivers/nvme/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "NVME Support" | 2 | menu "NVME Support" |
2 | 3 | ||
3 | source "drivers/nvme/host/Kconfig" | 4 | source "drivers/nvme/host/Kconfig" |
diff --git a/drivers/nvme/Makefile b/drivers/nvme/Makefile index 0096a7fd1431..fb42c44609a8 100644 --- a/drivers/nvme/Makefile +++ b/drivers/nvme/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | obj-y += host/ | 3 | obj-y += host/ |
3 | obj-y += target/ | 4 | obj-y += target/ |
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index 0f345e207675..ec43ac9199e2 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NVME_CORE | 2 | config NVME_CORE |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/drivers/nvme/target/Kconfig b/drivers/nvme/target/Kconfig index 3ef0a4e5eed6..d7f48c0fb311 100644 --- a/drivers/nvme/target/Kconfig +++ b/drivers/nvme/target/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config NVME_TARGET | 3 | config NVME_TARGET |
3 | tristate "NVMe Target support" | 4 | tristate "NVMe Target support" |
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig index 6b2c4254c2fb..afa4335e0a20 100644 --- a/drivers/nvmem/Kconfig +++ b/drivers/nvmem/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig NVMEM | 2 | menuconfig NVMEM |
2 | bool "NVMEM Support" | 3 | bool "NVMEM Support" |
3 | help | 4 | help |
diff --git a/drivers/opp/Kconfig b/drivers/opp/Kconfig index a7fbb93f302c..fe54d349d2e1 100644 --- a/drivers/opp/Kconfig +++ b/drivers/opp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PM_OPP | 2 | config PM_OPP |
2 | bool | 3 | bool |
3 | select SRCU | 4 | select SRCU |
diff --git a/drivers/opp/Makefile b/drivers/opp/Makefile index 6ce6aefacc81..f65ed5985bb4 100644 --- a/drivers/opp/Makefile +++ b/drivers/opp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG | 2 | ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG |
2 | obj-y += core.o cpu.o | 3 | obj-y += core.o cpu.o |
3 | obj-$(CONFIG_OF) += of.o | 4 | obj-$(CONFIG_OF) += of.o |
diff --git a/drivers/parisc/Kconfig b/drivers/parisc/Kconfig index 74e119adca01..9eb2c1b5de7d 100644 --- a/drivers/parisc/Kconfig +++ b/drivers/parisc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)" | 2 | menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)" |
2 | 3 | ||
3 | config GSC | 4 | config GSC |
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index a97f4eada60b..24189c3399e0 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # For a description of the syntax of this configuration file, | 3 | # For a description of the syntax of this configuration file, |
3 | # see Documentation/kbuild/kconfig-language.txt. | 4 | # see Documentation/kbuild/kconfig-language.txt. |
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index fab92ba8e566..e004d8da03dc 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PCCARD (PCMCIA/CardBus) bus subsystem configuration | 3 | # PCCARD (PCMCIA/CardBus) bus subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig index a94e586a58b2..e4221a107dca 100644 --- a/drivers/perf/Kconfig +++ b/drivers/perf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Performance Monitor Drivers | 3 | # Performance Monitor Drivers |
3 | # | 4 | # |
diff --git a/drivers/perf/hisilicon/Makefile b/drivers/perf/hisilicon/Makefile index 2621d51ae87a..c3a96ec2bf66 100644 --- a/drivers/perf/hisilicon/Makefile +++ b/drivers/perf/hisilicon/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HISI_PMU) += hisi_uncore_pmu.o hisi_uncore_l3c_pmu.o hisi_uncore_hha_pmu.o hisi_uncore_ddrc_pmu.o | 2 | obj-$(CONFIG_HISI_PMU) += hisi_uncore_pmu.o hisi_uncore_l3c_pmu.o hisi_uncore_hha_pmu.o hisi_uncore_ddrc_pmu.o |
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 250abe290ca1..0263db2ac874 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PHY | 3 | # PHY |
3 | # | 4 | # |
diff --git a/drivers/phy/allwinner/Kconfig b/drivers/phy/allwinner/Kconfig index 53772d35b36e..215425296c77 100644 --- a/drivers/phy/allwinner/Kconfig +++ b/drivers/phy/allwinner/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Allwinner platforms | 3 | # Phy drivers for Allwinner platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/allwinner/Makefile b/drivers/phy/allwinner/Makefile index 7d0053efbfaa..799a65c0b58d 100644 --- a/drivers/phy/allwinner/Makefile +++ b/drivers/phy/allwinner/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o | 2 | obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o |
2 | obj-$(CONFIG_PHY_SUN6I_MIPI_DPHY) += phy-sun6i-mipi-dphy.o | 3 | obj-$(CONFIG_PHY_SUN6I_MIPI_DPHY) += phy-sun6i-mipi-dphy.o |
3 | obj-$(CONFIG_PHY_SUN9I_USB) += phy-sun9i-usb.o | 4 | obj-$(CONFIG_PHY_SUN9I_USB) += phy-sun9i-usb.o |
diff --git a/drivers/phy/amlogic/Kconfig b/drivers/phy/amlogic/Kconfig index 4c08c1ccdd04..af774ac2b934 100644 --- a/drivers/phy/amlogic/Kconfig +++ b/drivers/phy/amlogic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Amlogic platforms | 3 | # Phy drivers for Amlogic platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/amlogic/Makefile b/drivers/phy/amlogic/Makefile index fdd008e1b19b..11d1c42ac2be 100644 --- a/drivers/phy/amlogic/Makefile +++ b/drivers/phy/amlogic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o | 2 | obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o |
2 | obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o | 3 | obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o |
3 | obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o | 4 | obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o |
diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig index f30f4819c3bb..d3d983c128ea 100644 --- a/drivers/phy/broadcom/Kconfig +++ b/drivers/phy/broadcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Broadcom platforms | 3 | # Phy drivers for Broadcom platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/cadence/Kconfig b/drivers/phy/cadence/Kconfig index 31f18b67dd7c..b2db916db64b 100644 --- a/drivers/phy/cadence/Kconfig +++ b/drivers/phy/cadence/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Cadence PHYs | 3 | # Phy drivers for Cadence PHYs |
3 | # | 4 | # |
diff --git a/drivers/phy/cadence/Makefile b/drivers/phy/cadence/Makefile index 2f9e3457b954..8f89560f1711 100644 --- a/drivers/phy/cadence/Makefile +++ b/drivers/phy/cadence/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_CADENCE_DP) += phy-cadence-dp.o | 2 | obj-$(CONFIG_PHY_CADENCE_DP) += phy-cadence-dp.o |
2 | obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o | 3 | obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o |
3 | obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o | 4 | obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o |
diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig index 832670b4952b..f435d6406943 100644 --- a/drivers/phy/freescale/Kconfig +++ b/drivers/phy/freescale/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PHY_FSL_IMX8MQ_USB | 2 | config PHY_FSL_IMX8MQ_USB |
2 | tristate "Freescale i.MX8M USB3 PHY" | 3 | tristate "Freescale i.MX8M USB3 PHY" |
3 | depends on OF && HAS_IOMEM | 4 | depends on OF && HAS_IOMEM |
diff --git a/drivers/phy/freescale/Makefile b/drivers/phy/freescale/Makefile index dc2b3f1f2f80..a459a44f6ecd 100644 --- a/drivers/phy/freescale/Makefile +++ b/drivers/phy/freescale/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o | 2 | obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o |
diff --git a/drivers/phy/hisilicon/Kconfig b/drivers/phy/hisilicon/Kconfig index 3c142f08987c..534e393a09b3 100644 --- a/drivers/phy/hisilicon/Kconfig +++ b/drivers/phy/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Hisilicon platforms | 3 | # Phy drivers for Hisilicon platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/hisilicon/Makefile b/drivers/phy/hisilicon/Makefile index 75ba64e2faf8..92e874ae9c74 100644 --- a/drivers/phy/hisilicon/Makefile +++ b/drivers/phy/hisilicon/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_HI6220_USB) += phy-hi6220-usb.o | 2 | obj-$(CONFIG_PHY_HI6220_USB) += phy-hi6220-usb.o |
2 | obj-$(CONFIG_PHY_HI3660_USB) += phy-hi3660-usb3.o | 3 | obj-$(CONFIG_PHY_HI3660_USB) += phy-hi3660-usb3.o |
3 | obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o | 4 | obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o |
diff --git a/drivers/phy/lantiq/Kconfig b/drivers/phy/lantiq/Kconfig index 326d88a6417d..eb66c857ce25 100644 --- a/drivers/phy/lantiq/Kconfig +++ b/drivers/phy/lantiq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Lantiq / Intel platforms | 3 | # Phy drivers for Lantiq / Intel platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/lantiq/Makefile b/drivers/phy/lantiq/Makefile index f73eb56a5416..540049039092 100644 --- a/drivers/phy/lantiq/Makefile +++ b/drivers/phy/lantiq/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_LANTIQ_RCU_USB2) += phy-lantiq-rcu-usb2.o | 2 | obj-$(CONFIG_PHY_LANTIQ_RCU_USB2) += phy-lantiq-rcu-usb2.o |
diff --git a/drivers/phy/marvell/Kconfig b/drivers/phy/marvell/Kconfig index 9ba872325dad..0e1642419c0b 100644 --- a/drivers/phy/marvell/Kconfig +++ b/drivers/phy/marvell/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Marvell platforms | 3 | # Phy drivers for Marvell platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/mediatek/Kconfig b/drivers/phy/mediatek/Kconfig index b5a89dbd3fe7..376f5d189da0 100644 --- a/drivers/phy/mediatek/Kconfig +++ b/drivers/phy/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Mediatek devices | 3 | # Phy drivers for Mediatek devices |
3 | # | 4 | # |
diff --git a/drivers/phy/motorola/Kconfig b/drivers/phy/motorola/Kconfig index 718f8729701d..4b5e605a3daa 100644 --- a/drivers/phy/motorola/Kconfig +++ b/drivers/phy/motorola/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Motorola devices | 3 | # Phy drivers for Motorola devices |
3 | # | 4 | # |
diff --git a/drivers/phy/motorola/Makefile b/drivers/phy/motorola/Makefile index 3514f985b355..7c791cbb66a4 100644 --- a/drivers/phy/motorola/Makefile +++ b/drivers/phy/motorola/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the phy drivers. | 3 | # Makefile for the phy drivers. |
3 | # | 4 | # |
diff --git a/drivers/phy/mscc/Kconfig b/drivers/phy/mscc/Kconfig index 2e2a466efd66..83be16d39727 100644 --- a/drivers/phy/mscc/Kconfig +++ b/drivers/phy/mscc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Microsemi devices | 3 | # Phy drivers for Microsemi devices |
3 | # | 4 | # |
diff --git a/drivers/phy/mscc/Makefile b/drivers/phy/mscc/Makefile index e14749170fc9..7bec61adbfb1 100644 --- a/drivers/phy/mscc/Makefile +++ b/drivers/phy/mscc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Microsemi phy drivers. | 3 | # Makefile for the Microsemi phy drivers. |
3 | # | 4 | # |
diff --git a/drivers/phy/qualcomm/Kconfig b/drivers/phy/qualcomm/Kconfig index 32f7d34eb784..eb49864a6bad 100644 --- a/drivers/phy/qualcomm/Kconfig +++ b/drivers/phy/qualcomm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Qualcomm and Atheros platforms | 3 | # Phy drivers for Qualcomm and Atheros platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/ralink/Kconfig b/drivers/phy/ralink/Kconfig index 14fd219535ef..da982c9cffb3 100644 --- a/drivers/phy/ralink/Kconfig +++ b/drivers/phy/ralink/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PHY drivers for Ralink platforms. | 3 | # PHY drivers for Ralink platforms. |
3 | # | 4 | # |
diff --git a/drivers/phy/ralink/Makefile b/drivers/phy/ralink/Makefile index 5c9e326e8757..d8d3ffcf0a15 100644 --- a/drivers/phy/ralink/Makefile +++ b/drivers/phy/ralink/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_RALINK_USB) += phy-ralink-usb.o | 2 | obj-$(CONFIG_PHY_RALINK_USB) += phy-ralink-usb.o |
diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig index 990204a46eb6..c454c90cd99e 100644 --- a/drivers/phy/rockchip/Kconfig +++ b/drivers/phy/rockchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Rockchip platforms | 3 | # Phy drivers for Rockchip platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig index 2a5d33cb0e7e..290a6c70f570 100644 --- a/drivers/phy/samsung/Kconfig +++ b/drivers/phy/samsung/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for Samsung platforms | 3 | # Phy drivers for Samsung platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/socionext/Kconfig b/drivers/phy/socionext/Kconfig index 9c85231a6dbc..8c9d7c37536a 100644 --- a/drivers/phy/socionext/Kconfig +++ b/drivers/phy/socionext/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PHY drivers for Socionext platforms. | 3 | # PHY drivers for Socionext platforms. |
3 | # | 4 | # |
diff --git a/drivers/phy/st/Kconfig b/drivers/phy/st/Kconfig index 609719bdfa50..b32f44ff9033 100644 --- a/drivers/phy/st/Kconfig +++ b/drivers/phy/st/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for STMicro platforms | 3 | # Phy drivers for STMicro platforms |
3 | # | 4 | # |
diff --git a/drivers/phy/st/Makefile b/drivers/phy/st/Makefile index c0091ad1fd48..c862dd937b64 100644 --- a/drivers/phy/st/Makefile +++ b/drivers/phy/st/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_MIPHY28LP) += phy-miphy28lp.o | 2 | obj-$(CONFIG_PHY_MIPHY28LP) += phy-miphy28lp.o |
2 | obj-$(CONFIG_PHY_ST_SPEAR1310_MIPHY) += phy-spear1310-miphy.o | 3 | obj-$(CONFIG_PHY_ST_SPEAR1310_MIPHY) += phy-spear1310-miphy.o |
3 | obj-$(CONFIG_PHY_ST_SPEAR1340_MIPHY) += phy-spear1340-miphy.o | 4 | obj-$(CONFIG_PHY_ST_SPEAR1340_MIPHY) += phy-spear1340-miphy.o |
diff --git a/drivers/phy/tegra/Kconfig b/drivers/phy/tegra/Kconfig index a3b1de953fb7..e516967d695b 100644 --- a/drivers/phy/tegra/Kconfig +++ b/drivers/phy/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PHY_TEGRA_XUSB | 2 | config PHY_TEGRA_XUSB |
2 | tristate "NVIDIA Tegra XUSB pad controller driver" | 3 | tristate "NVIDIA Tegra XUSB pad controller driver" |
3 | depends on ARCH_TEGRA | 4 | depends on ARCH_TEGRA |
diff --git a/drivers/phy/tegra/Makefile b/drivers/phy/tegra/Makefile index a93cd9a499b2..64ccaeacb631 100644 --- a/drivers/phy/tegra/Makefile +++ b/drivers/phy/tegra/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PHY_TEGRA_XUSB) += phy-tegra-xusb.o | 2 | obj-$(CONFIG_PHY_TEGRA_XUSB) += phy-tegra-xusb.o |
2 | 3 | ||
3 | phy-tegra-xusb-y += xusb.o | 4 | phy-tegra-xusb-y += xusb.o |
diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig index 781514efded3..c3fa1840f8de 100644 --- a/drivers/phy/ti/Kconfig +++ b/drivers/phy/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phy drivers for TI platforms | 3 | # Phy drivers for TI platforms |
3 | # | 4 | # |
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index ea798548b012..0522c2224147 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PINCTRL infrastructure and drivers | 3 | # PINCTRL infrastructure and drivers |
3 | # | 4 | # |
diff --git a/drivers/pinctrl/actions/Kconfig b/drivers/pinctrl/actions/Kconfig index c7ed1d481802..966f1c2c89d6 100644 --- a/drivers/pinctrl/actions/Kconfig +++ b/drivers/pinctrl/actions/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_OWL | 2 | config PINCTRL_OWL |
2 | bool "Actions Semi OWL pinctrl driver" | 3 | bool "Actions Semi OWL pinctrl driver" |
3 | depends on (ARCH_ACTIONS || COMPILE_TEST) && OF | 4 | depends on (ARCH_ACTIONS || COMPILE_TEST) && OF |
diff --git a/drivers/pinctrl/actions/Makefile b/drivers/pinctrl/actions/Makefile index 86521ed837dd..61aa9107a43a 100644 --- a/drivers/pinctrl/actions/Makefile +++ b/drivers/pinctrl/actions/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PINCTRL_OWL) += pinctrl-owl.o | 2 | obj-$(CONFIG_PINCTRL_OWL) += pinctrl-owl.o |
2 | obj-$(CONFIG_PINCTRL_S700) += pinctrl-s700.o | 3 | obj-$(CONFIG_PINCTRL_S700) += pinctrl-s700.o |
3 | obj-$(CONFIG_PINCTRL_S900) += pinctrl-s900.o | 4 | obj-$(CONFIG_PINCTRL_S900) += pinctrl-s900.o |
diff --git a/drivers/pinctrl/aspeed/Kconfig b/drivers/pinctrl/aspeed/Kconfig index 998eabef3a65..4cf54172f8fb 100644 --- a/drivers/pinctrl/aspeed/Kconfig +++ b/drivers/pinctrl/aspeed/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_ASPEED | 2 | config PINCTRL_ASPEED |
2 | bool | 3 | bool |
3 | depends on (ARCH_ASPEED || COMPILE_TEST) && OF | 4 | depends on (ARCH_ASPEED || COMPILE_TEST) && OF |
diff --git a/drivers/pinctrl/aspeed/Makefile b/drivers/pinctrl/aspeed/Makefile index 790b406aae19..068729bf4f86 100644 --- a/drivers/pinctrl/aspeed/Makefile +++ b/drivers/pinctrl/aspeed/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Aspeed pinctrl support | 2 | # Aspeed pinctrl support |
2 | 3 | ||
3 | ccflags-y += $(call cc-option,-Woverride-init) | 4 | ccflags-y += $(call cc-option,-Woverride-init) |
diff --git a/drivers/pinctrl/bcm/Kconfig b/drivers/pinctrl/bcm/Kconfig index c8575399d6f7..97284c3f9e83 100644 --- a/drivers/pinctrl/bcm/Kconfig +++ b/drivers/pinctrl/bcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Broadcom pinctrl drivers | 3 | # Broadcom pinctrl drivers |
3 | # | 4 | # |
diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig index 0dd60278e973..9b1644d1d4ea 100644 --- a/drivers/pinctrl/berlin/Kconfig +++ b/drivers/pinctrl/berlin/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if (ARCH_BERLIN || COMPILE_TEST) | 2 | if (ARCH_BERLIN || COMPILE_TEST) |
2 | 3 | ||
3 | config PINCTRL_BERLIN | 4 | config PINCTRL_BERLIN |
diff --git a/drivers/pinctrl/berlin/Makefile b/drivers/pinctrl/berlin/Makefile index 00c53ca3676d..7b4aa5444a4a 100644 --- a/drivers/pinctrl/berlin/Makefile +++ b/drivers/pinctrl/berlin/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += berlin.o | 2 | obj-y += berlin.o |
2 | obj-$(CONFIG_PINCTRL_BERLIN_BG2) += berlin-bg2.o | 3 | obj-$(CONFIG_PINCTRL_BERLIN_BG2) += berlin-bg2.o |
3 | obj-$(CONFIG_PINCTRL_BERLIN_BG2CD) += berlin-bg2cd.o | 4 | obj-$(CONFIG_PINCTRL_BERLIN_BG2CD) += berlin-bg2cd.o |
diff --git a/drivers/pinctrl/cirrus/Kconfig b/drivers/pinctrl/cirrus/Kconfig index 74af07e25174..e546a6b75b4d 100644 --- a/drivers/pinctrl/cirrus/Kconfig +++ b/drivers/pinctrl/cirrus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_LOCHNAGAR | 2 | config PINCTRL_LOCHNAGAR |
2 | tristate "Cirrus Logic Lochnagar pinctrl driver" | 3 | tristate "Cirrus Logic Lochnagar pinctrl driver" |
3 | depends on MFD_LOCHNAGAR | 4 | depends on MFD_LOCHNAGAR |
diff --git a/drivers/pinctrl/cirrus/Makefile b/drivers/pinctrl/cirrus/Makefile index 20baebf438f6..0c5deb62153e 100644 --- a/drivers/pinctrl/cirrus/Makefile +++ b/drivers/pinctrl/cirrus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Cirrus Logic pinctrl drivers | 2 | # Cirrus Logic pinctrl drivers |
2 | obj-$(CONFIG_PINCTRL_LOCHNAGAR) += pinctrl-lochnagar.o | 3 | obj-$(CONFIG_PINCTRL_LOCHNAGAR) += pinctrl-lochnagar.o |
3 | 4 | ||
diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig index 0d8387851b87..aeab0d9af23e 100644 --- a/drivers/pinctrl/freescale/Kconfig +++ b/drivers/pinctrl/freescale/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_IMX | 2 | config PINCTRL_IMX |
2 | bool | 3 | bool |
3 | select GENERIC_PINCTRL_GROUPS | 4 | select GENERIC_PINCTRL_GROUPS |
diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig index 26ed5dca1460..701f9af63f5e 100644 --- a/drivers/pinctrl/mediatek/Kconfig +++ b/drivers/pinctrl/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "MediaTek pinctrl drivers" | 2 | menu "MediaTek pinctrl drivers" |
2 | depends on ARCH_MEDIATEK || COMPILE_TEST | 3 | depends on ARCH_MEDIATEK || COMPILE_TEST |
3 | 4 | ||
diff --git a/drivers/pinctrl/meson/Kconfig b/drivers/pinctrl/meson/Kconfig index 9ab537eb78a3..df55f617aa98 100644 --- a/drivers/pinctrl/meson/Kconfig +++ b/drivers/pinctrl/meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig PINCTRL_MESON | 2 | menuconfig PINCTRL_MESON |
2 | bool "Amlogic SoC pinctrl drivers" | 3 | bool "Amlogic SoC pinctrl drivers" |
3 | depends on ARCH_MESON | 4 | depends on ARCH_MESON |
diff --git a/drivers/pinctrl/meson/Makefile b/drivers/pinctrl/meson/Makefile index cf283f48f9d8..a69c565f2f13 100644 --- a/drivers/pinctrl/meson/Makefile +++ b/drivers/pinctrl/meson/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PINCTRL_MESON) += pinctrl-meson.o | 2 | obj-$(CONFIG_PINCTRL_MESON) += pinctrl-meson.o |
2 | obj-$(CONFIG_PINCTRL_MESON8_PMX) += pinctrl-meson8-pmx.o | 3 | obj-$(CONFIG_PINCTRL_MESON8_PMX) += pinctrl-meson8-pmx.o |
3 | obj-$(CONFIG_PINCTRL_MESON8) += pinctrl-meson8.o | 4 | obj-$(CONFIG_PINCTRL_MESON8) += pinctrl-meson8.o |
diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig index d9773b77ff9f..d69c25798871 100644 --- a/drivers/pinctrl/mvebu/Kconfig +++ b/drivers/pinctrl/mvebu/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_MVEBU | 2 | config PINCTRL_MVEBU |
2 | bool | 3 | bool |
3 | select PINMUX | 4 | select PINMUX |
diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig index c3efe7d7e91f..d6d849e51c74 100644 --- a/drivers/pinctrl/nomadik/Kconfig +++ b/drivers/pinctrl/nomadik/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_U8500 | 2 | if ARCH_U8500 |
2 | 3 | ||
3 | config PINCTRL_ABX500 | 4 | config PINCTRL_ABX500 |
diff --git a/drivers/pinctrl/nuvoton/Kconfig b/drivers/pinctrl/nuvoton/Kconfig index 6056841a3c32..48ba0469edda 100644 --- a/drivers/pinctrl/nuvoton/Kconfig +++ b/drivers/pinctrl/nuvoton/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_NPCM7XX | 2 | config PINCTRL_NPCM7XX |
2 | bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX" | 3 | bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX" |
3 | depends on (ARCH_NPCM7XX || COMPILE_TEST) && OF | 4 | depends on (ARCH_NPCM7XX || COMPILE_TEST) && OF |
diff --git a/drivers/pinctrl/pxa/Kconfig b/drivers/pinctrl/pxa/Kconfig index c29bdcfa80af..2f4a8670804a 100644 --- a/drivers/pinctrl/pxa/Kconfig +++ b/drivers/pinctrl/pxa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if (ARCH_PXA || COMPILE_TEST) | 2 | if (ARCH_PXA || COMPILE_TEST) |
2 | 3 | ||
3 | config PINCTRL_PXA | 4 | config PINCTRL_PXA |
diff --git a/drivers/pinctrl/pxa/Makefile b/drivers/pinctrl/pxa/Makefile index ca2ade1a177b..f75bcd06ab0b 100644 --- a/drivers/pinctrl/pxa/Makefile +++ b/drivers/pinctrl/pxa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Marvell PXA pin control drivers | 2 | # Marvell PXA pin control drivers |
2 | obj-$(CONFIG_PINCTRL_PXA25X) += pinctrl-pxa2xx.o pinctrl-pxa25x.o | 3 | obj-$(CONFIG_PINCTRL_PXA25X) += pinctrl-pxa2xx.o pinctrl-pxa25x.o |
3 | obj-$(CONFIG_PINCTRL_PXA27X) += pinctrl-pxa2xx.o pinctrl-pxa27x.o | 4 | obj-$(CONFIG_PINCTRL_PXA27X) += pinctrl-pxa2xx.o pinctrl-pxa27x.o |
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 2e66ab72c10b..890d0a3a790b 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if (ARCH_QCOM || COMPILE_TEST) | 2 | if (ARCH_QCOM || COMPILE_TEST) |
2 | 3 | ||
3 | config PINCTRL_MSM | 4 | config PINCTRL_MSM |
diff --git a/drivers/pinctrl/sirf/Makefile b/drivers/pinctrl/sirf/Makefile index fd58e0bacb2a..1ab0742075f6 100644 --- a/drivers/pinctrl/sirf/Makefile +++ b/drivers/pinctrl/sirf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # CSR SiRFsoc pinmux support | 2 | # CSR SiRFsoc pinmux support |
2 | 3 | ||
3 | obj-y += pinctrl-sirf.o | 4 | obj-y += pinctrl-sirf.o |
diff --git a/drivers/pinctrl/spear/Kconfig b/drivers/pinctrl/spear/Kconfig index 9ef18eb958e1..98f5a84cc2c0 100644 --- a/drivers/pinctrl/spear/Kconfig +++ b/drivers/pinctrl/spear/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ST Microelectronics SPEAr PINCTRL drivers | 3 | # ST Microelectronics SPEAr PINCTRL drivers |
3 | # | 4 | # |
diff --git a/drivers/pinctrl/sprd/Kconfig b/drivers/pinctrl/sprd/Kconfig index bc7f3fab22f1..b6c5479b58fb 100644 --- a/drivers/pinctrl/sprd/Kconfig +++ b/drivers/pinctrl/sprd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Spreadtrum pin control drivers | 3 | # Spreadtrum pin control drivers |
3 | # | 4 | # |
diff --git a/drivers/pinctrl/sprd/Makefile b/drivers/pinctrl/sprd/Makefile index b6caa8cbc6dd..3d4989057739 100644 --- a/drivers/pinctrl/sprd/Makefile +++ b/drivers/pinctrl/sprd/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PINCTRL_SPRD) += pinctrl-sprd.o | 2 | obj-$(CONFIG_PINCTRL_SPRD) += pinctrl-sprd.o |
2 | obj-$(CONFIG_PINCTRL_SPRD_SC9860) += pinctrl-sprd-sc9860.o | 3 | obj-$(CONFIG_PINCTRL_SPRD_SC9860) += pinctrl-sprd-sc9860.o |
diff --git a/drivers/pinctrl/stm32/Kconfig b/drivers/pinctrl/stm32/Kconfig index cd3936e3afaa..f36f29113370 100644 --- a/drivers/pinctrl/stm32/Kconfig +++ b/drivers/pinctrl/stm32/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_STM32 || COMPILE_TEST | 2 | if ARCH_STM32 || COMPILE_TEST |
2 | 3 | ||
3 | config PINCTRL_STM32 | 4 | config PINCTRL_STM32 |
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig index 9093a420d310..f7aae200ee15 100644 --- a/drivers/pinctrl/sunxi/Kconfig +++ b/drivers/pinctrl/sunxi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_SUNXI | 2 | if ARCH_SUNXI |
2 | 3 | ||
3 | config PINCTRL_SUNXI | 4 | config PINCTRL_SUNXI |
diff --git a/drivers/pinctrl/tegra/Kconfig b/drivers/pinctrl/tegra/Kconfig index 24e20cc08d5b..5906a856be38 100644 --- a/drivers/pinctrl/tegra/Kconfig +++ b/drivers/pinctrl/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_TEGRA | 2 | config PINCTRL_TEGRA |
2 | bool | 3 | bool |
3 | select PINMUX | 4 | select PINMUX |
diff --git a/drivers/pinctrl/ti/Kconfig b/drivers/pinctrl/ti/Kconfig index 542077069391..d7cf27991c55 100644 --- a/drivers/pinctrl/ti/Kconfig +++ b/drivers/pinctrl/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_TI_IODELAY | 2 | config PINCTRL_TI_IODELAY |
2 | tristate "TI IODelay Module pinconf driver" | 3 | tristate "TI IODelay Module pinconf driver" |
3 | depends on OF && (SOC_DRA7XX || COMPILE_TEST) | 4 | depends on OF && (SOC_DRA7XX || COMPILE_TEST) |
diff --git a/drivers/pinctrl/ti/Makefile b/drivers/pinctrl/ti/Makefile index 913744e8b8fa..0599e414f61a 100644 --- a/drivers/pinctrl/ti/Makefile +++ b/drivers/pinctrl/ti/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PINCTRL_TI_IODELAY) += pinctrl-ti-iodelay.o | 2 | obj-$(CONFIG_PINCTRL_TI_IODELAY) += pinctrl-ti-iodelay.o |
diff --git a/drivers/pinctrl/uniphier/Kconfig b/drivers/pinctrl/uniphier/Kconfig index 9f2a1c666def..c51a4db16040 100644 --- a/drivers/pinctrl/uniphier/Kconfig +++ b/drivers/pinctrl/uniphier/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig PINCTRL_UNIPHIER | 2 | menuconfig PINCTRL_UNIPHIER |
2 | bool "UniPhier SoC pinctrl drivers" | 3 | bool "UniPhier SoC pinctrl drivers" |
3 | depends on ARCH_UNIPHIER || COMPILE_TEST | 4 | depends on ARCH_UNIPHIER || COMPILE_TEST |
diff --git a/drivers/pinctrl/vt8500/Kconfig b/drivers/pinctrl/vt8500/Kconfig index 55724a73d94a..2ca00b54b7a8 100644 --- a/drivers/pinctrl/vt8500/Kconfig +++ b/drivers/pinctrl/vt8500/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # VIA/Wondermedia PINCTRL drivers | 3 | # VIA/Wondermedia PINCTRL drivers |
3 | # | 4 | # |
diff --git a/drivers/pinctrl/zte/Kconfig b/drivers/pinctrl/zte/Kconfig index 0d97352a24ec..4fdc70511034 100644 --- a/drivers/pinctrl/zte/Kconfig +++ b/drivers/pinctrl/zte/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PINCTRL_ZX | 2 | config PINCTRL_ZX |
2 | bool | 3 | bool |
3 | select PINMUX | 4 | select PINMUX |
diff --git a/drivers/pinctrl/zte/Makefile b/drivers/pinctrl/zte/Makefile index c42e651d7a73..2084c7810f96 100644 --- a/drivers/pinctrl/zte/Makefile +++ b/drivers/pinctrl/zte/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PINCTRL_ZX) += pinctrl-zx.o | 2 | obj-$(CONFIG_PINCTRL_ZX) += pinctrl-zx.o |
2 | obj-$(CONFIG_PINCTRL_ZX296718) += pinctrl-zx296718.o | 3 | obj-$(CONFIG_PINCTRL_ZX296718) += pinctrl-zx296718.o |
diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig index d4c2e424a700..0b3a906b3bf5 100644 --- a/drivers/platform/Kconfig +++ b/drivers/platform/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if X86 | 2 | if X86 |
2 | source "drivers/platform/x86/Kconfig" | 3 | source "drivers/platform/x86/Kconfig" |
3 | endif | 4 | endif |
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index 997317d2f2b9..2826f7136f65 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Platform support for Chrome OS hardware (Chromebooks and Chromeboxes) | 3 | # Platform support for Chrome OS hardware (Chromebooks and Chromeboxes) |
3 | # | 4 | # |
diff --git a/drivers/platform/chrome/wilco_ec/Kconfig b/drivers/platform/chrome/wilco_ec/Kconfig index e09e4cebe9b4..fd29cbfd3d5d 100644 --- a/drivers/platform/chrome/wilco_ec/Kconfig +++ b/drivers/platform/chrome/wilco_ec/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WILCO_EC | 2 | config WILCO_EC |
2 | tristate "ChromeOS Wilco Embedded Controller" | 3 | tristate "ChromeOS Wilco Embedded Controller" |
3 | depends on ACPI && X86 && CROS_EC_LPC && CROS_EC_LPC_MEC | 4 | depends on ACPI && X86 && CROS_EC_LPC && CROS_EC_LPC_MEC |
diff --git a/drivers/platform/goldfish/Kconfig b/drivers/platform/goldfish/Kconfig index 74fdfa68d1f2..77b35df3a801 100644 --- a/drivers/platform/goldfish/Kconfig +++ b/drivers/platform/goldfish/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig GOLDFISH | 2 | menuconfig GOLDFISH |
2 | bool "Platform support for Goldfish virtual devices" | 3 | bool "Platform support for Goldfish virtual devices" |
3 | depends on X86_32 || X86_64 || ARM || ARM64 || MIPS | 4 | depends on X86_32 || X86_64 || ARM || ARM64 || MIPS |
diff --git a/drivers/platform/goldfish/Makefile b/drivers/platform/goldfish/Makefile index e0c202df9674..76ba1d571896 100644 --- a/drivers/platform/goldfish/Makefile +++ b/drivers/platform/goldfish/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Goldfish platform specific drivers | 3 | # Makefile for Goldfish platform specific drivers |
3 | # | 4 | # |
diff --git a/drivers/platform/mips/Kconfig b/drivers/platform/mips/Kconfig index b3ae30a4c67b..62ea1934fb6a 100644 --- a/drivers/platform/mips/Kconfig +++ b/drivers/platform/mips/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MIPS Platform Specific Drivers | 3 | # MIPS Platform Specific Drivers |
3 | # | 4 | # |
diff --git a/drivers/platform/mips/Makefile b/drivers/platform/mips/Makefile index 8dfd03924c37..be8146c20dc8 100644 --- a/drivers/platform/mips/Makefile +++ b/drivers/platform/mips/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o | 2 | obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o |
diff --git a/drivers/platform/olpc/Makefile b/drivers/platform/olpc/Makefile index dc8b26bc7209..cee085c6532d 100644 --- a/drivers/platform/olpc/Makefile +++ b/drivers/platform/olpc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # OLPC XO platform-specific drivers | 3 | # OLPC XO platform-specific drivers |
3 | # | 4 | # |
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 85b92a95e4c8..5d5cc6111081 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # X86 Platform Specific Drivers | 3 | # X86 Platform Specific Drivers |
3 | # | 4 | # |
diff --git a/drivers/pnp/Kconfig b/drivers/pnp/Kconfig index 2a37b3fedb8e..39191bebcb28 100644 --- a/drivers/pnp/Kconfig +++ b/drivers/pnp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Plug and Play configuration | 3 | # Plug and Play configuration |
3 | # | 4 | # |
diff --git a/drivers/pnp/isapnp/Kconfig b/drivers/pnp/isapnp/Kconfig index a1af146d2d90..4b58a3dcb52b 100644 --- a/drivers/pnp/isapnp/Kconfig +++ b/drivers/pnp/isapnp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ISA Plug and Play configuration | 3 | # ISA Plug and Play configuration |
3 | # | 4 | # |
diff --git a/drivers/pnp/isapnp/Makefile b/drivers/pnp/isapnp/Makefile index 6e607aa33aa3..a0e0c0aecc7e 100644 --- a/drivers/pnp/isapnp/Makefile +++ b/drivers/pnp/isapnp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernel ISAPNP driver. | 3 | # Makefile for the kernel ISAPNP driver. |
3 | # | 4 | # |
diff --git a/drivers/pnp/pnpacpi/Kconfig b/drivers/pnp/pnpacpi/Kconfig index b04767ce273e..70f733f63f9c 100644 --- a/drivers/pnp/pnpacpi/Kconfig +++ b/drivers/pnp/pnpacpi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Plug and Play ACPI configuration | 3 | # Plug and Play ACPI configuration |
3 | # | 4 | # |
diff --git a/drivers/pnp/pnpacpi/Makefile b/drivers/pnp/pnpacpi/Makefile index 40c93da18252..fb1c7154c963 100644 --- a/drivers/pnp/pnpacpi/Makefile +++ b/drivers/pnp/pnpacpi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernel PNPACPI driver. | 3 | # Makefile for the kernel PNPACPI driver. |
3 | # | 4 | # |
diff --git a/drivers/pnp/pnpbios/Kconfig b/drivers/pnp/pnpbios/Kconfig index a786086b2ec7..7da992b70945 100644 --- a/drivers/pnp/pnpbios/Kconfig +++ b/drivers/pnp/pnpbios/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Plug and Play BIOS configuration | 3 | # Plug and Play BIOS configuration |
3 | # | 4 | # |
diff --git a/drivers/pnp/pnpbios/Makefile b/drivers/pnp/pnpbios/Makefile index 240b0ffb83ca..a91437c56ba4 100644 --- a/drivers/pnp/pnpbios/Makefile +++ b/drivers/pnp/pnpbios/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernel PNPBIOS driver. | 3 | # Makefile for the kernel PNPBIOS driver. |
3 | # | 4 | # |
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 63454b5cac27..ff0350ca3b74 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | source "drivers/power/avs/Kconfig" | 2 | source "drivers/power/avs/Kconfig" |
2 | source "drivers/power/reset/Kconfig" | 3 | source "drivers/power/reset/Kconfig" |
3 | source "drivers/power/supply/Kconfig" | 4 | source "drivers/power/supply/Kconfig" |
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index ff35c712d824..b7c2e372186b 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_POWER_AVS) += avs/ | 2 | obj-$(CONFIG_POWER_AVS) += avs/ |
2 | obj-$(CONFIG_POWER_RESET) += reset/ | 3 | obj-$(CONFIG_POWER_RESET) += reset/ |
3 | obj-$(CONFIG_POWER_SUPPLY) += supply/ | 4 | obj-$(CONFIG_POWER_SUPPLY) += supply/ |
diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig index a67eeace6a89..b5a217b828dc 100644 --- a/drivers/power/avs/Kconfig +++ b/drivers/power/avs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig POWER_AVS | 2 | menuconfig POWER_AVS |
2 | bool "Adaptive Voltage Scaling class support" | 3 | bool "Adaptive Voltage Scaling class support" |
3 | help | 4 | help |
diff --git a/drivers/power/avs/Makefile b/drivers/power/avs/Makefile index ba4c7bc69225..a1b8cd453f19 100644 --- a/drivers/power/avs/Makefile +++ b/drivers/power/avs/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_POWER_AVS_OMAP) += smartreflex.o | 2 | obj-$(CONFIG_POWER_AVS_OMAP) += smartreflex.o |
2 | obj-$(CONFIG_ROCKCHIP_IODOMAIN) += rockchip-io-domain.o | 3 | obj-$(CONFIG_ROCKCHIP_IODOMAIN) += rockchip-io-domain.o |
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index 6533aa560aa1..980951dff834 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig POWER_RESET | 2 | menuconfig POWER_RESET |
2 | bool "Board level reset or power off" | 3 | bool "Board level reset or power off" |
3 | help | 4 | help |
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index 26dacdab03cc..dd7da41f230c 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig POWER_SUPPLY | 2 | menuconfig POWER_SUPPLY |
2 | bool "Power supply class support" | 3 | bool "Power supply class support" |
3 | help | 4 | help |
diff --git a/drivers/powercap/Kconfig b/drivers/powercap/Kconfig index 6ac27e5908f5..42d3798c88f0 100644 --- a/drivers/powercap/Kconfig +++ b/drivers/powercap/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Generic power capping sysfs interface configuration | 3 | # Generic power capping sysfs interface configuration |
3 | # | 4 | # |
diff --git a/drivers/powercap/Makefile b/drivers/powercap/Makefile index 1b328854b36e..81c8ccaba6e7 100644 --- a/drivers/powercap/Makefile +++ b/drivers/powercap/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_POWERCAP) += powercap_sys.o | 2 | obj-$(CONFIG_POWERCAP) += powercap_sys.o |
2 | obj-$(CONFIG_INTEL_RAPL) += intel_rapl.o | 3 | obj-$(CONFIG_INTEL_RAPL) += intel_rapl.o |
3 | obj-$(CONFIG_IDLE_INJECT) += idle_inject.o | 4 | obj-$(CONFIG_IDLE_INJECT) += idle_inject.o |
diff --git a/drivers/pps/Kconfig b/drivers/pps/Kconfig index 965aa086a1e0..afbf5e2b06b7 100644 --- a/drivers/pps/Kconfig +++ b/drivers/pps/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PPS support configuration | 3 | # PPS support configuration |
3 | # | 4 | # |
diff --git a/drivers/pps/Makefile b/drivers/pps/Makefile index 4483eaadaddd..ceaf65cc1f1d 100644 --- a/drivers/pps/Makefile +++ b/drivers/pps/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the PPS core. | 3 | # Makefile for the PPS core. |
3 | # | 4 | # |
diff --git a/drivers/pps/clients/Kconfig b/drivers/pps/clients/Kconfig index 7f02a9b1a1fd..4f3244e17aa1 100644 --- a/drivers/pps/clients/Kconfig +++ b/drivers/pps/clients/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PPS clients configuration | 3 | # PPS clients configuration |
3 | # | 4 | # |
diff --git a/drivers/pps/clients/Makefile b/drivers/pps/clients/Makefile index a461d15f4a2e..7a3807e57832 100644 --- a/drivers/pps/clients/Makefile +++ b/drivers/pps/clients/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for PPS clients. | 3 | # Makefile for PPS clients. |
3 | # | 4 | # |
diff --git a/drivers/pps/generators/Kconfig b/drivers/pps/generators/Kconfig index e4c4f3dc0728..d615e640fcad 100644 --- a/drivers/pps/generators/Kconfig +++ b/drivers/pps/generators/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PPS generators configuration | 3 | # PPS generators configuration |
3 | # | 4 | # |
diff --git a/drivers/pps/generators/Makefile b/drivers/pps/generators/Makefile index 303304a6b8ec..2d56dd0495d5 100644 --- a/drivers/pps/generators/Makefile +++ b/drivers/pps/generators/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for PPS generators. | 3 | # Makefile for PPS generators. |
3 | # | 4 | # |
diff --git a/drivers/ps3/Makefile b/drivers/ps3/Makefile index 50cb1e1b4a12..c4d1f467f81e 100644 --- a/drivers/ps3/Makefile +++ b/drivers/ps3/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_PS3_VUART) += ps3-vuart.o | 2 | obj-$(CONFIG_PS3_VUART) += ps3-vuart.o |
2 | obj-$(CONFIG_PS3_PS3AV) += ps3av_mod.o | 3 | obj-$(CONFIG_PS3_PS3AV) += ps3av_mod.o |
3 | ps3av_mod-y := ps3av.o ps3av_cmd.o | 4 | ps3av_mod-y := ps3av.o ps3av_cmd.o |
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index 7fe18636915a..9b8fee5178e8 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PTP clock support configuration | 3 | # PTP clock support configuration |
3 | # | 4 | # |
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 1311b54089be..dff5a93f7daa 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig PWM | 2 | menuconfig PWM |
2 | bool "Pulse-Width Modulation (PWM) Support" | 3 | bool "Pulse-Width Modulation (PWM) Support" |
3 | help | 4 | help |
diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig index e3d8fe41b50c..fadafc64705f 100644 --- a/drivers/rapidio/Kconfig +++ b/drivers/rapidio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RapidIO configuration | 3 | # RapidIO configuration |
3 | # | 4 | # |
diff --git a/drivers/rapidio/devices/Kconfig b/drivers/rapidio/devices/Kconfig index c4cb0877592b..9a195654b0ca 100644 --- a/drivers/rapidio/devices/Kconfig +++ b/drivers/rapidio/devices/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RapidIO master port configuration | 3 | # RapidIO master port configuration |
3 | # | 4 | # |
diff --git a/drivers/rapidio/devices/Makefile b/drivers/rapidio/devices/Makefile index 927dbf89592b..bf0e2e4d00b9 100644 --- a/drivers/rapidio/devices/Makefile +++ b/drivers/rapidio/devices/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for RapidIO devices | 3 | # Makefile for RapidIO devices |
3 | # | 4 | # |
diff --git a/drivers/rapidio/switches/Kconfig b/drivers/rapidio/switches/Kconfig index 92767fd3b541..c1eb9cb899b1 100644 --- a/drivers/rapidio/switches/Kconfig +++ b/drivers/rapidio/switches/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RapidIO switches configuration | 3 | # RapidIO switches configuration |
3 | # | 4 | # |
diff --git a/drivers/ras/Kconfig b/drivers/ras/Kconfig index b834ff555188..c2a236f2e846 100644 --- a/drivers/ras/Kconfig +++ b/drivers/ras/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig RAS | 2 | menuconfig RAS |
2 | bool "Reliability, Availability and Serviceability (RAS) features" | 3 | bool "Reliability, Availability and Serviceability (RAS) features" |
3 | help | 4 | help |
diff --git a/drivers/ras/Makefile b/drivers/ras/Makefile index 7b26dd3aa5d0..ef6777e14d3d 100644 --- a/drivers/ras/Makefile +++ b/drivers/ras/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_RAS) += ras.o debugfs.o | 2 | obj-$(CONFIG_RAS) += ras.o debugfs.o |
2 | obj-$(CONFIG_RAS_CEC) += cec.o | 3 | obj-$(CONFIG_RAS_CEC) += cec.o |
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 6c37f0df9323..8553bdf87c1d 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig REGULATOR | 2 | menuconfig REGULATOR |
2 | bool "Voltage and Current Regulator Support" | 3 | bool "Voltage and Current Regulator Support" |
3 | help | 4 | help |
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index f0abd2608044..18be41b8aa7e 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Remoteproc drivers" | 2 | menu "Remoteproc drivers" |
2 | 3 | ||
3 | config REMOTEPROC | 4 | config REMOTEPROC |
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 2c8c23db92fb..d506d32385fc 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_HAS_RESET_CONTROLLER | 2 | config ARCH_HAS_RESET_CONTROLLER |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/reset/hisilicon/Kconfig b/drivers/reset/hisilicon/Kconfig index 10134dc03fe0..945ef7a12c36 100644 --- a/drivers/reset/hisilicon/Kconfig +++ b/drivers/reset/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config COMMON_RESET_HI3660 | 2 | config COMMON_RESET_HI3660 |
2 | tristate "Hi3660 Reset Driver" | 3 | tristate "Hi3660 Reset Driver" |
3 | depends on ARCH_HISI || COMPILE_TEST | 4 | depends on ARCH_HISI || COMPILE_TEST |
diff --git a/drivers/reset/hisilicon/Makefile b/drivers/reset/hisilicon/Makefile index ab8a7bfcbd8d..cf86d1308f9c 100644 --- a/drivers/reset/hisilicon/Makefile +++ b/drivers/reset/hisilicon/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_COMMON_RESET_HI6220) += hi6220_reset.o | 2 | obj-$(CONFIG_COMMON_RESET_HI6220) += hi6220_reset.o |
2 | obj-$(CONFIG_COMMON_RESET_HI3660) += reset-hi3660.o | 3 | obj-$(CONFIG_COMMON_RESET_HI3660) += reset-hi3660.o |
diff --git a/drivers/reset/sti/Kconfig b/drivers/reset/sti/Kconfig index 71592b5bfd14..9455e1c7a5aa 100644 --- a/drivers/reset/sti/Kconfig +++ b/drivers/reset/sti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_STI | 2 | if ARCH_STI |
2 | 3 | ||
3 | config STI_RESET_SYSCFG | 4 | config STI_RESET_SYSCFG |
diff --git a/drivers/reset/sti/Makefile b/drivers/reset/sti/Makefile index f9d82411f29e..3eb30f7e8e3d 100644 --- a/drivers/reset/sti/Makefile +++ b/drivers/reset/sti/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_STI_RESET_SYSCFG) += reset-syscfg.o | 2 | obj-$(CONFIG_STI_RESET_SYSCFG) += reset-syscfg.o |
2 | 3 | ||
3 | obj-$(CONFIG_STIH407_RESET) += reset-stih407.o | 4 | obj-$(CONFIG_STIH407_RESET) += reset-stih407.o |
diff --git a/drivers/reset/tegra/Kconfig b/drivers/reset/tegra/Kconfig index d2afa293df7d..e4a9a389e98c 100644 --- a/drivers/reset/tegra/Kconfig +++ b/drivers/reset/tegra/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config RESET_TEGRA_BPMP | 2 | config RESET_TEGRA_BPMP |
2 | def_bool TEGRA_BPMP | 3 | def_bool TEGRA_BPMP |
diff --git a/drivers/reset/tegra/Makefile b/drivers/reset/tegra/Makefile index 775243ab7383..eccba896aa1b 100644 --- a/drivers/reset/tegra/Makefile +++ b/drivers/reset/tegra/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_RESET_TEGRA_BPMP) += reset-bpmp.o | 2 | obj-$(CONFIG_RESET_TEGRA_BPMP) += reset-bpmp.o |
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7b8e156dbf38..5c0790eed656 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RTC class/drivers configuration | 3 | # RTC class/drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/sbus/Makefile b/drivers/sbus/Makefile index e94dc25805f9..5c56763afbcc 100644 --- a/drivers/sbus/Makefile +++ b/drivers/sbus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/drivers/sbus/char/Kconfig b/drivers/sbus/char/Kconfig index 89edd13fd572..cebfbbb643a2 100644 --- a/drivers/sbus/char/Kconfig +++ b/drivers/sbus/char/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menu "Misc Linux/SPARC drivers" | 3 | menu "Misc Linux/SPARC drivers" |
3 | 4 | ||
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d528018e6fa8..61da513fc0ed 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "SCSI device support" | 2 | menu "SCSI device support" |
2 | 3 | ||
3 | config SCSI_MOD | 4 | config SCSI_MOD |
diff --git a/drivers/scsi/aacraid/Makefile b/drivers/scsi/aacraid/Makefile index 3893b95b140b..8f0eec682bb6 100644 --- a/drivers/scsi/aacraid/Makefile +++ b/drivers/scsi/aacraid/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Adaptec aacraid | 2 | # Adaptec aacraid |
2 | 3 | ||
3 | obj-$(CONFIG_SCSI_AACRAID) := aacraid.o | 4 | obj-$(CONFIG_SCSI_AACRAID) := aacraid.o |
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic79xx b/drivers/scsi/aic7xxx/Kconfig.aic79xx index 3b3d599103f8..16743fb9eead 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic79xx +++ b/drivers/scsi/aic7xxx/Kconfig.aic79xx | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # AIC79XX 2.5.X Kernel configuration File. | 3 | # AIC79XX 2.5.X Kernel configuration File. |
3 | # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ | 4 | # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ |
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic7xxx b/drivers/scsi/aic7xxx/Kconfig.aic7xxx index 40fe08a64535..3546b8cc401f 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic7xxx +++ b/drivers/scsi/aic7xxx/Kconfig.aic7xxx | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # AIC7XXX and AIC79XX 2.5.X Kernel configuration File. | 3 | # AIC7XXX and AIC79XX 2.5.X Kernel configuration File. |
3 | # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ | 4 | # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ |
diff --git a/drivers/scsi/arcmsr/Makefile b/drivers/scsi/arcmsr/Makefile index 721aced39168..9051f66cae36 100644 --- a/drivers/scsi/arcmsr/Makefile +++ b/drivers/scsi/arcmsr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # File: drivers/arcmsr/Makefile | 2 | # File: drivers/arcmsr/Makefile |
2 | # Makefile for the ARECA PCI-X PCI-EXPRESS SATA RAID controllers SCSI driver. | 3 | # Makefile for the ARECA PCI-X PCI-EXPRESS SATA RAID controllers SCSI driver. |
3 | 4 | ||
diff --git a/drivers/scsi/arm/Kconfig b/drivers/scsi/arm/Kconfig index cfd172a439c9..f34badc75196 100644 --- a/drivers/scsi/arm/Kconfig +++ b/drivers/scsi/arm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SCSI driver configuration for Acorn | 3 | # SCSI driver configuration for Acorn |
3 | # | 4 | # |
diff --git a/drivers/scsi/be2iscsi/Kconfig b/drivers/scsi/be2iscsi/Kconfig index bad5f32e1f67..958c9b46ec78 100644 --- a/drivers/scsi/be2iscsi/Kconfig +++ b/drivers/scsi/be2iscsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BE2ISCSI | 2 | config BE2ISCSI |
2 | tristate "Emulex 10Gbps iSCSI - BladeEngine 2" | 3 | tristate "Emulex 10Gbps iSCSI - BladeEngine 2" |
3 | depends on PCI && SCSI && NET | 4 | depends on PCI && SCSI && NET |
diff --git a/drivers/scsi/be2iscsi/Makefile b/drivers/scsi/be2iscsi/Makefile index d0488eaafc25..910885343a75 100644 --- a/drivers/scsi/be2iscsi/Makefile +++ b/drivers/scsi/be2iscsi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile to build the iSCSI driver for Emulex OneConnect. | 3 | # Makefile to build the iSCSI driver for Emulex OneConnect. |
3 | # | 4 | # |
diff --git a/drivers/scsi/bnx2fc/Kconfig b/drivers/scsi/bnx2fc/Kconfig index d401a096dfc7..e0ccb48ec961 100644 --- a/drivers/scsi/bnx2fc/Kconfig +++ b/drivers/scsi/bnx2fc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_BNX2X_FCOE | 2 | config SCSI_BNX2X_FCOE |
2 | tristate "QLogic FCoE offload support" | 3 | tristate "QLogic FCoE offload support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/scsi/bnx2fc/Makefile b/drivers/scsi/bnx2fc/Makefile index 141149e8cdad..1d72e279a97d 100644 --- a/drivers/scsi/bnx2fc/Makefile +++ b/drivers/scsi/bnx2fc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SCSI_BNX2X_FCOE) += bnx2fc.o | 2 | obj-$(CONFIG_SCSI_BNX2X_FCOE) += bnx2fc.o |
2 | 3 | ||
3 | bnx2fc-y := bnx2fc_els.o bnx2fc_fcoe.o bnx2fc_hwi.o bnx2fc_io.o bnx2fc_tgt.o \ | 4 | bnx2fc-y := bnx2fc_els.o bnx2fc_fcoe.o bnx2fc_hwi.o bnx2fc_io.o bnx2fc_tgt.o \ |
diff --git a/drivers/scsi/bnx2i/Kconfig b/drivers/scsi/bnx2i/Kconfig index ba30ff86d581..702dc82c9501 100644 --- a/drivers/scsi/bnx2i/Kconfig +++ b/drivers/scsi/bnx2i/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_BNX2_ISCSI | 2 | config SCSI_BNX2_ISCSI |
2 | tristate "QLogic NetXtreme II iSCSI support" | 3 | tristate "QLogic NetXtreme II iSCSI support" |
3 | depends on NET | 4 | depends on NET |
diff --git a/drivers/scsi/bnx2i/Makefile b/drivers/scsi/bnx2i/Makefile index b5802bd2e76a..25378671bb1e 100644 --- a/drivers/scsi/bnx2i/Makefile +++ b/drivers/scsi/bnx2i/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | bnx2i-y := bnx2i_init.o bnx2i_hwi.o bnx2i_iscsi.o bnx2i_sysfs.o | 2 | bnx2i-y := bnx2i_init.o bnx2i_hwi.o bnx2i_iscsi.o bnx2i_sysfs.o |
2 | 3 | ||
3 | obj-$(CONFIG_SCSI_BNX2_ISCSI) += bnx2i.o | 4 | obj-$(CONFIG_SCSI_BNX2_ISCSI) += bnx2i.o |
diff --git a/drivers/scsi/csiostor/Kconfig b/drivers/scsi/csiostor/Kconfig index 7c7e5085968b..c6c03f9e3798 100644 --- a/drivers/scsi/csiostor/Kconfig +++ b/drivers/scsi/csiostor/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_CHELSIO_FCOE | 2 | config SCSI_CHELSIO_FCOE |
2 | tristate "Chelsio Communications FCoE support" | 3 | tristate "Chelsio Communications FCoE support" |
3 | depends on PCI && SCSI | 4 | depends on PCI && SCSI |
diff --git a/drivers/scsi/cxgbi/Kconfig b/drivers/scsi/cxgbi/Kconfig index 17eb5d522f42..75f9428a8a14 100644 --- a/drivers/scsi/cxgbi/Kconfig +++ b/drivers/scsi/cxgbi/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | source "drivers/scsi/cxgbi/cxgb3i/Kconfig" | 2 | source "drivers/scsi/cxgbi/cxgb3i/Kconfig" |
2 | source "drivers/scsi/cxgbi/cxgb4i/Kconfig" | 3 | source "drivers/scsi/cxgbi/cxgb4i/Kconfig" |
diff --git a/drivers/scsi/cxgbi/Makefile b/drivers/scsi/cxgbi/Makefile index f78c9cc460a2..abfd38a26fec 100644 --- a/drivers/scsi/cxgbi/Makefile +++ b/drivers/scsi/cxgbi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb | 2 | ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb |
2 | 3 | ||
3 | obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libcxgbi.o cxgb3i/ | 4 | obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libcxgbi.o cxgb3i/ |
diff --git a/drivers/scsi/cxgbi/cxgb3i/Kconfig b/drivers/scsi/cxgbi/cxgb3i/Kconfig index f68c871b16ca..3e4b644249cb 100644 --- a/drivers/scsi/cxgbi/cxgb3i/Kconfig +++ b/drivers/scsi/cxgbi/cxgb3i/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_CXGB3_ISCSI | 2 | config SCSI_CXGB3_ISCSI |
2 | tristate "Chelsio T3 iSCSI support" | 3 | tristate "Chelsio T3 iSCSI support" |
3 | depends on PCI && INET && (IPV6 || IPV6=n) | 4 | depends on PCI && INET && (IPV6 || IPV6=n) |
diff --git a/drivers/scsi/cxgbi/cxgb4i/Kconfig b/drivers/scsi/cxgbi/cxgb4i/Kconfig index f36b76e8e12c..d1f1baba3285 100644 --- a/drivers/scsi/cxgbi/cxgb4i/Kconfig +++ b/drivers/scsi/cxgbi/cxgb4i/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_CXGB4_ISCSI | 2 | config SCSI_CXGB4_ISCSI |
2 | tristate "Chelsio T4 iSCSI support" | 3 | tristate "Chelsio T4 iSCSI support" |
3 | depends on PCI && INET && (IPV6 || IPV6=n) | 4 | depends on PCI && INET && (IPV6 || IPV6=n) |
diff --git a/drivers/scsi/cxlflash/Kconfig b/drivers/scsi/cxlflash/Kconfig index f1b17e3efb3f..5533bdcb0458 100644 --- a/drivers/scsi/cxlflash/Kconfig +++ b/drivers/scsi/cxlflash/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IBM CXL-attached Flash Accelerator SCSI Driver | 3 | # IBM CXL-attached Flash Accelerator SCSI Driver |
3 | # | 4 | # |
diff --git a/drivers/scsi/cxlflash/Makefile b/drivers/scsi/cxlflash/Makefile index 283377d8f6fb..fd2f0dd9daf9 100644 --- a/drivers/scsi/cxlflash/Makefile +++ b/drivers/scsi/cxlflash/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_CXLFLASH) += cxlflash.o | 2 | obj-$(CONFIG_CXLFLASH) += cxlflash.o |
2 | cxlflash-y += main.o superpipe.o lunmgt.o vlun.o | 3 | cxlflash-y += main.o superpipe.o lunmgt.o vlun.o |
3 | cxlflash-$(CONFIG_CXL) += cxl_hw.o | 4 | cxlflash-$(CONFIG_CXL) += cxl_hw.o |
diff --git a/drivers/scsi/device_handler/Kconfig b/drivers/scsi/device_handler/Kconfig index 0b331c9c0a8f..368eb94c2456 100644 --- a/drivers/scsi/device_handler/Kconfig +++ b/drivers/scsi/device_handler/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SCSI Device Handler configuration | 3 | # SCSI Device Handler configuration |
3 | # | 4 | # |
diff --git a/drivers/scsi/device_handler/Makefile b/drivers/scsi/device_handler/Makefile index 09866c50fbb4..0a603aefd2bb 100644 --- a/drivers/scsi/device_handler/Makefile +++ b/drivers/scsi/device_handler/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SCSI Device Handler | 3 | # SCSI Device Handler |
3 | # | 4 | # |
diff --git a/drivers/scsi/esas2r/Kconfig b/drivers/scsi/esas2r/Kconfig index 78fdbfd9b4b7..19f6d3029658 100644 --- a/drivers/scsi/esas2r/Kconfig +++ b/drivers/scsi/esas2r/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_ESAS2R | 2 | config SCSI_ESAS2R |
2 | tristate "ATTO Technology's ExpressSAS RAID adapter driver" | 3 | tristate "ATTO Technology's ExpressSAS RAID adapter driver" |
3 | depends on PCI && SCSI | 4 | depends on PCI && SCSI |
diff --git a/drivers/scsi/esas2r/Makefile b/drivers/scsi/esas2r/Makefile index c77160b8c8bd..279d9cb3ca69 100644 --- a/drivers/scsi/esas2r/Makefile +++ b/drivers/scsi/esas2r/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SCSI_ESAS2R) += esas2r.o | 2 | obj-$(CONFIG_SCSI_ESAS2R) += esas2r.o |
2 | 3 | ||
3 | esas2r-objs := esas2r_log.o esas2r_disc.o esas2r_flash.o esas2r_init.o \ | 4 | esas2r-objs := esas2r_log.o esas2r_disc.o esas2r_flash.o esas2r_init.o \ |
diff --git a/drivers/scsi/fcoe/Makefile b/drivers/scsi/fcoe/Makefile index aed0f5db3668..1183e80a09e7 100644 --- a/drivers/scsi/fcoe/Makefile +++ b/drivers/scsi/fcoe/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_FCOE) += fcoe.o | 2 | obj-$(CONFIG_FCOE) += fcoe.o |
2 | obj-$(CONFIG_LIBFCOE) += libfcoe.o | 3 | obj-$(CONFIG_LIBFCOE) += libfcoe.o |
3 | 4 | ||
diff --git a/drivers/scsi/hisi_sas/Kconfig b/drivers/scsi/hisi_sas/Kconfig index 57183fce70fb..90a17452a50d 100644 --- a/drivers/scsi/hisi_sas/Kconfig +++ b/drivers/scsi/hisi_sas/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_HISI_SAS | 2 | config SCSI_HISI_SAS |
2 | tristate "HiSilicon SAS" | 3 | tristate "HiSilicon SAS" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/scsi/hisi_sas/Makefile b/drivers/scsi/hisi_sas/Makefile index 24623f228510..742e732cd51d 100644 --- a/drivers/scsi/hisi_sas/Makefile +++ b/drivers/scsi/hisi_sas/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_main.o | 2 | obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_main.o |
2 | obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_v1_hw.o hisi_sas_v2_hw.o | 3 | obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_v1_hw.o hisi_sas_v2_hw.o |
3 | obj-$(CONFIG_SCSI_HISI_SAS_PCI) += hisi_sas_v3_hw.o | 4 | obj-$(CONFIG_SCSI_HISI_SAS_PCI) += hisi_sas_v3_hw.o |
diff --git a/drivers/scsi/ibmvscsi/Makefile b/drivers/scsi/ibmvscsi/Makefile index 3840c64f2966..5eb1cb1a0028 100644 --- a/drivers/scsi/ibmvscsi/Makefile +++ b/drivers/scsi/ibmvscsi/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi.o | 2 | obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi.o |
2 | obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o | 3 | obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o |
diff --git a/drivers/scsi/ibmvscsi_tgt/Makefile b/drivers/scsi/ibmvscsi_tgt/Makefile index 0c060ce64cb0..cc7a8256dcf8 100644 --- a/drivers/scsi/ibmvscsi_tgt/Makefile +++ b/drivers/scsi/ibmvscsi_tgt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvscsis.o | 2 | obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvscsis.o |
2 | 3 | ||
3 | ibmvscsis-y := libsrp.o ibmvscsi_tgt.o | 4 | ibmvscsis-y := libsrp.o ibmvscsi_tgt.o |
diff --git a/drivers/scsi/megaraid/Kconfig.megaraid b/drivers/scsi/megaraid/Kconfig.megaraid index 17419e30ffc8..e630e41dc843 100644 --- a/drivers/scsi/megaraid/Kconfig.megaraid +++ b/drivers/scsi/megaraid/Kconfig.megaraid | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MEGARAID_NEWGEN | 2 | config MEGARAID_NEWGEN |
2 | bool "LSI Logic New Generation RAID Device Drivers" | 3 | bool "LSI Logic New Generation RAID Device Drivers" |
3 | depends on PCI && SCSI | 4 | depends on PCI && SCSI |
diff --git a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig index 2d435f105b16..c544f48a1d18 100644 --- a/drivers/scsi/pcmcia/Kconfig +++ b/drivers/scsi/pcmcia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # PCMCIA SCSI adapter configuration | 3 | # PCMCIA SCSI adapter configuration |
3 | # | 4 | # |
diff --git a/drivers/scsi/qedf/Kconfig b/drivers/scsi/qedf/Kconfig index 943f5ee45807..7cd993be4e57 100644 --- a/drivers/scsi/qedf/Kconfig +++ b/drivers/scsi/qedf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QEDF | 2 | config QEDF |
2 | tristate "QLogic QEDF 25/40/100Gb FCoE Initiator Driver Support" | 3 | tristate "QLogic QEDF 25/40/100Gb FCoE Initiator Driver Support" |
3 | depends on PCI && SCSI | 4 | depends on PCI && SCSI |
diff --git a/drivers/scsi/qedf/Makefile b/drivers/scsi/qedf/Makefile index 414f2a772a5f..c46287826fb8 100644 --- a/drivers/scsi/qedf/Makefile +++ b/drivers/scsi/qedf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_QEDF) := qedf.o | 2 | obj-$(CONFIG_QEDF) := qedf.o |
2 | qedf-y = qedf_dbg.o qedf_main.o qedf_io.o qedf_fip.o \ | 3 | qedf-y = qedf_dbg.o qedf_main.o qedf_io.o qedf_fip.o \ |
3 | qedf_attr.o qedf_els.o drv_scsi_fw_funcs.o drv_fcoe_fw_funcs.o | 4 | qedf_attr.o qedf_els.o drv_scsi_fw_funcs.o drv_fcoe_fw_funcs.o |
diff --git a/drivers/scsi/qedi/Kconfig b/drivers/scsi/qedi/Kconfig index d1db92d24889..7ab07f3b453f 100644 --- a/drivers/scsi/qedi/Kconfig +++ b/drivers/scsi/qedi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QEDI | 2 | config QEDI |
2 | tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support" | 3 | tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support" |
3 | depends on PCI && SCSI && UIO | 4 | depends on PCI && SCSI && UIO |
diff --git a/drivers/scsi/qedi/Makefile b/drivers/scsi/qedi/Makefile index 90a6925577cc..d84eedfd031b 100644 --- a/drivers/scsi/qedi/Makefile +++ b/drivers/scsi/qedi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_QEDI) := qedi.o | 2 | obj-$(CONFIG_QEDI) := qedi.o |
2 | qedi-y := qedi_main.o qedi_iscsi.o qedi_fw.o qedi_sysfs.o \ | 3 | qedi-y := qedi_main.o qedi_iscsi.o qedi_fw.o qedi_sysfs.o \ |
3 | qedi_dbg.o qedi_fw_api.o | 4 | qedi_dbg.o qedi_fw_api.o |
diff --git a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig index 036cc3f217b1..764501838e21 100644 --- a/drivers/scsi/qla2xxx/Kconfig +++ b/drivers/scsi/qla2xxx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_QLA_FC | 2 | config SCSI_QLA_FC |
2 | tristate "QLogic QLA2XXX Fibre Channel Support" | 3 | tristate "QLogic QLA2XXX Fibre Channel Support" |
3 | depends on PCI && SCSI | 4 | depends on PCI && SCSI |
diff --git a/drivers/scsi/qla4xxx/Kconfig b/drivers/scsi/qla4xxx/Kconfig index e4dc7c733c29..4bdf31b1407a 100644 --- a/drivers/scsi/qla4xxx/Kconfig +++ b/drivers/scsi/qla4xxx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SCSI_QLA_ISCSI | 2 | config SCSI_QLA_ISCSI |
2 | tristate "QLogic ISP4XXX and ISP82XX host adapter family support" | 3 | tristate "QLogic ISP4XXX and ISP82XX host adapter family support" |
3 | depends on PCI && SCSI && NET | 4 | depends on PCI && SCSI && NET |
diff --git a/drivers/scsi/qla4xxx/Makefile b/drivers/scsi/qla4xxx/Makefile index 4230977748cf..1f8a9096c744 100644 --- a/drivers/scsi/qla4xxx/Makefile +++ b/drivers/scsi/qla4xxx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | qla4xxx-y := ql4_os.o ql4_init.o ql4_mbx.o ql4_iocb.o ql4_isr.o \ | 2 | qla4xxx-y := ql4_os.o ql4_init.o ql4_mbx.o ql4_iocb.o ql4_isr.o \ |
2 | ql4_nx.o ql4_nvram.o ql4_dbg.o ql4_attr.o ql4_bsg.o ql4_83xx.o | 3 | ql4_nx.o ql4_nvram.o ql4_dbg.o ql4_attr.o ql4_bsg.o ql4_83xx.o |
3 | 4 | ||
diff --git a/drivers/scsi/sym53c8xx_2/Makefile b/drivers/scsi/sym53c8xx_2/Makefile index 873e8ced8252..0751e2a0cd82 100644 --- a/drivers/scsi/sym53c8xx_2/Makefile +++ b/drivers/scsi/sym53c8xx_2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the NCR/SYMBIOS/LSI 53C8XX PCI SCSI controllers driver. | 2 | # Makefile for the NCR/SYMBIOS/LSI 53C8XX PCI SCSI controllers driver. |
2 | 3 | ||
3 | sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o | 4 | sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o |
diff --git a/drivers/sfi/Kconfig b/drivers/sfi/Kconfig index dd115121e0b6..1878d378869a 100644 --- a/drivers/sfi/Kconfig +++ b/drivers/sfi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SFI Configuration | 3 | # SFI Configuration |
3 | # | 4 | # |
diff --git a/drivers/sfi/Makefile b/drivers/sfi/Makefile index 2343732aefeb..ca9436b12386 100644 --- a/drivers/sfi/Makefile +++ b/drivers/sfi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += sfi_acpi.o | 2 | obj-y += sfi_acpi.o |
2 | obj-y += sfi_core.o | 3 | obj-y += sfi_core.o |
3 | 4 | ||
diff --git a/drivers/sh/Kconfig b/drivers/sh/Kconfig index f168a6159961..3588fcc9c0d2 100644 --- a/drivers/sh/Kconfig +++ b/drivers/sh/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "SuperH / SH-Mobile Driver Options" | 2 | menu "SuperH / SH-Mobile Driver Options" |
2 | 3 | ||
3 | source "drivers/sh/intc/Kconfig" | 4 | source "drivers/sh/intc/Kconfig" |
diff --git a/drivers/sh/clk/Makefile b/drivers/sh/clk/Makefile index 5d15ebfaa074..0158ff3ba9d5 100644 --- a/drivers/sh/clk/Makefile +++ b/drivers/sh/clk/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := core.o | 2 | obj-y := core.o |
2 | 3 | ||
3 | obj-$(CONFIG_SH_CLK_CPG) += cpg.o | 4 | obj-$(CONFIG_SH_CLK_CPG) += cpg.o |
diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig index 6a1b05ddc8c9..5c701709fef5 100644 --- a/drivers/sh/intc/Kconfig +++ b/drivers/sh/intc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SH_INTC | 2 | config SH_INTC |
2 | bool | 3 | bool |
3 | select IRQ_DOMAIN | 4 | select IRQ_DOMAIN |
diff --git a/drivers/sh/intc/Makefile b/drivers/sh/intc/Makefile index 54ec2a0643df..bdd855327e41 100644 --- a/drivers/sh/intc/Makefile +++ b/drivers/sh/intc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o | 2 | obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o |
2 | 3 | ||
3 | obj-$(CONFIG_INTC_BALANCING) += balancing.o | 4 | obj-$(CONFIG_INTC_BALANCING) += balancing.o |
diff --git a/drivers/sh/maple/Makefile b/drivers/sh/maple/Makefile index 65dfeeb610ef..c3a80910c212 100644 --- a/drivers/sh/maple/Makefile +++ b/drivers/sh/maple/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for Maple Bus | 2 | # Makefile for Maple Bus |
2 | 3 | ||
3 | obj-$(CONFIG_MAPLE) := maple.o | 4 | obj-$(CONFIG_MAPLE) := maple.o |
diff --git a/drivers/sh/superhyway/Makefile b/drivers/sh/superhyway/Makefile index 499dc47d8dcd..6dfa41f160af 100644 --- a/drivers/sh/superhyway/Makefile +++ b/drivers/sh/superhyway/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SuperHyway bus drivers. | 3 | # Makefile for the SuperHyway bus drivers. |
3 | # | 4 | # |
diff --git a/drivers/siox/Kconfig b/drivers/siox/Kconfig index 083d2e62189a..4326db32c02e 100644 --- a/drivers/siox/Kconfig +++ b/drivers/siox/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SIOX | 2 | menuconfig SIOX |
2 | tristate "Eckelmann SIOX Support" | 3 | tristate "Eckelmann SIOX Support" |
3 | help | 4 | help |
diff --git a/drivers/siox/Makefile b/drivers/siox/Makefile index a956f65206d5..8b5ebb1a878e 100644 --- a/drivers/siox/Makefile +++ b/drivers/siox/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SIOX) += siox-core.o | 2 | obj-$(CONFIG_SIOX) += siox-core.o |
2 | obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o | 3 | obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o |
diff --git a/drivers/sn/Kconfig b/drivers/sn/Kconfig index c66ba9ad833d..a6c443d31a3c 100644 --- a/drivers/sn/Kconfig +++ b/drivers/sn/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Miscellaneous SN-specific devices | 3 | # Miscellaneous SN-specific devices |
3 | # | 4 | # |
diff --git a/drivers/sn/Makefile b/drivers/sn/Makefile index 693db8bb8d9c..f0e809a38b2d 100644 --- a/drivers/sn/Makefile +++ b/drivers/sn/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Altix device drivers. | 3 | # Makefile for the Altix device drivers. |
3 | # | 4 | # |
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig index 75bdbb2c5140..833e04a7835c 100644 --- a/drivers/soc/Kconfig +++ b/drivers/soc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "SOC (System On Chip) specific Drivers" | 2 | menu "SOC (System On Chip) specific Drivers" |
2 | 3 | ||
3 | source "drivers/soc/actions/Kconfig" | 4 | source "drivers/soc/actions/Kconfig" |
diff --git a/drivers/soc/actions/Kconfig b/drivers/soc/actions/Kconfig index 1a0b9649efb4..1aca2058a40c 100644 --- a/drivers/soc/actions/Kconfig +++ b/drivers/soc/actions/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_ACTIONS || COMPILE_TEST | 2 | if ARCH_ACTIONS || COMPILE_TEST |
2 | 3 | ||
3 | config OWL_PM_DOMAINS_HELPER | 4 | config OWL_PM_DOMAINS_HELPER |
diff --git a/drivers/soc/amlogic/Kconfig b/drivers/soc/amlogic/Kconfig index 5501ad5650b2..23bfb8ef4fdb 100644 --- a/drivers/soc/amlogic/Kconfig +++ b/drivers/soc/amlogic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Amlogic SoC drivers" | 2 | menu "Amlogic SoC drivers" |
2 | 3 | ||
3 | config MESON_CANVAS | 4 | config MESON_CANVAS |
diff --git a/drivers/soc/amlogic/Makefile b/drivers/soc/amlogic/Makefile index bf2d109f61e9..f2e4ed171297 100644 --- a/drivers/soc/amlogic/Makefile +++ b/drivers/soc/amlogic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o | 2 | obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o |
2 | obj-$(CONFIG_MESON_CLK_MEASURE) += meson-clk-measure.o | 3 | obj-$(CONFIG_MESON_CLK_MEASURE) += meson-clk-measure.o |
3 | obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o | 4 | obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o |
diff --git a/drivers/soc/aspeed/Kconfig b/drivers/soc/aspeed/Kconfig index 765d10191387..323e177aa74d 100644 --- a/drivers/soc/aspeed/Kconfig +++ b/drivers/soc/aspeed/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Aspeed SoC drivers" | 2 | menu "Aspeed SoC drivers" |
2 | 3 | ||
3 | config SOC_ASPEED | 4 | config SOC_ASPEED |
diff --git a/drivers/soc/aspeed/Makefile b/drivers/soc/aspeed/Makefile index 2f7b6da7be79..b64be47f2b1f 100644 --- a/drivers/soc/aspeed/Makefile +++ b/drivers/soc/aspeed/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ASPEED_LPC_CTRL) += aspeed-lpc-ctrl.o | 2 | obj-$(CONFIG_ASPEED_LPC_CTRL) += aspeed-lpc-ctrl.o |
2 | obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o | 3 | obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o |
3 | obj-$(CONFIG_ASPEED_P2A_CTRL) += aspeed-p2a-ctrl.o | 4 | obj-$(CONFIG_ASPEED_P2A_CTRL) += aspeed-p2a-ctrl.o |
diff --git a/drivers/soc/atmel/Kconfig b/drivers/soc/atmel/Kconfig index 6242ebb41abb..05528139b023 100644 --- a/drivers/soc/atmel/Kconfig +++ b/drivers/soc/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config AT91_SOC_ID | 2 | config AT91_SOC_ID |
2 | bool "SoC bus for Atmel ARM SoCs" | 3 | bool "SoC bus for Atmel ARM SoCs" |
3 | depends on ARCH_AT91 || COMPILE_TEST | 4 | depends on ARCH_AT91 || COMPILE_TEST |
diff --git a/drivers/soc/atmel/Makefile b/drivers/soc/atmel/Makefile index 2d92f32e4ea5..7ca355d10553 100644 --- a/drivers/soc/atmel/Makefile +++ b/drivers/soc/atmel/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_AT91_SOC_ID) += soc.o | 2 | obj-$(CONFIG_AT91_SOC_ID) += soc.o |
diff --git a/drivers/soc/bcm/Kconfig b/drivers/soc/bcm/Kconfig index 03fa91fbe2da..648e32693b7e 100644 --- a/drivers/soc/bcm/Kconfig +++ b/drivers/soc/bcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Broadcom SoC drivers" | 2 | menu "Broadcom SoC drivers" |
2 | 3 | ||
3 | config BCM2835_POWER | 4 | config BCM2835_POWER |
diff --git a/drivers/soc/bcm/Makefile b/drivers/soc/bcm/Makefile index c81df4b2403c..d92268a829a9 100644 --- a/drivers/soc/bcm/Makefile +++ b/drivers/soc/bcm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BCM2835_POWER) += bcm2835-power.o | 2 | obj-$(CONFIG_BCM2835_POWER) += bcm2835-power.o |
2 | obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o | 3 | obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o |
3 | obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/ | 4 | obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/ |
diff --git a/drivers/soc/bcm/brcmstb/Kconfig b/drivers/soc/bcm/brcmstb/Kconfig index d36f6e03c1a6..38e476905d96 100644 --- a/drivers/soc/bcm/brcmstb/Kconfig +++ b/drivers/soc/bcm/brcmstb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if SOC_BRCMSTB | 2 | if SOC_BRCMSTB |
2 | 3 | ||
3 | config BRCMSTB_PM | 4 | config BRCMSTB_PM |
diff --git a/drivers/soc/bcm/brcmstb/Makefile b/drivers/soc/bcm/brcmstb/Makefile index 01687c26535b..fe5c43d26dce 100644 --- a/drivers/soc/bcm/brcmstb/Makefile +++ b/drivers/soc/bcm/brcmstb/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += common.o biuctrl.o | 2 | obj-y += common.o biuctrl.o |
2 | obj-$(CONFIG_BRCMSTB_PM) += pm/ | 3 | obj-$(CONFIG_BRCMSTB_PM) += pm/ |
diff --git a/drivers/soc/bcm/brcmstb/pm/Makefile b/drivers/soc/bcm/brcmstb/pm/Makefile index 08bbd244ef11..8e10abb14f8b 100644 --- a/drivers/soc/bcm/brcmstb/pm/Makefile +++ b/drivers/soc/bcm/brcmstb/pm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ARM) += s2-arm.o pm-arm.o | 2 | obj-$(CONFIG_ARM) += s2-arm.o pm-arm.o |
2 | AFLAGS_s2-arm.o := -march=armv7-a | 3 | AFLAGS_s2-arm.o := -march=armv7-a |
3 | obj-$(CONFIG_BMIPS_GENERIC) += s2-mips.o s3-mips.o pm-mips.o | 4 | obj-$(CONFIG_BMIPS_GENERIC) += s2-mips.o s3-mips.o pm-mips.o |
diff --git a/drivers/soc/dove/Makefile b/drivers/soc/dove/Makefile index 2db8e65513a3..daf4549ec7d4 100644 --- a/drivers/soc/dove/Makefile +++ b/drivers/soc/dove/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += pmu.o | 2 | obj-y += pmu.o |
diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig index 61f8e1433d0a..217f7752cf2c 100644 --- a/drivers/soc/fsl/Kconfig +++ b/drivers/soc/fsl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # NXP/Freescale QorIQ series SOC drivers | 3 | # NXP/Freescale QorIQ series SOC drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/fsl/Makefile b/drivers/soc/fsl/Makefile index 803ef1bfb5ff..158541a83d26 100644 --- a/drivers/soc/fsl/Makefile +++ b/drivers/soc/fsl/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Kernel SOC fsl specific device drivers | 3 | # Makefile for the Linux Kernel SOC fsl specific device drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/fsl/qbman/Kconfig b/drivers/soc/fsl/qbman/Kconfig index b0943e541796..bdecb86bb656 100644 --- a/drivers/soc/fsl/qbman/Kconfig +++ b/drivers/soc/fsl/qbman/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig FSL_DPAA | 2 | menuconfig FSL_DPAA |
2 | bool "QorIQ DPAA1 framework support" | 3 | bool "QorIQ DPAA1 framework support" |
3 | depends on ((FSL_SOC_BOOKE || ARCH_LAYERSCAPE) && ARCH_DMA_ADDR_T_64BIT) | 4 | depends on ((FSL_SOC_BOOKE || ARCH_LAYERSCAPE) && ARCH_DMA_ADDR_T_64BIT) |
diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig index fabba17e9d65..cfa4b2939992 100644 --- a/drivers/soc/fsl/qe/Kconfig +++ b/drivers/soc/fsl/qe/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # QE Communication options | 3 | # QE Communication options |
3 | # | 4 | # |
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index d80f899d22f9..ade1b46d669c 100644 --- a/drivers/soc/imx/Kconfig +++ b/drivers/soc/imx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "i.MX SoC drivers" | 2 | menu "i.MX SoC drivers" |
2 | 3 | ||
3 | config IMX_GPCV2_PM_DOMAINS | 4 | config IMX_GPCV2_PM_DOMAINS |
diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile index d6b529e06d9a..caa8653600f2 100644 --- a/drivers/soc/imx/Makefile +++ b/drivers/soc/imx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o | 2 | obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o |
2 | obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o | 3 | obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o |
3 | obj-$(CONFIG_ARCH_MXC) += soc-imx8.o | 4 | obj-$(CONFIG_ARCH_MXC) += soc-imx8.o |
diff --git a/drivers/soc/ixp4xx/Kconfig b/drivers/soc/ixp4xx/Kconfig index de6becdc78a2..de2e62c3310a 100644 --- a/drivers/soc/ixp4xx/Kconfig +++ b/drivers/soc/ixp4xx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "IXP4xx SoC drivers" | 2 | menu "IXP4xx SoC drivers" |
2 | 3 | ||
3 | config IXP4XX_QMGR | 4 | config IXP4XX_QMGR |
diff --git a/drivers/soc/ixp4xx/Makefile b/drivers/soc/ixp4xx/Makefile index d20d99e6df65..bebb07d52a90 100644 --- a/drivers/soc/ixp4xx/Makefile +++ b/drivers/soc/ixp4xx/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_IXP4XX_QMGR) += ixp4xx-qmgr.o | 2 | obj-$(CONFIG_IXP4XX_QMGR) += ixp4xx-qmgr.o |
2 | obj-$(CONFIG_IXP4XX_NPE) += ixp4xx-npe.o | 3 | obj-$(CONFIG_IXP4XX_NPE) += ixp4xx-npe.o |
diff --git a/drivers/soc/lantiq/Makefile b/drivers/soc/lantiq/Makefile index 35aa86bd1023..976f42f806c3 100644 --- a/drivers/soc/lantiq/Makefile +++ b/drivers/soc/lantiq/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += fpi-bus.o | 2 | obj-y += fpi-bus.o |
diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig index 17bd7590464f..2114b563478c 100644 --- a/drivers/soc/mediatek/Kconfig +++ b/drivers/soc/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MediaTek SoC drivers | 3 | # MediaTek SoC drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/mediatek/Makefile b/drivers/soc/mediatek/Makefile index 64ce5eeaba32..b01733074ad6 100644 --- a/drivers/soc/mediatek/Makefile +++ b/drivers/soc/mediatek/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MTK_CMDQ) += mtk-cmdq-helper.o | 2 | obj-$(CONFIG_MTK_CMDQ) += mtk-cmdq-helper.o |
2 | obj-$(CONFIG_MTK_INFRACFG) += mtk-infracfg.o | 3 | obj-$(CONFIG_MTK_INFRACFG) += mtk-infracfg.o |
3 | obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o | 4 | obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o |
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 1ee298f6bf17..880cf0290962 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # QCOM Soc drivers | 3 | # QCOM Soc drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig index 20da55d9cbb1..b71b73bf5fc5 100644 --- a/drivers/soc/rockchip/Kconfig +++ b/drivers/soc/rockchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_ROCKCHIP || COMPILE_TEST | 2 | if ARCH_ROCKCHIP || COMPILE_TEST |
2 | 3 | ||
3 | # | 4 | # |
diff --git a/drivers/soc/rockchip/Makefile b/drivers/soc/rockchip/Makefile index c851fa0056d0..afca0a4c4b72 100644 --- a/drivers/soc/rockchip/Makefile +++ b/drivers/soc/rockchip/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Rockchip Soc drivers | 3 | # Rockchip Soc drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/sunxi/Kconfig b/drivers/soc/sunxi/Kconfig index e84eb4e59f58..f10fd6cae13e 100644 --- a/drivers/soc/sunxi/Kconfig +++ b/drivers/soc/sunxi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Allwinner sunXi SoC drivers | 3 | # Allwinner sunXi SoC drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/sunxi/Makefile b/drivers/soc/sunxi/Makefile index 4cf9dbdf346e..7816fbbec387 100644 --- a/drivers/soc/sunxi/Makefile +++ b/drivers/soc/sunxi/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SUNXI_SRAM) += sunxi_sram.o | 2 | obj-$(CONFIG_SUNXI_SRAM) += sunxi_sram.o |
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index a0b03443d8c1..fbfce48ffb0d 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if ARCH_TEGRA | 2 | if ARCH_TEGRA |
2 | 3 | ||
3 | # 32-bit ARM SoCs | 4 | # 32-bit ARM SoCs |
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig index dbd6c60b81db..ea0859f7b185 100644 --- a/drivers/soc/ti/Kconfig +++ b/drivers/soc/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # 64-bit ARM SoCs from TI | 2 | # 64-bit ARM SoCs from TI |
2 | if ARM64 | 3 | if ARM64 |
3 | 4 | ||
diff --git a/drivers/soc/ux500/Kconfig b/drivers/soc/ux500/Kconfig index 025a44aef5db..0e04272edfe4 100644 --- a/drivers/soc/ux500/Kconfig +++ b/drivers/soc/ux500/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config UX500_SOC_ID | 2 | config UX500_SOC_ID |
2 | bool "SoC bus for ST-Ericsson ux500" | 3 | bool "SoC bus for ST-Ericsson ux500" |
3 | depends on ARCH_U8500 || COMPILE_TEST | 4 | depends on ARCH_U8500 || COMPILE_TEST |
diff --git a/drivers/soc/ux500/Makefile b/drivers/soc/ux500/Makefile index 0b87ad04b018..f1645397d60d 100644 --- a/drivers/soc/ux500/Makefile +++ b/drivers/soc/ux500/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_UX500_SOC_ID) += ux500-soc-id.o | 2 | obj-$(CONFIG_UX500_SOC_ID) += ux500-soc-id.o |
diff --git a/drivers/soc/versatile/Kconfig b/drivers/soc/versatile/Kconfig index a928a7fc6be4..c3792c0a84ac 100644 --- a/drivers/soc/versatile/Kconfig +++ b/drivers/soc/versatile/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ARM Versatile SoC drivers | 3 | # ARM Versatile SoC drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/versatile/Makefile b/drivers/soc/versatile/Makefile index cf612fe3a659..1e0a37c0a5ac 100644 --- a/drivers/soc/versatile/Makefile +++ b/drivers/soc/versatile/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SOC_INTEGRATOR_CM) += soc-integrator.o | 2 | obj-$(CONFIG_SOC_INTEGRATOR_CM) += soc-integrator.o |
2 | obj-$(CONFIG_SOC_REALVIEW) += soc-realview.o | 3 | obj-$(CONFIG_SOC_REALVIEW) += soc-realview.o |
diff --git a/drivers/soc/zte/Kconfig b/drivers/soc/zte/Kconfig index e9d750c510cd..1cf1938da541 100644 --- a/drivers/soc/zte/Kconfig +++ b/drivers/soc/zte/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ZTE SoC drivers | 3 | # ZTE SoC drivers |
3 | # | 4 | # |
diff --git a/drivers/soc/zte/Makefile b/drivers/soc/zte/Makefile index 96b7cd4c9629..728c677addcd 100644 --- a/drivers/soc/zte/Makefile +++ b/drivers/soc/zte/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ZTE SOC drivers | 3 | # ZTE SOC drivers |
3 | # | 4 | # |
diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig index 53b55b79c4af..3a01cfd70fdc 100644 --- a/drivers/soundwire/Kconfig +++ b/drivers/soundwire/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SoundWire subsystem configuration | 3 | # SoundWire subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/soundwire/Makefile b/drivers/soundwire/Makefile index 5817beaca0e1..fd99a831b92a 100644 --- a/drivers/soundwire/Makefile +++ b/drivers/soundwire/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for soundwire core | 3 | # Makefile for soundwire core |
3 | # | 4 | # |
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 0fba8f400c59..30a40280c157 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SPI driver configuration | 3 | # SPI driver configuration |
3 | # | 4 | # |
diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig index d48ed7c2c6c4..a53bad541f1a 100644 --- a/drivers/spmi/Kconfig +++ b/drivers/spmi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SPMI driver configuration | 3 | # SPMI driver configuration |
3 | # | 4 | # |
diff --git a/drivers/spmi/Makefile b/drivers/spmi/Makefile index fc75104a5aab..55a94cadeffe 100644 --- a/drivers/spmi/Makefile +++ b/drivers/spmi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for kernel SPMI framework. | 3 | # Makefile for kernel SPMI framework. |
3 | # | 4 | # |
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index df30e1323252..34fa19d4b3f1 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SSB_POSSIBLE | 2 | config SSB_POSSIBLE |
2 | bool | 3 | bool |
3 | depends on HAS_IOMEM && HAS_DMA | 4 | depends on HAS_IOMEM && HAS_DMA |
diff --git a/drivers/staging/fieldbus/Kconfig b/drivers/staging/fieldbus/Kconfig index e5e28e52c59b..b0b865acccfb 100644 --- a/drivers/staging/fieldbus/Kconfig +++ b/drivers/staging/fieldbus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig FIELDBUS_DEV | 2 | menuconfig FIELDBUS_DEV |
2 | tristate "Fieldbus Device Support" | 3 | tristate "Fieldbus Device Support" |
3 | help | 4 | help |
diff --git a/drivers/staging/fieldbus/anybuss/Kconfig b/drivers/staging/fieldbus/anybuss/Kconfig index 41f241c73826..8bc3d9a87743 100644 --- a/drivers/staging/fieldbus/anybuss/Kconfig +++ b/drivers/staging/fieldbus/anybuss/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HMS_ANYBUSS_BUS | 2 | config HMS_ANYBUSS_BUS |
2 | tristate "HMS Anybus-S Bus Support" | 3 | tristate "HMS Anybus-S Bus Support" |
3 | select REGMAP | 4 | select REGMAP |
diff --git a/drivers/target/Kconfig b/drivers/target/Kconfig index cb6f32ce7de8..c163b14774d7 100644 --- a/drivers/target/Kconfig +++ b/drivers/target/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menuconfig TARGET_CORE | 3 | menuconfig TARGET_CORE |
3 | tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" | 4 | tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" |
diff --git a/drivers/target/iscsi/Kconfig b/drivers/target/iscsi/Kconfig index bbdbf9c4e93a..1f93ea381353 100644 --- a/drivers/target/iscsi/Kconfig +++ b/drivers/target/iscsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ISCSI_TARGET | 2 | config ISCSI_TARGET |
2 | tristate "Linux-iSCSI.org iSCSI Target Mode Stack" | 3 | tristate "Linux-iSCSI.org iSCSI Target Mode Stack" |
3 | depends on NET | 4 | depends on NET |
diff --git a/drivers/target/iscsi/cxgbit/Kconfig b/drivers/target/iscsi/cxgbit/Kconfig index bc6c1d5dfcbb..8686dbd1d2e7 100644 --- a/drivers/target/iscsi/cxgbit/Kconfig +++ b/drivers/target/iscsi/cxgbit/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ISCSI_TARGET_CXGB4 | 2 | config ISCSI_TARGET_CXGB4 |
2 | tristate "Chelsio iSCSI target offload driver" | 3 | tristate "Chelsio iSCSI target offload driver" |
3 | depends on ISCSI_TARGET && CHELSIO_T4 && INET | 4 | depends on ISCSI_TARGET && CHELSIO_T4 && INET |
diff --git a/drivers/target/loopback/Kconfig b/drivers/target/loopback/Kconfig index 158ee9d522f7..f40f3160731b 100644 --- a/drivers/target/loopback/Kconfig +++ b/drivers/target/loopback/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config LOOPBACK_TARGET | 2 | config LOOPBACK_TARGET |
2 | tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" | 3 | tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" |
3 | depends on SCSI | 4 | depends on SCSI |
diff --git a/drivers/target/loopback/Makefile b/drivers/target/loopback/Makefile index 6abebdf95659..336bd44bf9d2 100644 --- a/drivers/target/loopback/Makefile +++ b/drivers/target/loopback/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o | 2 | obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o |
diff --git a/drivers/target/sbp/Kconfig b/drivers/target/sbp/Kconfig index 1614bc710d4e..53a1c75f5660 100644 --- a/drivers/target/sbp/Kconfig +++ b/drivers/target/sbp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SBP_TARGET | 2 | config SBP_TARGET |
2 | tristate "FireWire SBP-2 fabric module" | 3 | tristate "FireWire SBP-2 fabric module" |
3 | depends on FIREWIRE | 4 | depends on FIREWIRE |
diff --git a/drivers/target/sbp/Makefile b/drivers/target/sbp/Makefile index 27747ad054c4..766f23690013 100644 --- a/drivers/target/sbp/Makefile +++ b/drivers/target/sbp/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SBP_TARGET) += sbp_target.o | 2 | obj-$(CONFIG_SBP_TARGET) += sbp_target.o |
diff --git a/drivers/target/tcm_fc/Kconfig b/drivers/target/tcm_fc/Kconfig index 40caf458e89e..4f3b926b6a1a 100644 --- a/drivers/target/tcm_fc/Kconfig +++ b/drivers/target/tcm_fc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config TCM_FC | 2 | config TCM_FC |
2 | tristate "TCM_FC fabric Plugin" | 3 | tristate "TCM_FC fabric Plugin" |
3 | depends on LIBFC | 4 | depends on LIBFC |
diff --git a/drivers/tc/Makefile b/drivers/tc/Makefile index 623b21063228..6cccaf1f6c58 100644 --- a/drivers/tc/Makefile +++ b/drivers/tc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/drivers/tee/Kconfig b/drivers/tee/Kconfig index a6df12d88f90..676ffcb64985 100644 --- a/drivers/tee/Kconfig +++ b/drivers/tee/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Generic Trusted Execution Environment Configuration | 2 | # Generic Trusted Execution Environment Configuration |
2 | config TEE | 3 | config TEE |
3 | tristate "Trusted Execution Environment support" | 4 | tristate "Trusted Execution Environment support" |
diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig index 3c59e19029be..d1ad512e1708 100644 --- a/drivers/tee/optee/Kconfig +++ b/drivers/tee/optee/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # OP-TEE Trusted Execution Environment Configuration | 2 | # OP-TEE Trusted Execution Environment Configuration |
2 | config OPTEE | 3 | config OPTEE |
3 | tristate "OP-TEE" | 4 | tristate "OP-TEE" |
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 15bdd25780be..9966364a6deb 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Generic thermal sysfs drivers configuration | 3 | # Generic thermal sysfs drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/thermal/broadcom/Kconfig b/drivers/thermal/broadcom/Kconfig index dc9a9bdde3ed..cf43e1520de9 100644 --- a/drivers/thermal/broadcom/Kconfig +++ b/drivers/thermal/broadcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BCM2835_THERMAL | 2 | config BCM2835_THERMAL |
2 | tristate "Thermal sensors on bcm2835 SoC" | 3 | tristate "Thermal sensors on bcm2835 SoC" |
3 | depends on ARCH_BCM2835 || COMPILE_TEST | 4 | depends on ARCH_BCM2835 || COMPILE_TEST |
diff --git a/drivers/thermal/broadcom/Makefile b/drivers/thermal/broadcom/Makefile index 79df69eb2b8c..490ab1f7a86d 100644 --- a/drivers/thermal/broadcom/Makefile +++ b/drivers/thermal/broadcom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o | 2 | obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o |
2 | obj-$(CONFIG_BRCMSTB_THERMAL) += brcmstb_thermal.o | 3 | obj-$(CONFIG_BRCMSTB_THERMAL) += brcmstb_thermal.o |
3 | obj-$(CONFIG_BCM_NS_THERMAL) += ns-thermal.o | 4 | obj-$(CONFIG_BCM_NS_THERMAL) += ns-thermal.o |
diff --git a/drivers/thermal/intel/Kconfig b/drivers/thermal/intel/Kconfig index 2c727a820759..8025b21f43fa 100644 --- a/drivers/thermal/intel/Kconfig +++ b/drivers/thermal/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INTEL_POWERCLAMP | 2 | config INTEL_POWERCLAMP |
2 | tristate "Intel PowerClamp idle injection driver" | 3 | tristate "Intel PowerClamp idle injection driver" |
3 | depends on X86 | 4 | depends on X86 |
diff --git a/drivers/thermal/intel/int340x_thermal/Kconfig b/drivers/thermal/intel/int340x_thermal/Kconfig index 0ca908d12750..5333e018c88c 100644 --- a/drivers/thermal/intel/int340x_thermal/Kconfig +++ b/drivers/thermal/intel/int340x_thermal/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # ACPI INT340x thermal drivers configuration | 3 | # ACPI INT340x thermal drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/thermal/qcom/Kconfig b/drivers/thermal/qcom/Kconfig index 3ce20fec86a2..aa9c1d80fae4 100644 --- a/drivers/thermal/qcom/Kconfig +++ b/drivers/thermal/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QCOM_TSENS | 2 | config QCOM_TSENS |
2 | tristate "Qualcomm TSENS Temperature Alarm" | 3 | tristate "Qualcomm TSENS Temperature Alarm" |
3 | depends on QCOM_QFPROM | 4 | depends on QCOM_QFPROM |
diff --git a/drivers/thermal/qcom/Makefile b/drivers/thermal/qcom/Makefile index fc6fe50cdde4..7c8dc6e36693 100644 --- a/drivers/thermal/qcom/Makefile +++ b/drivers/thermal/qcom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o | 2 | obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o |
2 | 3 | ||
3 | qcom_tsens-y += tsens.o tsens-common.o tsens-v0_1.o \ | 4 | qcom_tsens-y += tsens.o tsens-common.o tsens-v0_1.o \ |
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig index 222e644169f0..fe0d2ba51392 100644 --- a/drivers/thermal/samsung/Kconfig +++ b/drivers/thermal/samsung/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config EXYNOS_THERMAL | 2 | config EXYNOS_THERMAL |
2 | tristate "Exynos thermal management unit driver" | 3 | tristate "Exynos thermal management unit driver" |
3 | depends on THERMAL_OF | 4 | depends on THERMAL_OF |
diff --git a/drivers/thermal/samsung/Makefile b/drivers/thermal/samsung/Makefile index 1e47d0d89ce0..f139407150d2 100644 --- a/drivers/thermal/samsung/Makefile +++ b/drivers/thermal/samsung/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Samsung thermal specific Makefile | 3 | # Samsung thermal specific Makefile |
3 | # | 4 | # |
diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig index d8b1a4586d0b..3c3b695cc3e9 100644 --- a/drivers/thermal/st/Kconfig +++ b/drivers/thermal/st/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STMicroelectronics thermal drivers configuration | 3 | # STMicroelectronics thermal drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/thermal/st/Makefile b/drivers/thermal/st/Makefile index 243ca7881b12..c4cfa3c4a660 100644 --- a/drivers/thermal/st/Makefile +++ b/drivers/thermal/st/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ST_THERMAL) := st_thermal.o | 2 | obj-$(CONFIG_ST_THERMAL) := st_thermal.o |
2 | obj-$(CONFIG_ST_THERMAL_SYSCFG) += st_thermal_syscfg.o | 3 | obj-$(CONFIG_ST_THERMAL_SYSCFG) += st_thermal_syscfg.o |
3 | obj-$(CONFIG_ST_THERMAL_MEMMAP) += st_thermal_memmap.o | 4 | obj-$(CONFIG_ST_THERMAL_MEMMAP) += st_thermal_memmap.o |
diff --git a/drivers/thermal/tegra/Kconfig b/drivers/thermal/tegra/Kconfig index fc0b33b3f26b..46c2215867cd 100644 --- a/drivers/thermal/tegra/Kconfig +++ b/drivers/thermal/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "NVIDIA Tegra thermal drivers" | 2 | menu "NVIDIA Tegra thermal drivers" |
2 | depends on ARCH_TEGRA | 3 | depends on ARCH_TEGRA |
3 | 4 | ||
diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig index fe0e877f84d0..683a7027a3b2 100644 --- a/drivers/thermal/ti-soc-thermal/Kconfig +++ b/drivers/thermal/ti-soc-thermal/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config TI_SOC_THERMAL | 2 | config TI_SOC_THERMAL |
2 | tristate "Texas Instruments SoCs temperature sensor driver" | 3 | tristate "Texas Instruments SoCs temperature sensor driver" |
3 | help | 4 | help |
diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig index f4869c38c7e4..fd9adca898ff 100644 --- a/drivers/thunderbolt/Kconfig +++ b/drivers/thunderbolt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig THUNDERBOLT | 2 | menuconfig THUNDERBOLT |
2 | tristate "Thunderbolt support" | 3 | tristate "Thunderbolt support" |
3 | depends on PCI | 4 | depends on PCI |
diff --git a/drivers/thunderbolt/Makefile b/drivers/thunderbolt/Makefile index 833bdee3cec7..3f55cb3c81b2 100644 --- a/drivers/thunderbolt/Makefile +++ b/drivers/thunderbolt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-${CONFIG_THUNDERBOLT} := thunderbolt.o | 2 | obj-${CONFIG_THUNDERBOLT} := thunderbolt.o |
2 | thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o tunnel.o eeprom.o | 3 | thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o tunnel.o eeprom.o |
3 | thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o | 4 | thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o |
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 7e8dc78a9796..202ee81cfc2b 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig UIO | 2 | menuconfig UIO |
2 | tristate "Userspace I/O drivers" | 3 | tristate "Userspace I/O drivers" |
3 | depends on MMU | 4 | depends on MMU |
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index afac2588dab4..259e053e1e09 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # UWB device configuration | 3 | # UWB device configuration |
3 | # | 4 | # |
diff --git a/drivers/uwb/i1480/Makefile b/drivers/uwb/i1480/Makefile index d69da1684cfb..d26fb9b845ae 100644 --- a/drivers/uwb/i1480/Makefile +++ b/drivers/uwb/i1480/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_UWB_I1480U) += dfu/ i1480-est.o | 2 | obj-$(CONFIG_UWB_I1480U) += dfu/ i1480-est.o |
diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig index 3798d77d131c..e5a7a454fe17 100644 --- a/drivers/vfio/Kconfig +++ b/drivers/vfio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VFIO_IOMMU_TYPE1 | 2 | config VFIO_IOMMU_TYPE1 |
2 | tristate | 3 | tristate |
3 | depends on VFIO | 4 | depends on VFIO |
diff --git a/drivers/vfio/mdev/Kconfig b/drivers/vfio/mdev/Kconfig index 14fdb106a827..ba94a076887f 100644 --- a/drivers/vfio/mdev/Kconfig +++ b/drivers/vfio/mdev/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config VFIO_MDEV | 3 | config VFIO_MDEV |
3 | tristate "Mediated device driver framework" | 4 | tristate "Mediated device driver framework" |
diff --git a/drivers/vfio/mdev/Makefile b/drivers/vfio/mdev/Makefile index fa2d5ea466ee..101516fdf375 100644 --- a/drivers/vfio/mdev/Makefile +++ b/drivers/vfio/mdev/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | mdev-y := mdev_core.o mdev_sysfs.o mdev_driver.o | 3 | mdev-y := mdev_core.o mdev_sysfs.o mdev_driver.o |
3 | 4 | ||
diff --git a/drivers/vfio/pci/Kconfig b/drivers/vfio/pci/Kconfig index d0f8e4f5a039..ac3c1dd3edef 100644 --- a/drivers/vfio/pci/Kconfig +++ b/drivers/vfio/pci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VFIO_PCI | 2 | config VFIO_PCI |
2 | tristate "VFIO support for PCI devices" | 3 | tristate "VFIO support for PCI devices" |
3 | depends on VFIO && PCI && EVENTFD | 4 | depends on VFIO && PCI && EVENTFD |
diff --git a/drivers/vfio/pci/Makefile b/drivers/vfio/pci/Makefile index 9662c063a6b1..f027f8a0e89c 100644 --- a/drivers/vfio/pci/Makefile +++ b/drivers/vfio/pci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | vfio-pci-y := vfio_pci.o vfio_pci_intrs.o vfio_pci_rdwr.o vfio_pci_config.o | 3 | vfio-pci-y := vfio_pci.o vfio_pci_intrs.o vfio_pci_rdwr.o vfio_pci_config.o |
3 | vfio-pci-$(CONFIG_VFIO_PCI_IGD) += vfio_pci_igd.o | 4 | vfio-pci-$(CONFIG_VFIO_PCI_IGD) += vfio_pci_igd.o |
diff --git a/drivers/vfio/platform/Kconfig b/drivers/vfio/platform/Kconfig index bb30128782aa..dc1a3c44f2c6 100644 --- a/drivers/vfio/platform/Kconfig +++ b/drivers/vfio/platform/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VFIO_PLATFORM | 2 | config VFIO_PLATFORM |
2 | tristate "VFIO support for platform devices" | 3 | tristate "VFIO support for platform devices" |
3 | depends on VFIO && EVENTFD && (ARM || ARM64) | 4 | depends on VFIO && EVENTFD && (ARM || ARM64) |
diff --git a/drivers/vfio/platform/reset/Kconfig b/drivers/vfio/platform/reset/Kconfig index 392e3c09def0..1edbe9ee7356 100644 --- a/drivers/vfio/platform/reset/Kconfig +++ b/drivers/vfio/platform/reset/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VFIO_PLATFORM_CALXEDAXGMAC_RESET | 2 | config VFIO_PLATFORM_CALXEDAXGMAC_RESET |
2 | tristate "VFIO support for calxeda xgmac reset" | 3 | tristate "VFIO support for calxeda xgmac reset" |
3 | depends on VFIO_PLATFORM | 4 | depends on VFIO_PLATFORM |
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index b580885243f7..3d03ccbd1adc 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VHOST_NET | 2 | config VHOST_NET |
2 | tristate "Host kernel accelerator for virtio net" | 3 | tristate "Host kernel accelerator for virtio net" |
3 | depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP) | 4 | depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP) |
diff --git a/drivers/vhost/Kconfig.vringh b/drivers/vhost/Kconfig.vringh index 6a4490c09d7f..c1fe36a9b8d4 100644 --- a/drivers/vhost/Kconfig.vringh +++ b/drivers/vhost/Kconfig.vringh | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VHOST_RING | 2 | config VHOST_RING |
2 | tristate | 3 | tristate |
3 | ---help--- | 4 | ---help--- |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 83d3d271ca15..427a993c7f57 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Video configuration | 3 | # Video configuration |
3 | # | 4 | # |
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 3ed1d9084f94..8b081d61773e 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Backlight & LCD drivers configuration | 3 | # Backlight & LCD drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 787792c3d08d..c10e17fb9a9a 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Video configuration | 3 | # Video configuration |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index bf6b77b964f1..1b2f5f31fb6f 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # fbdev configuration | 3 | # fbdev configuration |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/geode/Kconfig b/drivers/video/fbdev/geode/Kconfig index 1e8555284786..b36b94b3ae43 100644 --- a/drivers/video/fbdev/geode/Kconfig +++ b/drivers/video/fbdev/geode/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Geode family framebuffer configuration | 3 | # Geode family framebuffer configuration |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/kyro/Makefile b/drivers/video/fbdev/kyro/Makefile index 2fd66f551bae..b05abe6934c8 100644 --- a/drivers/video/fbdev/kyro/Makefile +++ b/drivers/video/fbdev/kyro/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Kyro framebuffer driver | 3 | # Makefile for the Kyro framebuffer driver |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/matrox/Makefile b/drivers/video/fbdev/matrox/Makefile index f9c00ebe2530..f39088e5dac9 100644 --- a/drivers/video/fbdev/matrox/Makefile +++ b/drivers/video/fbdev/matrox/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the Linux video drivers. | 2 | # Makefile for the Linux video drivers. |
2 | # 5 Aug 1999, James Simmons, <mailto:jsimmons@edgeglobal.com> | 3 | # 5 Aug 1999, James Simmons, <mailto:jsimmons@edgeglobal.com> |
3 | # Rewritten to use lists instead of if-statements. | 4 | # Rewritten to use lists instead of if-statements. |
diff --git a/drivers/video/fbdev/mb862xx/Makefile b/drivers/video/fbdev/mb862xx/Makefile index 5707ed0e31a7..6496a661a505 100644 --- a/drivers/video/fbdev/mb862xx/Makefile +++ b/drivers/video/fbdev/mb862xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the MB862xx framebuffer driver | 3 | # Makefile for the MB862xx framebuffer driver |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/mbx/Makefile b/drivers/video/fbdev/mbx/Makefile index d7ae5a9bb376..3e8e7ff41f18 100644 --- a/drivers/video/fbdev/mbx/Makefile +++ b/drivers/video/fbdev/mbx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the 2700G controller driver. | 2 | # Makefile for the 2700G controller driver. |
2 | 3 | ||
3 | obj-y += mbxfb.o | 4 | obj-y += mbxfb.o |
diff --git a/drivers/video/fbdev/mmp/Kconfig b/drivers/video/fbdev/mmp/Kconfig index 1b5e80c8a984..9041ffd2cfcf 100644 --- a/drivers/video/fbdev/mmp/Kconfig +++ b/drivers/video/fbdev/mmp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig MMP_DISP | 2 | menuconfig MMP_DISP |
2 | tristate "Marvell MMP Display Subsystem support" | 3 | tristate "Marvell MMP Display Subsystem support" |
3 | depends on CPU_PXA910 || CPU_MMP2 | 4 | depends on CPU_PXA910 || CPU_MMP2 |
diff --git a/drivers/video/fbdev/mmp/Makefile b/drivers/video/fbdev/mmp/Makefile index 924dd0930cc7..84204c04e9d0 100644 --- a/drivers/video/fbdev/mmp/Makefile +++ b/drivers/video/fbdev/mmp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MMP_DISP) += mmp_disp.o hw/ panel/ fb/ | 2 | obj-$(CONFIG_MMP_DISP) += mmp_disp.o hw/ panel/ fb/ |
2 | 3 | ||
3 | mmp_disp-y += core.o | 4 | mmp_disp-y += core.o |
diff --git a/drivers/video/fbdev/mmp/fb/Kconfig b/drivers/video/fbdev/mmp/fb/Kconfig index 985e1a7cd254..39944eb23ef8 100644 --- a/drivers/video/fbdev/mmp/fb/Kconfig +++ b/drivers/video/fbdev/mmp/fb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if MMP_DISP | 2 | if MMP_DISP |
2 | 3 | ||
3 | config MMP_FB | 4 | config MMP_FB |
diff --git a/drivers/video/fbdev/mmp/fb/Makefile b/drivers/video/fbdev/mmp/fb/Makefile index 709fd1f76abe..b1b1386c429f 100644 --- a/drivers/video/fbdev/mmp/fb/Makefile +++ b/drivers/video/fbdev/mmp/fb/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MMP_FB) += mmpfb.o | 2 | obj-$(CONFIG_MMP_FB) += mmpfb.o |
diff --git a/drivers/video/fbdev/mmp/hw/Kconfig b/drivers/video/fbdev/mmp/hw/Kconfig index fcb711143fb2..4d018cf661ec 100644 --- a/drivers/video/fbdev/mmp/hw/Kconfig +++ b/drivers/video/fbdev/mmp/hw/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if MMP_DISP | 2 | if MMP_DISP |
2 | 3 | ||
3 | config MMP_DISP_CONTROLLER | 4 | config MMP_DISP_CONTROLLER |
diff --git a/drivers/video/fbdev/mmp/hw/Makefile b/drivers/video/fbdev/mmp/hw/Makefile index 0000a714fedf..5a7c6be70b77 100644 --- a/drivers/video/fbdev/mmp/hw/Makefile +++ b/drivers/video/fbdev/mmp/hw/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MMP_DISP_CONTROLLER) += mmp_ctrl.o | 2 | obj-$(CONFIG_MMP_DISP_CONTROLLER) += mmp_ctrl.o |
2 | obj-$(CONFIG_MMP_DISP_SPI) += mmp_spi.o | 3 | obj-$(CONFIG_MMP_DISP_SPI) += mmp_spi.o |
diff --git a/drivers/video/fbdev/mmp/panel/Makefile b/drivers/video/fbdev/mmp/panel/Makefile index 2f91611c7e5e..6a21aeec14c6 100644 --- a/drivers/video/fbdev/mmp/panel/Makefile +++ b/drivers/video/fbdev/mmp/panel/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MMP_PANEL_TPOHVGA) += tpo_tj032md01bw.o | 2 | obj-$(CONFIG_MMP_PANEL_TPOHVGA) += tpo_tj032md01bw.o |
diff --git a/drivers/video/fbdev/omap/Kconfig b/drivers/video/fbdev/omap/Kconfig index ca147936bb5c..df2a5d0d4aa2 100644 --- a/drivers/video/fbdev/omap/Kconfig +++ b/drivers/video/fbdev/omap/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FB_OMAP | 2 | config FB_OMAP |
2 | tristate "OMAP frame buffer support" | 3 | tristate "OMAP frame buffer support" |
3 | depends on FB | 4 | depends on FB |
diff --git a/drivers/video/fbdev/omap2/Kconfig b/drivers/video/fbdev/omap2/Kconfig index 4de381f2452e..cd5dc27e710a 100644 --- a/drivers/video/fbdev/omap2/Kconfig +++ b/drivers/video/fbdev/omap2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | if OF && (ARCH_OMAP2PLUS || COMPILE_TEST) | 2 | if OF && (ARCH_OMAP2PLUS || COMPILE_TEST) |
2 | 3 | ||
3 | source "drivers/video/fbdev/omap2/omapfb/Kconfig" | 4 | source "drivers/video/fbdev/omap2/omapfb/Kconfig" |
diff --git a/drivers/video/fbdev/omap2/Makefile b/drivers/video/fbdev/omap2/Makefile index 71ab5ac91106..c31cc481e162 100644 --- a/drivers/video/fbdev/omap2/Makefile +++ b/drivers/video/fbdev/omap2/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += omapfb/ | 2 | obj-y += omapfb/ |
diff --git a/drivers/video/fbdev/omap2/omapfb/Kconfig b/drivers/video/fbdev/omap2/omapfb/Kconfig index 0410e07bb29e..69f9cb03507e 100644 --- a/drivers/video/fbdev/omap2/omapfb/Kconfig +++ b/drivers/video/fbdev/omap2/omapfb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config OMAP2_VRFB | 2 | config OMAP2_VRFB |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/drivers/video/fbdev/omap2/omapfb/displays/Kconfig b/drivers/video/fbdev/omap2/omapfb/displays/Kconfig index 3df8736cf8d8..8c1c5a4cfe18 100644 --- a/drivers/video/fbdev/omap2/omapfb/displays/Kconfig +++ b/drivers/video/fbdev/omap2/omapfb/displays/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "OMAPFB Panel and Encoder Drivers" | 2 | menu "OMAPFB Panel and Encoder Drivers" |
2 | depends on FB_OMAP2_DSS | 3 | depends on FB_OMAP2_DSS |
3 | 4 | ||
diff --git a/drivers/video/fbdev/savage/Makefile b/drivers/video/fbdev/savage/Makefile index e09770fff8ea..3f6fcced1646 100644 --- a/drivers/video/fbdev/savage/Makefile +++ b/drivers/video/fbdev/savage/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the S3 Savage framebuffer driver | 3 | # Makefile for the S3 Savage framebuffer driver |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/sis/Makefile b/drivers/video/fbdev/sis/Makefile index f7c0046e5b1d..3d53fb8678ae 100644 --- a/drivers/video/fbdev/sis/Makefile +++ b/drivers/video/fbdev/sis/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SiS framebuffer device driver | 3 | # Makefile for the SiS framebuffer device driver |
3 | # | 4 | # |
diff --git a/drivers/video/fbdev/vermilion/Makefile b/drivers/video/fbdev/vermilion/Makefile index cc21a656153d..22e9e4635a00 100644 --- a/drivers/video/fbdev/vermilion/Makefile +++ b/drivers/video/fbdev/vermilion/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_FB_LE80578) += vmlfb.o | 2 | obj-$(CONFIG_FB_LE80578) += vmlfb.o |
2 | obj-$(CONFIG_FB_CARILLO_RANCH) += crvml.o | 3 | obj-$(CONFIG_FB_CARILLO_RANCH) += crvml.o |
3 | 4 | ||
diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig index d1f6196c8b9a..6d6f8c08792d 100644 --- a/drivers/video/logo/Kconfig +++ b/drivers/video/logo/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Logo configuration | 3 | # Logo configuration |
3 | # | 4 | # |
diff --git a/drivers/virt/Kconfig b/drivers/virt/Kconfig index 8d9cdfbd6bcc..363af2eaf2ba 100644 --- a/drivers/virt/Kconfig +++ b/drivers/virt/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Virtualization support drivers | 3 | # Virtualization support drivers |
3 | # | 4 | # |
diff --git a/drivers/virt/Makefile b/drivers/virt/Makefile index d3f7b2540890..fd331247c27a 100644 --- a/drivers/virt/Makefile +++ b/drivers/virt/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for drivers that support virtualization | 3 | # Makefile for drivers that support virtualization |
3 | # | 4 | # |
diff --git a/drivers/virt/vboxguest/Kconfig b/drivers/virt/vboxguest/Kconfig index fffd318a10fe..cc329887bfae 100644 --- a/drivers/virt/vboxguest/Kconfig +++ b/drivers/virt/vboxguest/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VBOXGUEST | 2 | config VBOXGUEST |
2 | tristate "Virtual Box Guest integration support" | 3 | tristate "Virtual Box Guest integration support" |
3 | depends on X86 && PCI && INPUT | 4 | depends on X86 && PCI && INPUT |
diff --git a/drivers/virt/vboxguest/Makefile b/drivers/virt/vboxguest/Makefile index 203b8f465817..804279216291 100644 --- a/drivers/virt/vboxguest/Makefile +++ b/drivers/virt/vboxguest/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | vboxguest-y := vboxguest_linux.o vboxguest_core.o vboxguest_utils.o | 2 | vboxguest-y := vboxguest_linux.o vboxguest_core.o vboxguest_utils.o |
2 | 3 | ||
3 | obj-$(CONFIG_VBOXGUEST) += vboxguest.o | 4 | obj-$(CONFIG_VBOXGUEST) += vboxguest.o |
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 35897649c24f..9aea44ed54c7 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VIRTIO | 2 | config VIRTIO |
2 | tristate | 3 | tristate |
3 | ---help--- | 4 | ---help--- |
diff --git a/drivers/visorbus/Kconfig b/drivers/visorbus/Kconfig index 1f5812b936d0..d702c44fb5d6 100644 --- a/drivers/visorbus/Kconfig +++ b/drivers/visorbus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Unisys visorbus configuration | 3 | # Unisys visorbus configuration |
3 | # | 4 | # |
diff --git a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig index e01162046598..e7f9492a0b04 100644 --- a/drivers/vlynq/Kconfig +++ b/drivers/vlynq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "TI VLYNQ" | 2 | menu "TI VLYNQ" |
2 | depends on AR7 | 3 | depends on AR7 |
3 | 4 | ||
diff --git a/drivers/vlynq/Makefile b/drivers/vlynq/Makefile index b3f61149b599..d9ce5b2b5ce0 100644 --- a/drivers/vlynq/Makefile +++ b/drivers/vlynq/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for kernel vlynq drivers | 3 | # Makefile for kernel vlynq drivers |
3 | # | 4 | # |
diff --git a/drivers/vme/Kconfig b/drivers/vme/Kconfig index a6a6f9559119..7cb9ec6b6b41 100644 --- a/drivers/vme/Kconfig +++ b/drivers/vme/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # VME configuration. | 3 | # VME configuration. |
3 | # | 4 | # |
diff --git a/drivers/vme/Makefile b/drivers/vme/Makefile index d7bfcb9fd5a1..8bfe4b370c41 100644 --- a/drivers/vme/Makefile +++ b/drivers/vme/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the VME bridge device drivers. | 3 | # Makefile for the VME bridge device drivers. |
3 | # | 4 | # |
diff --git a/drivers/vme/boards/Kconfig b/drivers/vme/boards/Kconfig index 761631353527..7a255f72980b 100644 --- a/drivers/vme/boards/Kconfig +++ b/drivers/vme/boards/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | comment "VME Board Drivers" | 2 | comment "VME Board Drivers" |
2 | 3 | ||
3 | config VMIVME_7805 | 4 | config VMIVME_7805 |
diff --git a/drivers/vme/boards/Makefile b/drivers/vme/boards/Makefile index 43658340885d..87122381452c 100644 --- a/drivers/vme/boards/Makefile +++ b/drivers/vme/boards/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the VME board drivers. | 3 | # Makefile for the VME board drivers. |
3 | # | 4 | # |
diff --git a/drivers/vme/bridges/Kconfig b/drivers/vme/bridges/Kconfig index f6ddc3715401..cb3baed64914 100644 --- a/drivers/vme/bridges/Kconfig +++ b/drivers/vme/bridges/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | comment "VME Bridge Drivers" | 2 | comment "VME Bridge Drivers" |
2 | 3 | ||
3 | config VME_CA91CX42 | 4 | config VME_CA91CX42 |
diff --git a/drivers/vme/bridges/Makefile b/drivers/vme/bridges/Makefile index b074542495c5..0a6cf843438a 100644 --- a/drivers/vme/bridges/Makefile +++ b/drivers/vme/bridges/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o | 2 | obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o |
2 | obj-$(CONFIG_VME_TSI148) += vme_tsi148.o | 3 | obj-$(CONFIG_VME_TSI148) += vme_tsi148.o |
3 | obj-$(CONFIG_VME_FAKE) += vme_fake.o | 4 | obj-$(CONFIG_VME_FAKE) += vme_fake.o |
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig index dbb41f45af8a..03dd57581df7 100644 --- a/drivers/w1/Kconfig +++ b/drivers/w1/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig W1 | 2 | menuconfig W1 |
2 | tristate "Dallas's 1-wire support" | 3 | tristate "Dallas's 1-wire support" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 6bb0b54965f2..1ff0d42b7879 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Dallas's 1-wire bus. | 3 | # Makefile for the Dallas's 1-wire bus. |
3 | # | 4 | # |
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 00827d2897b5..7ae260577901 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # 1-wire bus master configuration | 3 | # 1-wire bus master configuration |
3 | # | 4 | # |
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig index e22fdeddada1..37aaad26b373 100644 --- a/drivers/w1/slaves/Kconfig +++ b/drivers/w1/slaves/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # 1-wire slaves configuration | 3 | # 1-wire slaves configuration |
3 | # | 4 | # |
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 7ea60371bda0..ffe754539f5a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | # | 3 | # |
3 | # Watchdog device configuration | 4 | # Watchdog device configuration |
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 838b66a9a0e7..ec6558b79e9d 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Xen driver support" | 2 | menu "Xen driver support" |
2 | depends on XEN | 3 | depends on XEN |
3 | 4 | ||
diff --git a/drivers/xen/events/Makefile b/drivers/xen/events/Makefile index 62be55cd981d..92508d9a6bd2 100644 --- a/drivers/xen/events/Makefile +++ b/drivers/xen/events/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += events.o | 2 | obj-y += events.o |
2 | 3 | ||
3 | events-y += events_base.o | 4 | events-y += events_base.o |
diff --git a/drivers/xen/xenfs/Makefile b/drivers/xen/xenfs/Makefile index 1a83010ddffa..8490644df1a3 100644 --- a/drivers/xen/xenfs/Makefile +++ b/drivers/xen/xenfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_XENFS) += xenfs.o | 2 | obj-$(CONFIG_XENFS) += xenfs.o |
2 | 3 | ||
3 | xenfs-y = super.o | 4 | xenfs-y = super.o |
diff --git a/drivers/zorro/Kconfig b/drivers/zorro/Kconfig index 19bc753a4755..2b6ed2936ce3 100644 --- a/drivers/zorro/Kconfig +++ b/drivers/zorro/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Zorro configuration | 3 | # Zorro configuration |
3 | # | 4 | # |
diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig index 11045d8e356a..ac2ec4543fe1 100644 --- a/fs/9p/Kconfig +++ b/fs/9p/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config 9P_FS | 2 | config 9P_FS |
2 | tristate "Plan 9 Resource Sharing Support (9P2000)" | 3 | tristate "Plan 9 Resource Sharing Support (9P2000)" |
3 | depends on INET && NET_9P | 4 | depends on INET && NET_9P |
diff --git a/fs/Kconfig b/fs/Kconfig index cbbffc8b9ef5..f1046cf6ad85 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # File system configuration | 3 | # File system configuration |
3 | # | 4 | # |
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index b795f8da81f3..f87ddd1b6d72 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menu "Executable file formats" | 3 | menu "Executable file formats" |
3 | 4 | ||
diff --git a/fs/adfs/Kconfig b/fs/adfs/Kconfig index c5a7787dd5e9..df4650dccf68 100644 --- a/fs/adfs/Kconfig +++ b/fs/adfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ADFS_FS | 2 | config ADFS_FS |
2 | tristate "ADFS file system support" | 3 | tristate "ADFS file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/adfs/Makefile b/fs/adfs/Makefile index 9b2d71a9a35c..cf7de6ece659 100644 --- a/fs/adfs/Makefile +++ b/fs/adfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux adfs filesystem routines. | 3 | # Makefile for the linux adfs filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/affs/Kconfig b/fs/affs/Kconfig index a04d9e848d05..84c46b9025c5 100644 --- a/fs/affs/Kconfig +++ b/fs/affs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config AFFS_FS | 2 | config AFFS_FS |
2 | tristate "Amiga FFS file system support" | 3 | tristate "Amiga FFS file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/affs/Makefile b/fs/affs/Makefile index 3988b4a78339..f2c811429a4e 100644 --- a/fs/affs/Makefile +++ b/fs/affs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux affs filesystem routines. | 3 | # Makefile for the Linux affs filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/afs/Kconfig b/fs/afs/Kconfig index 701aaa9b1899..3fb1f559e317 100644 --- a/fs/afs/Kconfig +++ b/fs/afs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config AFS_FS | 2 | config AFS_FS |
2 | tristate "Andrew File System support (AFS)" | 3 | tristate "Andrew File System support (AFS)" |
3 | depends on INET | 4 | depends on INET |
diff --git a/fs/autofs/Kconfig b/fs/autofs/Kconfig index eaebcd430cc3..3b3a6b1423c6 100644 --- a/fs/autofs/Kconfig +++ b/fs/autofs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config AUTOFS4_FS | 2 | config AUTOFS4_FS |
2 | tristate "Old Kconfig name for Kernel automounter support" | 3 | tristate "Old Kconfig name for Kernel automounter support" |
3 | select AUTOFS_FS | 4 | select AUTOFS_FS |
diff --git a/fs/autofs/Makefile b/fs/autofs/Makefile index 1f85d35ec8b7..495ac542e172 100644 --- a/fs/autofs/Makefile +++ b/fs/autofs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux autofs-filesystem routines. | 3 | # Makefile for the linux autofs-filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/befs/Kconfig b/fs/befs/Kconfig index edc5cc2aefad..9550b6462b81 100644 --- a/fs/befs/Kconfig +++ b/fs/befs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BEFS_FS | 2 | config BEFS_FS |
2 | tristate "BeOS file system (BeFS) support (read only)" | 3 | tristate "BeOS file system (BeFS) support (read only)" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/befs/Makefile b/fs/befs/Makefile index 8b9f66642a83..6c9c3cbc556e 100644 --- a/fs/befs/Makefile +++ b/fs/befs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux BeOS filesystem routines. | 3 | # Makefile for the linux BeOS filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/bfs/Kconfig b/fs/bfs/Kconfig index 3728a6479c64..3e1247f07913 100644 --- a/fs/bfs/Kconfig +++ b/fs/bfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BFS_FS | 2 | config BFS_FS |
2 | tristate "BFS file system support" | 3 | tristate "BFS file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/bfs/Makefile b/fs/bfs/Makefile index c787b36d940c..2b6bc5eb4de9 100644 --- a/fs/bfs/Makefile +++ b/fs/bfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for BFS filesystem. | 3 | # Makefile for BFS filesystem. |
3 | # | 4 | # |
diff --git a/fs/cachefiles/Kconfig b/fs/cachefiles/Kconfig index 80e9c6167f0b..ae559ed5b3b3 100644 --- a/fs/cachefiles/Kconfig +++ b/fs/cachefiles/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config CACHEFILES | 3 | config CACHEFILES |
3 | tristate "Filesystem caching on files" | 4 | tristate "Filesystem caching on files" |
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index 52095f473464..7f7d92d6b024 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CEPH_FS | 2 | config CEPH_FS |
2 | tristate "Ceph distributed file system" | 3 | tristate "Ceph distributed file system" |
3 | depends on INET | 4 | depends on INET |
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 76724efc831c..aae2b8b2adf5 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CIFS | 2 | config CIFS |
2 | tristate "SMB3 and CIFS support (advanced network filesystem)" | 3 | tristate "SMB3 and CIFS support (advanced network filesystem)" |
3 | depends on INET | 4 | depends on INET |
diff --git a/fs/coda/Kconfig b/fs/coda/Kconfig index c0e5a7fad06d..ae6759f9594a 100644 --- a/fs/coda/Kconfig +++ b/fs/coda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CODA_FS | 2 | config CODA_FS |
2 | tristate "Coda file system support (advanced network fs)" | 3 | tristate "Coda file system support (advanced network fs)" |
3 | depends on INET | 4 | depends on INET |
diff --git a/fs/coda/Makefile b/fs/coda/Makefile index 1bab69a0d347..1ce66819da2a 100644 --- a/fs/coda/Makefile +++ b/fs/coda/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Coda filesystem routines. | 3 | # Makefile for the Linux Coda filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/configfs/Kconfig b/fs/configfs/Kconfig index 9febcdefdfdc..272b64456999 100644 --- a/fs/configfs/Kconfig +++ b/fs/configfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CONFIGFS_FS | 2 | config CONFIGFS_FS |
2 | tristate "Userspace-driven configuration filesystem" | 3 | tristate "Userspace-driven configuration filesystem" |
3 | select SYSFS | 4 | select SYSFS |
diff --git a/fs/configfs/Makefile b/fs/configfs/Makefile index 00ffb278e98c..0200498ede27 100644 --- a/fs/configfs/Makefile +++ b/fs/configfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the configfs virtual filesystem | 3 | # Makefile for the configfs virtual filesystem |
3 | # | 4 | # |
diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig index 5933f995309a..c8bebb70a971 100644 --- a/fs/cramfs/Kconfig +++ b/fs/cramfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CRAMFS | 2 | config CRAMFS |
2 | tristate "Compressed ROM file system support (cramfs)" | 3 | tristate "Compressed ROM file system support (cramfs)" |
3 | select ZLIB_INFLATE | 4 | select ZLIB_INFLATE |
diff --git a/fs/cramfs/Makefile b/fs/cramfs/Makefile index 92ebb464a725..8c3ed2982419 100644 --- a/fs/cramfs/Makefile +++ b/fs/cramfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux cramfs routines. | 3 | # Makefile for the linux cramfs routines. |
3 | # | 4 | # |
diff --git a/fs/crypto/Kconfig b/fs/crypto/Kconfig index f0de238000c0..24ed99e2eca0 100644 --- a/fs/crypto/Kconfig +++ b/fs/crypto/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FS_ENCRYPTION | 2 | config FS_ENCRYPTION |
2 | bool "FS Encryption (Per-file encryption)" | 3 | bool "FS Encryption (Per-file encryption)" |
3 | select CRYPTO | 4 | select CRYPTO |
diff --git a/fs/crypto/Makefile b/fs/crypto/Makefile index cb496989a6b6..4f0df5e682e4 100644 --- a/fs/crypto/Makefile +++ b/fs/crypto/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o | 2 | obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o |
2 | 3 | ||
3 | fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o | 4 | fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o |
diff --git a/fs/debugfs/Makefile b/fs/debugfs/Makefile index 840c45696668..9c0fe38cfb5e 100644 --- a/fs/debugfs/Makefile +++ b/fs/debugfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | debugfs-objs := inode.o file.o | 2 | debugfs-objs := inode.o file.o |
2 | 3 | ||
3 | obj-$(CONFIG_DEBUG_FS) += debugfs.o | 4 | obj-$(CONFIG_DEBUG_FS) += debugfs.o |
diff --git a/fs/devpts/Makefile b/fs/devpts/Makefile index 236696efcbac..66064c8fcb3e 100644 --- a/fs/devpts/Makefile +++ b/fs/devpts/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux /dev/pts virtual filesystem. | 3 | # Makefile for the Linux /dev/pts virtual filesystem. |
3 | # | 4 | # |
diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index e4242c3f8486..f82a4952769d 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig DLM | 2 | menuconfig DLM |
2 | tristate "Distributed Lock Manager (DLM)" | 3 | tristate "Distributed Lock Manager (DLM)" |
3 | depends on INET | 4 | depends on INET |
diff --git a/fs/ecryptfs/Kconfig b/fs/ecryptfs/Kconfig index 434aa313f077..522c35d5292b 100644 --- a/fs/ecryptfs/Kconfig +++ b/fs/ecryptfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ECRYPT_FS | 2 | config ECRYPT_FS |
2 | tristate "eCrypt filesystem layer support" | 3 | tristate "eCrypt filesystem layer support" |
3 | depends on KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n) | 4 | depends on KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n) |
diff --git a/fs/ecryptfs/Makefile b/fs/ecryptfs/Makefile index 49678a69947d..4f2cc5b2542d 100644 --- a/fs/ecryptfs/Makefile +++ b/fs/ecryptfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux eCryptfs | 3 | # Makefile for the Linux eCryptfs |
3 | # | 4 | # |
diff --git a/fs/efivarfs/Kconfig b/fs/efivarfs/Kconfig index c2499ef174a2..edec8a19c894 100644 --- a/fs/efivarfs/Kconfig +++ b/fs/efivarfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config EFIVAR_FS | 2 | config EFIVAR_FS |
2 | tristate "EFI Variable filesystem" | 3 | tristate "EFI Variable filesystem" |
3 | depends on EFI | 4 | depends on EFI |
diff --git a/fs/efivarfs/Makefile b/fs/efivarfs/Makefile index 955d478177d5..0b1c5e63eb71 100644 --- a/fs/efivarfs/Makefile +++ b/fs/efivarfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the efivarfs filesystem | 3 | # Makefile for the efivarfs filesystem |
3 | # | 4 | # |
diff --git a/fs/efs/Kconfig b/fs/efs/Kconfig index d020e3c30fea..2df1bac8b375 100644 --- a/fs/efs/Kconfig +++ b/fs/efs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config EFS_FS | 2 | config EFS_FS |
2 | tristate "EFS file system support (read only)" | 3 | tristate "EFS file system support (read only)" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/efs/Makefile b/fs/efs/Makefile index 963543d46f0d..85e5b88f9471 100644 --- a/fs/efs/Makefile +++ b/fs/efs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux efs-filesystem routines. | 3 | # Makefile for the linux efs-filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/exportfs/Makefile b/fs/exportfs/Makefile index d7c5d4ddb34b..a04a8af83efd 100644 --- a/fs/exportfs/Makefile +++ b/fs/exportfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the filesystem export support routines. | 3 | # Makefile for the filesystem export support routines. |
3 | 4 | ||
diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig index 894e4c53d1d2..54eec9185627 100644 --- a/fs/ext2/Kconfig +++ b/fs/ext2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config EXT2_FS | 2 | config EXT2_FS |
2 | tristate "Second extended fs support" | 3 | tristate "Second extended fs support" |
3 | help | 4 | help |
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 06f77ca7f36e..cbb5ca830e57 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Ext3 configs are here for backward compatibility with old configs which may | 2 | # Ext3 configs are here for backward compatibility with old configs which may |
2 | # have EXT3_FS set but not EXT4_FS set and thus would result in non-bootable | 3 | # have EXT3_FS set but not EXT4_FS set and thus would result in non-bootable |
3 | # kernels after the removal of ext3 driver. | 4 | # kernels after the removal of ext3 driver. |
diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index e57cc754d543..110a38ca5d53 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config F2FS_FS | 2 | config F2FS_FS |
2 | tristate "F2FS filesystem support" | 3 | tristate "F2FS filesystem support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig index 3ff1772f612e..718163d0c621 100644 --- a/fs/fat/Kconfig +++ b/fs/fat/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FAT_FS | 2 | config FAT_FS |
2 | tristate | 3 | tristate |
3 | select NLS | 4 | select NLS |
diff --git a/fs/freevxfs/Kconfig b/fs/freevxfs/Kconfig index ce49df1020dd..c05c71d57291 100644 --- a/fs/freevxfs/Kconfig +++ b/fs/freevxfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config VXFS_FS | 2 | config VXFS_FS |
2 | tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)" | 3 | tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/freevxfs/Makefile b/fs/freevxfs/Makefile index 87ad097440d6..e6ee59291521 100644 --- a/fs/freevxfs/Makefile +++ b/fs/freevxfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # VxFS Makefile | 3 | # VxFS Makefile |
3 | # | 4 | # |
diff --git a/fs/fscache/Kconfig b/fs/fscache/Kconfig index 3f6dfa989881..506c5e643f0d 100644 --- a/fs/fscache/Kconfig +++ b/fs/fscache/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config FSCACHE | 3 | config FSCACHE |
3 | tristate "General filesystem local caching manager" | 4 | tristate "General filesystem local caching manager" |
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig index 76f09ce7e5b2..24fc5a5c1b97 100644 --- a/fs/fuse/Kconfig +++ b/fs/fuse/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FUSE_FS | 2 | config FUSE_FS |
2 | tristate "FUSE (Filesystem in Userspace) support" | 3 | tristate "FUSE (Filesystem in Userspace) support" |
3 | select FS_POSIX_ACL | 4 | select FS_POSIX_ACL |
diff --git a/fs/fuse/Makefile b/fs/fuse/Makefile index f7b807bc1027..9485019c2a14 100644 --- a/fs/fuse/Makefile +++ b/fs/fuse/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the FUSE filesystem. | 3 | # Makefile for the FUSE filesystem. |
3 | # | 4 | # |
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index 6a1e499543f5..03c966840422 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config GFS2_FS | 2 | config GFS2_FS |
2 | tristate "GFS2 file system support" | 3 | tristate "GFS2 file system support" |
3 | select FS_POSIX_ACL | 4 | select FS_POSIX_ACL |
diff --git a/fs/hfs/Kconfig b/fs/hfs/Kconfig index 998e3a6decf3..44f6e89bcb75 100644 --- a/fs/hfs/Kconfig +++ b/fs/hfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HFS_FS | 2 | config HFS_FS |
2 | tristate "Apple Macintosh file system support" | 3 | tristate "Apple Macintosh file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/hfs/Makefile b/fs/hfs/Makefile index c41f5a85f42d..b65459bf3dc4 100644 --- a/fs/hfs/Makefile +++ b/fs/hfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux hfs filesystem routines. | 3 | # Makefile for the Linux hfs filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig index a63371815aab..7d4229aecec0 100644 --- a/fs/hfsplus/Kconfig +++ b/fs/hfsplus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HFSPLUS_FS | 2 | config HFSPLUS_FS |
2 | tristate "Apple Extended HFS file system support" | 3 | tristate "Apple Extended HFS file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/hpfs/Kconfig b/fs/hpfs/Kconfig index 56bd15c5bf6c..56aa0336254a 100644 --- a/fs/hpfs/Kconfig +++ b/fs/hpfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HPFS_FS | 2 | config HPFS_FS |
2 | tristate "OS/2 HPFS file system support" | 3 | tristate "OS/2 HPFS file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/hpfs/Makefile b/fs/hpfs/Makefile index 57b786fb9827..153c17382c19 100644 --- a/fs/hpfs/Makefile +++ b/fs/hpfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux hpfs filesystem routines. | 3 | # Makefile for the Linux hpfs filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/hugetlbfs/Makefile b/fs/hugetlbfs/Makefile index 6adf870c63c6..d876ecfbe6bb 100644 --- a/fs/hugetlbfs/Makefile +++ b/fs/hugetlbfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux ramfs routines. | 3 | # Makefile for the linux ramfs routines. |
3 | # | 4 | # |
diff --git a/fs/isofs/Kconfig b/fs/isofs/Kconfig index 8ab9878e3671..5e7419599f50 100644 --- a/fs/isofs/Kconfig +++ b/fs/isofs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ISO9660_FS | 2 | config ISO9660_FS |
2 | tristate "ISO 9660 CDROM file system support" | 3 | tristate "ISO 9660 CDROM file system support" |
3 | help | 4 | help |
diff --git a/fs/jbd2/Kconfig b/fs/jbd2/Kconfig index 5a9f5534d57b..4ad2c67f93f1 100644 --- a/fs/jbd2/Kconfig +++ b/fs/jbd2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config JBD2 | 2 | config JBD2 |
2 | tristate | 3 | tristate |
3 | select CRC32 | 4 | select CRC32 |
diff --git a/fs/jbd2/Makefile b/fs/jbd2/Makefile index 802a3413872a..126b4da6c7de 100644 --- a/fs/jbd2/Makefile +++ b/fs/jbd2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux journaling routines. | 3 | # Makefile for the linux journaling routines. |
3 | # | 4 | # |
diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig index ad850c5bf2ca..7c96bc107218 100644 --- a/fs/jffs2/Kconfig +++ b/fs/jffs2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config JFFS2_FS | 2 | config JFFS2_FS |
2 | tristate "Journalling Flash File System v2 (JFFS2) support" | 3 | tristate "Journalling Flash File System v2 (JFFS2) support" |
3 | select CRC32 | 4 | select CRC32 |
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig index 851de78fdabb..22a273bd4648 100644 --- a/fs/jfs/Kconfig +++ b/fs/jfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config JFS_FS | 2 | config JFS_FS |
2 | tristate "JFS filesystem support" | 3 | tristate "JFS filesystem support" |
3 | select NLS | 4 | select NLS |
diff --git a/fs/kernfs/Kconfig b/fs/kernfs/Kconfig index 397b5f7a7a16..e7f09105f6e9 100644 --- a/fs/kernfs/Kconfig +++ b/fs/kernfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # KERNFS should be selected by its users | 3 | # KERNFS should be selected by its users |
3 | # | 4 | # |
diff --git a/fs/kernfs/Makefile b/fs/kernfs/Makefile index 674337c76673..4ca54ff54c98 100644 --- a/fs/kernfs/Makefile +++ b/fs/kernfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the kernfs pseudo filesystem | 3 | # Makefile for the kernfs pseudo filesystem |
3 | # | 4 | # |
diff --git a/fs/minix/Kconfig b/fs/minix/Kconfig index bcd53a79156f..de2003974ff0 100644 --- a/fs/minix/Kconfig +++ b/fs/minix/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MINIX_FS | 2 | config MINIX_FS |
2 | tristate "Minix file system support" | 3 | tristate "Minix file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/minix/Makefile b/fs/minix/Makefile index 3063015abfd0..a2d3ab58d187 100644 --- a/fs/minix/Makefile +++ b/fs/minix/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux minix filesystem routines. | 3 | # Makefile for the Linux minix filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index 69d02cf8cf37..295a7a21b774 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFS_FS | 2 | config NFS_FS |
2 | tristate "NFS client support" | 3 | tristate "NFS client support" |
3 | depends on INET && FILE_LOCKING && MULTIUSER | 4 | depends on INET && FILE_LOCKING && MULTIUSER |
diff --git a/fs/nfs/blocklayout/Makefile b/fs/nfs/blocklayout/Makefile index 3ca14c36d08b..7668a1bfb5fa 100644 --- a/fs/nfs/blocklayout/Makefile +++ b/fs/nfs/blocklayout/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the pNFS block layout driver kernel module | 3 | # Makefile for the pNFS block layout driver kernel module |
3 | # | 4 | # |
diff --git a/fs/nfs/filelayout/Makefile b/fs/nfs/filelayout/Makefile index 8516cdffb9e9..de056312d374 100644 --- a/fs/nfs/filelayout/Makefile +++ b/fs/nfs/filelayout/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the pNFS Files Layout Driver kernel module | 3 | # Makefile for the pNFS Files Layout Driver kernel module |
3 | # | 4 | # |
diff --git a/fs/nfs/flexfilelayout/Makefile b/fs/nfs/flexfilelayout/Makefile index 1d2c9f6bbcd4..49f03422b6ad 100644 --- a/fs/nfs/flexfilelayout/Makefile +++ b/fs/nfs/flexfilelayout/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the pNFS Flexfile Layout Driver kernel module | 3 | # Makefile for the pNFS Flexfile Layout Driver kernel module |
3 | # | 4 | # |
diff --git a/fs/nfs_common/Makefile b/fs/nfs_common/Makefile index d153ca3ea577..4bebe834c009 100644 --- a/fs/nfs_common/Makefile +++ b/fs/nfs_common/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for Linux filesystem routines that are shared by client and server. | 3 | # Makefile for Linux filesystem routines that are shared by client and server. |
3 | # | 4 | # |
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index 20b1c17320d5..d25f6bbe7006 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFSD | 2 | config NFSD |
2 | tristate "NFS server support" | 3 | tristate "NFS server support" |
3 | depends on INET | 4 | depends on INET |
diff --git a/fs/nilfs2/Kconfig b/fs/nilfs2/Kconfig index 80da8eb27393..254d102e79c9 100644 --- a/fs/nilfs2/Kconfig +++ b/fs/nilfs2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NILFS2_FS | 2 | config NILFS2_FS |
2 | tristate "NILFS2 file system support" | 3 | tristate "NILFS2 file system support" |
3 | select CRC32 | 4 | select CRC32 |
diff --git a/fs/nls/Kconfig b/fs/nls/Kconfig index e2ce79ef48c4..5a63303298e6 100644 --- a/fs/nls/Kconfig +++ b/fs/nls/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Native language support configuration | 3 | # Native language support configuration |
3 | # | 4 | # |
diff --git a/fs/notify/Kconfig b/fs/notify/Kconfig index 2a24249b30af..c020d26ba223 100644 --- a/fs/notify/Kconfig +++ b/fs/notify/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FSNOTIFY | 2 | config FSNOTIFY |
2 | def_bool n | 3 | def_bool n |
3 | select SRCU | 4 | select SRCU |
diff --git a/fs/notify/dnotify/Kconfig b/fs/notify/dnotify/Kconfig index f9c1ca139d8f..3df7def17eea 100644 --- a/fs/notify/dnotify/Kconfig +++ b/fs/notify/dnotify/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DNOTIFY | 2 | config DNOTIFY |
2 | bool "Dnotify support" | 3 | bool "Dnotify support" |
3 | select FSNOTIFY | 4 | select FSNOTIFY |
diff --git a/fs/notify/dnotify/Makefile b/fs/notify/dnotify/Makefile index f145251dcadb..121b4dd6b1fe 100644 --- a/fs/notify/dnotify/Makefile +++ b/fs/notify/dnotify/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DNOTIFY) += dnotify.o | 2 | obj-$(CONFIG_DNOTIFY) += dnotify.o |
diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig index 521dc91d2cb5..8b9103f126ad 100644 --- a/fs/notify/fanotify/Kconfig +++ b/fs/notify/fanotify/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config FANOTIFY | 2 | config FANOTIFY |
2 | bool "Filesystem wide access notification" | 3 | bool "Filesystem wide access notification" |
3 | select FSNOTIFY | 4 | select FSNOTIFY |
diff --git a/fs/notify/fanotify/Makefile b/fs/notify/fanotify/Makefile index 0999213e7e6e..25ef222915e5 100644 --- a/fs/notify/fanotify/Makefile +++ b/fs/notify/fanotify/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_FANOTIFY) += fanotify.o fanotify_user.o | 2 | obj-$(CONFIG_FANOTIFY) += fanotify.o fanotify_user.o |
diff --git a/fs/notify/inotify/Kconfig b/fs/notify/inotify/Kconfig index 0161c74e76e2..6736e47d94d8 100644 --- a/fs/notify/inotify/Kconfig +++ b/fs/notify/inotify/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config INOTIFY_USER | 2 | config INOTIFY_USER |
2 | bool "Inotify support for userspace" | 3 | bool "Inotify support for userspace" |
3 | select FSNOTIFY | 4 | select FSNOTIFY |
diff --git a/fs/notify/inotify/Makefile b/fs/notify/inotify/Makefile index a380dabe09de..812237eecf3a 100644 --- a/fs/notify/inotify/Makefile +++ b/fs/notify/inotify/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_INOTIFY_USER) += inotify_fsnotify.o inotify_user.o | 2 | obj-$(CONFIG_INOTIFY_USER) += inotify_fsnotify.o inotify_user.o |
diff --git a/fs/ntfs/Kconfig b/fs/ntfs/Kconfig index f5a868cc9152..de9fb5cff226 100644 --- a/fs/ntfs/Kconfig +++ b/fs/ntfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NTFS_FS | 2 | config NTFS_FS |
2 | tristate "NTFS file system support" | 3 | tristate "NTFS file system support" |
3 | select NLS | 4 | select NLS |
diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig index 77a8de5f7119..46bba20da6b5 100644 --- a/fs/ocfs2/Kconfig +++ b/fs/ocfs2/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config OCFS2_FS | 2 | config OCFS2_FS |
2 | tristate "OCFS2 file system support" | 3 | tristate "OCFS2 file system support" |
3 | depends on NET && SYSFS && CONFIGFS_FS | 4 | depends on NET && SYSFS && CONFIGFS_FS |
diff --git a/fs/ocfs2/cluster/Makefile b/fs/ocfs2/cluster/Makefile index 1aefc0350ec3..0e5b73215819 100644 --- a/fs/ocfs2/cluster/Makefile +++ b/fs/ocfs2/cluster/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o | 2 | obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o |
2 | 3 | ||
3 | ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \ | 4 | ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \ |
diff --git a/fs/ocfs2/dlm/Makefile b/fs/ocfs2/dlm/Makefile index 3d4041f0431e..38b224372776 100644 --- a/fs/ocfs2/dlm/Makefile +++ b/fs/ocfs2/dlm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/.. | 2 | ccflags-y := -I $(srctree)/$(src)/.. |
2 | 3 | ||
3 | obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o | 4 | obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o |
diff --git a/fs/ocfs2/dlmfs/Makefile b/fs/ocfs2/dlmfs/Makefile index 0a0b93d940fe..a9874e441bd4 100644 --- a/fs/ocfs2/dlmfs/Makefile +++ b/fs/ocfs2/dlmfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y := -I $(srctree)/$(src)/.. | 2 | ccflags-y := -I $(srctree)/$(src)/.. |
2 | 3 | ||
3 | obj-$(CONFIG_OCFS2_FS) += ocfs2_dlmfs.o | 4 | obj-$(CONFIG_OCFS2_FS) += ocfs2_dlmfs.o |
diff --git a/fs/omfs/Kconfig b/fs/omfs/Kconfig index b1b9a0aba6fd..42b2ec35a05b 100644 --- a/fs/omfs/Kconfig +++ b/fs/omfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config OMFS_FS | 2 | config OMFS_FS |
2 | tristate "SonicBlue Optimized MPEG File System support" | 3 | tristate "SonicBlue Optimized MPEG File System support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/omfs/Makefile b/fs/omfs/Makefile index 8b82b63f1129..ae16fc3d34a3 100644 --- a/fs/omfs/Makefile +++ b/fs/omfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | obj-$(CONFIG_OMFS_FS) += omfs.o | 3 | obj-$(CONFIG_OMFS_FS) += omfs.o |
3 | 4 | ||
diff --git a/fs/openpromfs/Makefile b/fs/openpromfs/Makefile index 4563199b8fe6..843c270cd06f 100644 --- a/fs/openpromfs/Makefile +++ b/fs/openpromfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Sun Openprom filesystem routines. | 3 | # Makefile for the Linux Sun Openprom filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/orangefs/Kconfig b/fs/orangefs/Kconfig index 1554c02489de..890c0ae9a453 100644 --- a/fs/orangefs/Kconfig +++ b/fs/orangefs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ORANGEFS_FS | 2 | config ORANGEFS_FS |
2 | tristate "ORANGEFS (Powered by PVFS) support" | 3 | tristate "ORANGEFS (Powered by PVFS) support" |
3 | select FS_POSIX_ACL | 4 | select FS_POSIX_ACL |
diff --git a/fs/overlayfs/Kconfig b/fs/overlayfs/Kconfig index 2ef91be2a04e..444e2da4f60e 100644 --- a/fs/overlayfs/Kconfig +++ b/fs/overlayfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config OVERLAY_FS | 2 | config OVERLAY_FS |
2 | tristate "Overlay filesystem support" | 3 | tristate "Overlay filesystem support" |
3 | select EXPORTFS | 4 | select EXPORTFS |
diff --git a/fs/overlayfs/Makefile b/fs/overlayfs/Makefile index 46e1ff8ac056..9164c585eb2f 100644 --- a/fs/overlayfs/Makefile +++ b/fs/overlayfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the overlay filesystem. | 3 | # Makefile for the overlay filesystem. |
3 | # | 4 | # |
diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig index 817c02b13b1d..62ee41b4bbd0 100644 --- a/fs/proc/Kconfig +++ b/fs/proc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PROC_FS | 2 | config PROC_FS |
2 | bool "/proc file system support" if EXPERT | 3 | bool "/proc file system support" if EXPERT |
3 | default y | 4 | default y |
diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig index 0d19d191ae70..8f0369aad22a 100644 --- a/fs/pstore/Kconfig +++ b/fs/pstore/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PSTORE | 2 | config PSTORE |
2 | tristate "Persistent store support" | 3 | tristate "Persistent store support" |
3 | select CRYPTO if PSTORE_COMPRESS | 4 | select CRYPTO if PSTORE_COMPRESS |
diff --git a/fs/qnx4/Kconfig b/fs/qnx4/Kconfig index 5f6089994042..45b5b98376c4 100644 --- a/fs/qnx4/Kconfig +++ b/fs/qnx4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QNX4FS_FS | 2 | config QNX4FS_FS |
2 | tristate "QNX4 file system support (read only)" | 3 | tristate "QNX4 file system support (read only)" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/qnx4/Makefile b/fs/qnx4/Makefile index 4a283b3f87f8..42d4fc263a3d 100644 --- a/fs/qnx4/Makefile +++ b/fs/qnx4/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux qnx4-filesystem routines. | 3 | # Makefile for the linux qnx4-filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/qnx6/Kconfig b/fs/qnx6/Kconfig index edbba5c17cc8..6a9d6bce1586 100644 --- a/fs/qnx6/Kconfig +++ b/fs/qnx6/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config QNX6FS_FS | 2 | config QNX6FS_FS |
2 | tristate "QNX6 file system support (read only)" | 3 | tristate "QNX6 file system support (read only)" |
3 | depends on BLOCK && CRC32 | 4 | depends on BLOCK && CRC32 |
diff --git a/fs/qnx6/Makefile b/fs/qnx6/Makefile index 5e6bae6fae50..bd4e6c8efbc6 100644 --- a/fs/qnx6/Makefile +++ b/fs/qnx6/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux qnx4-filesystem routines. | 3 | # Makefile for the linux qnx4-filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index 4a09975aac90..7218314ca13f 100644 --- a/fs/quota/Kconfig +++ b/fs/quota/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Quota configuration | 3 | # Quota configuration |
3 | # | 4 | # |
diff --git a/fs/ramfs/Makefile b/fs/ramfs/Makefile index c71e65dcad25..d1198adb562e 100644 --- a/fs/ramfs/Makefile +++ b/fs/ramfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux ramfs routines. | 3 | # Makefile for the linux ramfs routines. |
3 | # | 4 | # |
diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig index 86e71c0caf48..8fd54ed8f844 100644 --- a/fs/reiserfs/Kconfig +++ b/fs/reiserfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config REISERFS_FS | 2 | config REISERFS_FS |
2 | tristate "Reiserfs support" | 3 | tristate "Reiserfs support" |
3 | select CRC32 | 4 | select CRC32 |
diff --git a/fs/romfs/Kconfig b/fs/romfs/Kconfig index ce2d6bcc6266..ad4c45788896 100644 --- a/fs/romfs/Kconfig +++ b/fs/romfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ROMFS_FS | 2 | config ROMFS_FS |
2 | tristate "ROM file system support" | 3 | tristate "ROM file system support" |
3 | depends on BLOCK || MTD | 4 | depends on BLOCK || MTD |
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig index 1adb3346b9d6..916e78fabcaa 100644 --- a/fs/squashfs/Kconfig +++ b/fs/squashfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SQUASHFS | 2 | config SQUASHFS |
2 | tristate "SquashFS 4.0 - Squashed file system support" | 3 | tristate "SquashFS 4.0 - Squashed file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/sysfs/Kconfig b/fs/sysfs/Kconfig index b2756014508c..b0fe1cce33a0 100644 --- a/fs/sysfs/Kconfig +++ b/fs/sysfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SYSFS | 2 | config SYSFS |
2 | bool "sysfs file system support" if EXPERT | 3 | bool "sysfs file system support" if EXPERT |
3 | default y | 4 | default y |
diff --git a/fs/sysfs/Makefile b/fs/sysfs/Makefile index 6eff6e1205a5..0906b9e522fe 100644 --- a/fs/sysfs/Makefile +++ b/fs/sysfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the sysfs virtual filesystem | 3 | # Makefile for the sysfs virtual filesystem |
3 | # | 4 | # |
diff --git a/fs/sysv/Kconfig b/fs/sysv/Kconfig index 33aeb4b75db1..d4edf7d9ae10 100644 --- a/fs/sysv/Kconfig +++ b/fs/sysv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SYSV_FS | 2 | config SYSV_FS |
2 | tristate "System V/Xenix/V7/Coherent file system support" | 3 | tristate "System V/Xenix/V7/Coherent file system support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/sysv/Makefile b/fs/sysv/Makefile index 7a75e70a4b61..17d12ba04b18 100644 --- a/fs/sysv/Makefile +++ b/fs/sysv/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux SystemV/Coherent filesystem routines. | 3 | # Makefile for the Linux SystemV/Coherent filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/tracefs/Makefile b/fs/tracefs/Makefile index 82fa35b656c4..7c35a282b484 100644 --- a/fs/tracefs/Makefile +++ b/fs/tracefs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | tracefs-objs := inode.o | 2 | tracefs-objs := inode.o |
2 | 3 | ||
3 | obj-$(CONFIG_TRACING) += tracefs.o | 4 | obj-$(CONFIG_TRACING) += tracefs.o |
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig index 9da2f135121b..06c35c64162b 100644 --- a/fs/ubifs/Kconfig +++ b/fs/ubifs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config UBIFS_FS | 2 | config UBIFS_FS |
2 | tristate "UBIFS file system support" | 3 | tristate "UBIFS file system support" |
3 | select CRC16 | 4 | select CRC16 |
diff --git a/fs/udf/Kconfig b/fs/udf/Kconfig index aa415054ad0a..6848de581ce1 100644 --- a/fs/udf/Kconfig +++ b/fs/udf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config UDF_FS | 2 | config UDF_FS |
2 | tristate "UDF file system support" | 3 | tristate "UDF file system support" |
3 | select CRC_ITU_T | 4 | select CRC_ITU_T |
diff --git a/fs/udf/Makefile b/fs/udf/Makefile index eb880f66c23a..63981cd333e3 100644 --- a/fs/udf/Makefile +++ b/fs/udf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the linux udf-filesystem routines. | 3 | # Makefile for the linux udf-filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/ufs/Kconfig b/fs/ufs/Kconfig index 0bf6e16f8d79..fcb41516ea59 100644 --- a/fs/ufs/Kconfig +++ b/fs/ufs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config UFS_FS | 2 | config UFS_FS |
2 | tristate "UFS file system support (read only)" | 3 | tristate "UFS file system support (read only)" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile index ec4a6b49fa13..042344c85be0 100644 --- a/fs/ufs/Makefile +++ b/fs/ufs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux ufs filesystem routines. | 3 | # Makefile for the Linux ufs filesystem routines. |
3 | # | 4 | # |
diff --git a/fs/unicode/Kconfig b/fs/unicode/Kconfig index b560a879edf7..2c27b9a5cd6c 100644 --- a/fs/unicode/Kconfig +++ b/fs/unicode/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # UTF-8 normalization | 3 | # UTF-8 normalization |
3 | # | 4 | # |
diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig index 99af5e5bda9f..e685299eb3d2 100644 --- a/fs/xfs/Kconfig +++ b/fs/xfs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config XFS_FS | 2 | config XFS_FS |
2 | tristate "XFS filesystem support" | 3 | tristate "XFS filesystem support" |
3 | depends on BLOCK | 4 | depends on BLOCK |
diff --git a/init/Kconfig b/init/Kconfig index 8b9ffe236e4f..36894c9fb420 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DEFCONFIG_LIST | 2 | config DEFCONFIG_LIST |
2 | string | 3 | string |
3 | depends on !UML | 4 | depends on !UML |
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: |
diff --git a/lib/842/Makefile b/lib/842/Makefile index 5d24c0baff2e..6f7aad269288 100644 --- a/lib/842/Makefile +++ b/lib/842/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_842_COMPRESS) += 842_compress.o | 2 | obj-$(CONFIG_842_COMPRESS) += 842_compress.o |
2 | obj-$(CONFIG_842_DECOMPRESS) += 842_decompress.o | 3 | obj-$(CONFIG_842_DECOMPRESS) += 842_decompress.o |
diff --git a/lib/Kconfig b/lib/Kconfig index 8d9239a4156c..90623a0e1942 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Library configuration | 3 | # Library configuration |
3 | # | 4 | # |
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index eae43952902e..cbdfae379896 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Kernel hacking" | 2 | menu "Kernel hacking" |
2 | 3 | ||
3 | menu "printk and dmesg options" | 4 | menu "printk and dmesg options" |
diff --git a/lib/Kconfig.kasan b/lib/Kconfig.kasan index 9950b660e62d..4fafba1a923b 100644 --- a/lib/Kconfig.kasan +++ b/lib/Kconfig.kasan | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # This config refers to the generic KASAN mode. | 2 | # This config refers to the generic KASAN mode. |
2 | config HAVE_ARCH_KASAN | 3 | config HAVE_ARCH_KASAN |
3 | bool | 4 | bool |
diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb index ab4ff0eea776..bbe397df04a3 100644 --- a/lib/Kconfig.kgdb +++ b/lib/Kconfig.kgdb | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config HAVE_ARCH_KGDB | 3 | config HAVE_ARCH_KGDB |
3 | bool | 4 | bool |
diff --git a/lib/Kconfig.ubsan b/lib/Kconfig.ubsan index a2ae4a8e4fa6..0e04fcb3ab3d 100644 --- a/lib/Kconfig.ubsan +++ b/lib/Kconfig.ubsan | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ARCH_HAS_UBSAN_SANITIZE_ALL | 2 | config ARCH_HAS_UBSAN_SANITIZE_ALL |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/lib/fonts/Kconfig b/lib/fonts/Kconfig index 3ecdd5204ec5..37baa79cdd71 100644 --- a/lib/fonts/Kconfig +++ b/lib/fonts/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Font configuration | 3 | # Font configuration |
3 | # | 4 | # |
diff --git a/lib/lz4/Makefile b/lib/lz4/Makefile index f7b113271d13..5b42242afaa2 100644 --- a/lib/lz4/Makefile +++ b/lib/lz4/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ccflags-y += -O3 | 2 | ccflags-y += -O3 |
2 | 3 | ||
3 | obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o | 4 | obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o |
diff --git a/lib/lzo/Makefile b/lib/lzo/Makefile index f0f7d7ca2b83..2f58fafbbddd 100644 --- a/lib/lzo/Makefile +++ b/lib/lzo/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | lzo_compress-objs := lzo1x_compress.o | 2 | lzo_compress-objs := lzo1x_compress.o |
2 | lzo_decompress-objs := lzo1x_decompress_safe.o | 3 | lzo_decompress-objs := lzo1x_decompress_safe.o |
3 | 4 | ||
diff --git a/lib/math/Kconfig b/lib/math/Kconfig index 73bdf37178d1..15bd50d92308 100644 --- a/lib/math/Kconfig +++ b/lib/math/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CORDIC | 2 | config CORDIC |
2 | tristate "CORDIC algorithm" | 3 | tristate "CORDIC algorithm" |
3 | help | 4 | help |
diff --git a/lib/math/Makefile b/lib/math/Makefile index 583bbfebfc09..be6909e943bd 100644 --- a/lib/math/Makefile +++ b/lib/math/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o | 2 | obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o |
2 | 3 | ||
3 | obj-$(CONFIG_CORDIC) += cordic.o | 4 | obj-$(CONFIG_CORDIC) += cordic.o |
diff --git a/lib/reed_solomon/Makefile b/lib/reed_solomon/Makefile index c3d7136827ed..ba9d7a3329eb 100644 --- a/lib/reed_solomon/Makefile +++ b/lib/reed_solomon/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # This is a modified version of reed solomon lib, | 3 | # This is a modified version of reed solomon lib, |
3 | # | 4 | # |
diff --git a/lib/xz/Kconfig b/lib/xz/Kconfig index 12d2d777f36b..22528743d4ce 100644 --- a/lib/xz/Kconfig +++ b/lib/xz/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config XZ_DEC | 2 | config XZ_DEC |
2 | tristate "XZ decompression support" | 3 | tristate "XZ decompression support" |
3 | select CRC32 | 4 | select CRC32 |
diff --git a/lib/xz/Makefile b/lib/xz/Makefile index a7fa7693f0f3..fa6af814a8d1 100644 --- a/lib/xz/Makefile +++ b/lib/xz/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_XZ_DEC) += xz_dec.o | 2 | obj-$(CONFIG_XZ_DEC) += xz_dec.o |
2 | xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o | 3 | xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o |
3 | xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o | 4 | xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o |
diff --git a/lib/zlib_deflate/Makefile b/lib/zlib_deflate/Makefile index 86275e3fdcbc..2622e03c0b94 100644 --- a/lib/zlib_deflate/Makefile +++ b/lib/zlib_deflate/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # This is a modified version of zlib, which does all memory | 3 | # This is a modified version of zlib, which does all memory |
3 | # allocation ahead of time. | 4 | # allocation ahead of time. |
diff --git a/lib/zlib_inflate/Makefile b/lib/zlib_inflate/Makefile index 49f8ce5774d2..27327d3e9f54 100644 --- a/lib/zlib_inflate/Makefile +++ b/lib/zlib_inflate/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # This is a modified version of zlib, which does all memory | 3 | # This is a modified version of zlib, which does all memory |
3 | # allocation ahead of time. | 4 | # allocation ahead of time. |
diff --git a/lib/zstd/Makefile b/lib/zstd/Makefile index 7920cbbfeae9..f5d778e7e5c7 100644 --- a/lib/zstd/Makefile +++ b/lib/zstd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o | 2 | obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o |
2 | obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o | 3 | obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o |
3 | 4 | ||
diff --git a/mm/Kconfig b/mm/Kconfig index ee8d1f311858..f0c76ba47695 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | menu "Memory Management options" | 3 | menu "Memory Management options" |
3 | 4 | ||
diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug index e980ceb775a4..fa6d79281368 100644 --- a/mm/Kconfig.debug +++ b/mm/Kconfig.debug | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config PAGE_EXTENSION | 2 | config PAGE_EXTENSION |
2 | bool "Extend memmap on extra space for more information on page" | 3 | bool "Extend memmap on extra space for more information on page" |
3 | ---help--- | 4 | ---help--- |
diff --git a/net/6lowpan/Kconfig b/net/6lowpan/Kconfig index 9c051512d14f..4c1f4c0aa58a 100644 --- a/net/6lowpan/Kconfig +++ b/net/6lowpan/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig 6LOWPAN | 2 | menuconfig 6LOWPAN |
2 | tristate "6LoWPAN Support" | 3 | tristate "6LoWPAN Support" |
3 | depends on IPV6 | 4 | depends on IPV6 |
diff --git a/net/802/Kconfig b/net/802/Kconfig index 80d4bf78905d..aaa83e888240 100644 --- a/net/802/Kconfig +++ b/net/802/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config STP | 2 | config STP |
2 | tristate | 3 | tristate |
3 | select LLC | 4 | select LLC |
diff --git a/net/8021q/Kconfig b/net/8021q/Kconfig index 42320180967f..5510b4b90ff0 100644 --- a/net/8021q/Kconfig +++ b/net/8021q/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Configuration for 802.1Q VLAN support | 3 | # Configuration for 802.1Q VLAN support |
3 | # | 4 | # |
diff --git a/net/9p/Kconfig b/net/9p/Kconfig index e6014e0e51f7..3d11fec3a8dc 100644 --- a/net/9p/Kconfig +++ b/net/9p/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # 9P protocol configuration | 3 | # 9P protocol configuration |
3 | # | 4 | # |
diff --git a/net/Kconfig b/net/Kconfig index 3e8fdd688329..d122f53c6fa2 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Network configuration | 3 | # Network configuration |
3 | # | 4 | # |
diff --git a/net/appletalk/Makefile b/net/appletalk/Makefile index 5cda56edef57..33164d972d37 100644 --- a/net/appletalk/Makefile +++ b/net/appletalk/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux AppleTalk layer. | 3 | # Makefile for the Linux AppleTalk layer. |
3 | # | 4 | # |
diff --git a/net/atm/Kconfig b/net/atm/Kconfig index 754ea103b378..271f682e8438 100644 --- a/net/atm/Kconfig +++ b/net/atm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Asynchronous Transfer Mode (ATM) | 3 | # Asynchronous Transfer Mode (ATM) |
3 | # | 4 | # |
diff --git a/net/ax25/Kconfig b/net/ax25/Kconfig index 705e53ef4af0..043fd5437809 100644 --- a/net/ax25/Kconfig +++ b/net/ax25/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Amateur Radio protocols and AX.25 device configuration | 3 | # Amateur Radio protocols and AX.25 device configuration |
3 | # | 4 | # |
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index db82a40875e8..2efac049ad4c 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Bluetooth subsystem configuration | 3 | # Bluetooth subsystem configuration |
3 | # | 4 | # |
diff --git a/net/bluetooth/bnep/Kconfig b/net/bluetooth/bnep/Kconfig index 9b70317c49dc..aac02b5b0d17 100644 --- a/net/bluetooth/bnep/Kconfig +++ b/net/bluetooth/bnep/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BT_BNEP | 2 | config BT_BNEP |
2 | tristate "BNEP protocol support" | 3 | tristate "BNEP protocol support" |
3 | depends on BT_BREDR | 4 | depends on BT_BREDR |
diff --git a/net/bluetooth/bnep/Makefile b/net/bluetooth/bnep/Makefile index c7821e76ca56..8af9d56bb012 100644 --- a/net/bluetooth/bnep/Makefile +++ b/net/bluetooth/bnep/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Bluetooth BNEP layer. | 3 | # Makefile for the Linux Bluetooth BNEP layer. |
3 | # | 4 | # |
diff --git a/net/bluetooth/cmtp/Kconfig b/net/bluetooth/cmtp/Kconfig index 939da0fbdd88..c8337786da6b 100644 --- a/net/bluetooth/cmtp/Kconfig +++ b/net/bluetooth/cmtp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BT_CMTP | 2 | config BT_CMTP |
2 | tristate "CMTP protocol support" | 3 | tristate "CMTP protocol support" |
3 | depends on BT_BREDR && ISDN_CAPI | 4 | depends on BT_BREDR && ISDN_CAPI |
diff --git a/net/bluetooth/cmtp/Makefile b/net/bluetooth/cmtp/Makefile index 890a9a5a6861..b2262ca97499 100644 --- a/net/bluetooth/cmtp/Makefile +++ b/net/bluetooth/cmtp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Bluetooth CMTP layer | 3 | # Makefile for the Linux Bluetooth CMTP layer |
3 | # | 4 | # |
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig index bc8610b24077..14100f341f33 100644 --- a/net/bluetooth/hidp/Kconfig +++ b/net/bluetooth/hidp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BT_HIDP | 2 | config BT_HIDP |
2 | tristate "HIDP protocol support" | 3 | tristate "HIDP protocol support" |
3 | depends on BT_BREDR && INPUT | 4 | depends on BT_BREDR && INPUT |
diff --git a/net/bluetooth/hidp/Makefile b/net/bluetooth/hidp/Makefile index a9ee115696ae..f41b0aa02b23 100644 --- a/net/bluetooth/hidp/Makefile +++ b/net/bluetooth/hidp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Bluetooth HIDP layer | 3 | # Makefile for the Linux Bluetooth HIDP layer |
3 | # | 4 | # |
diff --git a/net/bluetooth/rfcomm/Kconfig b/net/bluetooth/rfcomm/Kconfig index 335df7515220..9b9953ebf4c0 100644 --- a/net/bluetooth/rfcomm/Kconfig +++ b/net/bluetooth/rfcomm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config BT_RFCOMM | 2 | config BT_RFCOMM |
2 | tristate "RFCOMM protocol support" | 3 | tristate "RFCOMM protocol support" |
3 | depends on BT_BREDR | 4 | depends on BT_BREDR |
diff --git a/net/bluetooth/rfcomm/Makefile b/net/bluetooth/rfcomm/Makefile index fe07988a3705..593e5c48c131 100644 --- a/net/bluetooth/rfcomm/Makefile +++ b/net/bluetooth/rfcomm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Bluetooth RFCOMM layer. | 3 | # Makefile for the Linux Bluetooth RFCOMM layer. |
3 | # | 4 | # |
diff --git a/net/bpf/Makefile b/net/bpf/Makefile index b0ca361742e4..1c0a98d8c28f 100644 --- a/net/bpf/Makefile +++ b/net/bpf/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BPF_SYSCALL) := test_run.o | 2 | obj-$(CONFIG_BPF_SYSCALL) := test_run.o |
diff --git a/net/bpfilter/Kconfig b/net/bpfilter/Kconfig index e558b46596c4..91f9d878165e 100644 --- a/net/bpfilter/Kconfig +++ b/net/bpfilter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig BPFILTER | 2 | menuconfig BPFILTER |
2 | bool "BPF based packet filtering framework (BPFILTER)" | 3 | bool "BPF based packet filtering framework (BPFILTER)" |
3 | depends on NET && BPF && INET | 4 | depends on NET && BPF && INET |
diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index 3625d6ade45c..e4fb050e2078 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # 802.1d Ethernet Bridging | 3 | # 802.1d Ethernet Bridging |
3 | # | 4 | # |
diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig index 9a0159aebe1a..c3ad90c43801 100644 --- a/net/bridge/netfilter/Kconfig +++ b/net/bridge/netfilter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Bridge netfilter configuration | 3 | # Bridge netfilter configuration |
3 | # | 4 | # |
diff --git a/net/caif/Kconfig b/net/caif/Kconfig index d3694953b1d7..eb83051c8330 100644 --- a/net/caif/Kconfig +++ b/net/caif/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # CAIF net configurations | 3 | # CAIF net configurations |
3 | # | 4 | # |
diff --git a/net/can/Kconfig b/net/can/Kconfig index a4399be54ff4..0f9fe846ddef 100644 --- a/net/can/Kconfig +++ b/net/can/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Controller Area Network (CAN) network layer core configuration | 3 | # Controller Area Network (CAN) network layer core configuration |
3 | # | 4 | # |
diff --git a/net/ceph/Kconfig b/net/ceph/Kconfig index cd2d5b9301a1..2e8e6f904920 100644 --- a/net/ceph/Kconfig +++ b/net/ceph/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config CEPH_LIB | 2 | config CEPH_LIB |
2 | tristate "Ceph core library" | 3 | tristate "Ceph core library" |
3 | depends on INET | 4 | depends on INET |
diff --git a/net/dcb/Kconfig b/net/dcb/Kconfig index 4066d59c8de5..917e6e7b1cac 100644 --- a/net/dcb/Kconfig +++ b/net/dcb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DCB | 2 | config DCB |
2 | bool "Data Center Bridging support" | 3 | bool "Data Center Bridging support" |
3 | default n | 4 | default n |
diff --git a/net/dcb/Makefile b/net/dcb/Makefile index c1282c9e64fa..3016e5a7716a 100644 --- a/net/dcb/Makefile +++ b/net/dcb/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_DCB) += dcbnl.o dcbevent.o | 2 | obj-$(CONFIG_DCB) += dcbnl.o dcbevent.o |
diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index b270e84d9c13..f7c7495677b0 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig IP_DCCP | 2 | menuconfig IP_DCCP |
2 | tristate "The DCCP Protocol" | 3 | tristate "The DCCP Protocol" |
3 | depends on INET | 4 | depends on INET |
diff --git a/net/dccp/ccids/Kconfig b/net/dccp/ccids/Kconfig index 8ba3fc9d6d16..4a358e6847a8 100644 --- a/net/dccp/ccids/Kconfig +++ b/net/dccp/ccids/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "DCCP CCIDs Configuration" | 2 | menu "DCCP CCIDs Configuration" |
2 | 3 | ||
3 | config IP_DCCP_CCID2_DEBUG | 4 | config IP_DCCP_CCID2_DEBUG |
diff --git a/net/decnet/Kconfig b/net/decnet/Kconfig index dcc74956badd..0935453ccfd5 100644 --- a/net/decnet/Kconfig +++ b/net/decnet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # DECnet configuration | 3 | # DECnet configuration |
3 | # | 4 | # |
diff --git a/net/decnet/netfilter/Kconfig b/net/decnet/netfilter/Kconfig index 8d7c109d5109..14ec4ef95fab 100644 --- a/net/decnet/netfilter/Kconfig +++ b/net/decnet/netfilter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # DECnet netfilter configuration | 3 | # DECnet netfilter configuration |
3 | # | 4 | # |
diff --git a/net/decnet/netfilter/Makefile b/net/decnet/netfilter/Makefile index b579e52130aa..429c84289d0f 100644 --- a/net/decnet/netfilter/Makefile +++ b/net/decnet/netfilter/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for DECnet netfilter modules | 3 | # Makefile for DECnet netfilter modules |
3 | # | 4 | # |
diff --git a/net/dns_resolver/Kconfig b/net/dns_resolver/Kconfig index 50d49f7e0472..0a1c2238b4bd 100644 --- a/net/dns_resolver/Kconfig +++ b/net/dns_resolver/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Configuration for DNS Resolver | 3 | # Configuration for DNS Resolver |
3 | # | 4 | # |
diff --git a/net/dns_resolver/Makefile b/net/dns_resolver/Makefile index d5c13c2eb36d..877532d662d0 100644 --- a/net/dns_resolver/Makefile +++ b/net/dns_resolver/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux DNS Resolver. | 3 | # Makefile for the Linux DNS Resolver. |
3 | # | 4 | # |
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index cf855352a440..d449f78c1bd0 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config HAVE_NET_DSA | 2 | config HAVE_NET_DSA |
2 | def_bool y | 3 | def_bool y |
3 | depends on INET && NETDEVICES && !S390 | 4 | depends on INET && NETDEVICES && !S390 |
diff --git a/net/ethernet/Makefile b/net/ethernet/Makefile index 323177505404..e03eff94e0db 100644 --- a/net/ethernet/Makefile +++ b/net/ethernet/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Ethernet layer. | 3 | # Makefile for the Linux Ethernet layer. |
3 | # | 4 | # |
diff --git a/net/hsr/Kconfig b/net/hsr/Kconfig index 4b683fd0abf1..9c58f8763997 100644 --- a/net/hsr/Kconfig +++ b/net/hsr/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IEC 62439-3 High-availability Seamless Redundancy | 3 | # IEC 62439-3 High-availability Seamless Redundancy |
3 | # | 4 | # |
diff --git a/net/hsr/Makefile b/net/hsr/Makefile index e45757fc477f..75df90d3b416 100644 --- a/net/hsr/Makefile +++ b/net/hsr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for HSR | 3 | # Makefile for HSR |
3 | # | 4 | # |
diff --git a/net/ieee802154/6lowpan/Kconfig b/net/ieee802154/6lowpan/Kconfig index d24f985b0bfd..d1b4655a6d43 100644 --- a/net/ieee802154/6lowpan/Kconfig +++ b/net/ieee802154/6lowpan/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IEEE802154_6LOWPAN | 2 | config IEEE802154_6LOWPAN |
2 | tristate "6lowpan support over IEEE 802.15.4" | 3 | tristate "6lowpan support over IEEE 802.15.4" |
3 | depends on 6LOWPAN | 4 | depends on 6LOWPAN |
diff --git a/net/ieee802154/6lowpan/Makefile b/net/ieee802154/6lowpan/Makefile index 6bfb270a81a6..f11d6376a891 100644 --- a/net/ieee802154/6lowpan/Makefile +++ b/net/ieee802154/6lowpan/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o | 2 | obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o |
2 | 3 | ||
3 | ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o | 4 | ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o |
diff --git a/net/ieee802154/Kconfig b/net/ieee802154/Kconfig index 188135bcb803..5dbbc2ca95b4 100644 --- a/net/ieee802154/Kconfig +++ b/net/ieee802154/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig IEEE802154 | 2 | menuconfig IEEE802154 |
2 | tristate "IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support" | 3 | tristate "IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support" |
3 | ---help--- | 4 | ---help--- |
diff --git a/net/ife/Kconfig b/net/ife/Kconfig index 31e48b652c7c..6cd1f6d18f30 100644 --- a/net/ife/Kconfig +++ b/net/ife/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IFE subsystem configuration | 3 | # IFE subsystem configuration |
3 | # | 4 | # |
diff --git a/net/ife/Makefile b/net/ife/Makefile index 2a90d97746cc..1258fcb07f67 100644 --- a/net/ife/Makefile +++ b/net/ife/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the IFE encapsulation protocol | 3 | # Makefile for the IFE encapsulation protocol |
3 | # | 4 | # |
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 8108e97d4285..974de4d20f25 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IP configuration | 3 | # IP configuration |
3 | # | 4 | # |
diff --git a/net/ipv4/bpfilter/Makefile b/net/ipv4/bpfilter/Makefile index e9e42f99725e..00af5305e05a 100644 --- a/net/ipv4/bpfilter/Makefile +++ b/net/ipv4/bpfilter/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_BPFILTER) += sockopt.o | 2 | obj-$(CONFIG_BPFILTER) += sockopt.o |
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 1412b029f37f..3e6494269501 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IP netfilter configuration | 3 | # IP netfilter configuration |
3 | # | 4 | # |
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index cd915e332c98..ae1344e4cec5 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IPv6 configuration | 3 | # IPv6 configuration |
3 | # | 4 | # |
diff --git a/net/ipv6/ila/Makefile b/net/ipv6/ila/Makefile index b7739aba6e68..1bc88ed7edc5 100644 --- a/net/ipv6/ila/Makefile +++ b/net/ipv6/ila/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ILA module | 3 | # Makefile for ILA module |
3 | # | 4 | # |
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index 086fc669279e..f7c6f5be9f76 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IP netfilter configuration | 3 | # IP netfilter configuration |
3 | # | 4 | # |
diff --git a/net/iucv/Kconfig b/net/iucv/Kconfig index 497fbe732def..5cfddc9c6498 100644 --- a/net/iucv/Kconfig +++ b/net/iucv/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IUCV | 2 | config IUCV |
2 | depends on S390 | 3 | depends on S390 |
3 | def_tristate y if S390 | 4 | def_tristate y if S390 |
diff --git a/net/iucv/Makefile b/net/iucv/Makefile index 7bfdc8532675..984d7ff056ed 100644 --- a/net/iucv/Makefile +++ b/net/iucv/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for IUCV | 3 | # Makefile for IUCV |
3 | # | 4 | # |
diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig index 9ca83f2ade6f..bf7e970fad65 100644 --- a/net/kcm/Kconfig +++ b/net/kcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config AF_KCM | 3 | config AF_KCM |
3 | tristate "KCM sockets" | 4 | tristate "KCM sockets" |
diff --git a/net/kcm/Makefile b/net/kcm/Makefile index 71256133e677..6c4569221da8 100644 --- a/net/kcm/Makefile +++ b/net/kcm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_AF_KCM) += kcm.o | 2 | obj-$(CONFIG_AF_KCM) += kcm.o |
2 | 3 | ||
3 | kcm-y := kcmsock.o kcmproc.o | 4 | kcm-y := kcmsock.o kcmproc.o |
diff --git a/net/key/Makefile b/net/key/Makefile index 857608042475..ed779c22fbbb 100644 --- a/net/key/Makefile +++ b/net/key/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the key AF. | 3 | # Makefile for the key AF. |
3 | # | 4 | # |
diff --git a/net/l2tp/Kconfig b/net/l2tp/Kconfig index 378c73b26093..655e0646895b 100644 --- a/net/l2tp/Kconfig +++ b/net/l2tp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Layer Two Tunneling Protocol (L2TP) | 3 | # Layer Two Tunneling Protocol (L2TP) |
3 | # | 4 | # |
diff --git a/net/l3mdev/Kconfig b/net/l3mdev/Kconfig index 5d47325037bc..de186dff8f63 100644 --- a/net/l3mdev/Kconfig +++ b/net/l3mdev/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Configuration for L3 master device support | 3 | # Configuration for L3 master device support |
3 | # | 4 | # |
diff --git a/net/l3mdev/Makefile b/net/l3mdev/Makefile index 84a53a6f609a..59755a9e2f9b 100644 --- a/net/l3mdev/Makefile +++ b/net/l3mdev/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the L3 device API | 3 | # Makefile for the L3 device API |
3 | # | 4 | # |
diff --git a/net/lapb/Kconfig b/net/lapb/Kconfig index 6481839b76c9..6acfc999c952 100644 --- a/net/lapb/Kconfig +++ b/net/lapb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # LAPB Data Link Drive | 3 | # LAPB Data Link Drive |
3 | # | 4 | # |
diff --git a/net/lapb/Makefile b/net/lapb/Makefile index fff797dfc88c..7be91b4c0ca0 100644 --- a/net/lapb/Makefile +++ b/net/lapb/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux LAPB layer. | 3 | # Makefile for the Linux LAPB layer. |
3 | # | 4 | # |
diff --git a/net/llc/Kconfig b/net/llc/Kconfig index 176a6c1521a5..b0e646ac47eb 100644 --- a/net/llc/Kconfig +++ b/net/llc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config LLC | 2 | config LLC |
2 | tristate | 3 | tristate |
3 | depends on NET | 4 | depends on NET |
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index be471fe95048..0227cce9685e 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MAC80211 | 2 | config MAC80211 |
2 | tristate "Generic IEEE 802.11 Networking Stack (mac80211)" | 3 | tristate "Generic IEEE 802.11 Networking Stack (mac80211)" |
3 | depends on CFG80211 | 4 | depends on CFG80211 |
diff --git a/net/mac802154/Kconfig b/net/mac802154/Kconfig index fb45287ebac3..742624e4f7bb 100644 --- a/net/mac802154/Kconfig +++ b/net/mac802154/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config MAC802154 | 2 | config MAC802154 |
2 | tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)" | 3 | tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)" |
3 | depends on IEEE802154 | 4 | depends on IEEE802154 |
diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile index 5857bb1e1695..4059295fdbf8 100644 --- a/net/mac802154/Makefile +++ b/net/mac802154/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_MAC802154) += mac802154.o | 2 | obj-$(CONFIG_MAC802154) += mac802154.o |
2 | mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \ | 3 | mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \ |
3 | iface.o llsec.o util.o cfg.o trace.o | 4 | iface.o llsec.o util.o cfg.o trace.o |
diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig index 801ea9098387..d9391beea980 100644 --- a/net/mpls/Kconfig +++ b/net/mpls/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # MPLS configuration | 3 | # MPLS configuration |
3 | # | 4 | # |
diff --git a/net/mpls/Makefile b/net/mpls/Makefile index 9ca923625016..53e33b6c72a1 100644 --- a/net/mpls/Makefile +++ b/net/mpls/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for MPLS. | 3 | # Makefile for MPLS. |
3 | # | 4 | # |
diff --git a/net/ncsi/Kconfig b/net/ncsi/Kconfig index 7f2b46108a24..2f1e5756c03a 100644 --- a/net/ncsi/Kconfig +++ b/net/ncsi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Configuration for NCSI support | 3 | # Configuration for NCSI support |
3 | # | 4 | # |
diff --git a/net/ncsi/Makefile b/net/ncsi/Makefile index 436ef68331f2..e205f3bf1e42 100644 --- a/net/ncsi/Makefile +++ b/net/ncsi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for NCSI API | 3 | # Makefile for NCSI API |
3 | # | 4 | # |
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 02b281d3c167..21025c2c605b 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Core Netfilter Configuration" | 2 | menu "Core Netfilter Configuration" |
2 | depends on NET && INET && NETFILTER | 3 | depends on NET && INET && NETFILTER |
3 | 4 | ||
diff --git a/net/netfilter/ipset/Kconfig b/net/netfilter/ipset/Kconfig index 4083a8051f0f..3c273483df23 100644 --- a/net/netfilter/ipset/Kconfig +++ b/net/netfilter/ipset/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig IP_SET | 2 | menuconfig IP_SET |
2 | tristate "IP set support" | 3 | tristate "IP set support" |
3 | depends on INET && NETFILTER | 4 | depends on INET && NETFILTER |
diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig index 8401cefd9f65..f6f1a0d5c47d 100644 --- a/net/netfilter/ipvs/Kconfig +++ b/net/netfilter/ipvs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # IP Virtual Server configuration | 3 | # IP Virtual Server configuration |
3 | # | 4 | # |
diff --git a/net/netlabel/Kconfig b/net/netlabel/Kconfig index d9eaa30ffe3f..64280a1d3906 100644 --- a/net/netlabel/Kconfig +++ b/net/netlabel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # NetLabel configuration | 3 | # NetLabel configuration |
3 | # | 4 | # |
diff --git a/net/netlink/Kconfig b/net/netlink/Kconfig index 5d6e8c05b3d4..20f967974da0 100644 --- a/net/netlink/Kconfig +++ b/net/netlink/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Netlink Sockets | 3 | # Netlink Sockets |
3 | # | 4 | # |
diff --git a/net/netlink/Makefile b/net/netlink/Makefile index e837917f6c03..de42df7f0068 100644 --- a/net/netlink/Makefile +++ b/net/netlink/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the netlink driver. | 3 | # Makefile for the netlink driver. |
3 | # | 4 | # |
diff --git a/net/netrom/Makefile b/net/netrom/Makefile index 2660f5a16991..603e36c9af2e 100644 --- a/net/netrom/Makefile +++ b/net/netrom/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux NET/ROM layer. | 3 | # Makefile for the Linux NET/ROM layer. |
3 | # | 4 | # |
diff --git a/net/nfc/Kconfig b/net/nfc/Kconfig index 6e0fa0cce198..9b27599870e3 100644 --- a/net/nfc/Kconfig +++ b/net/nfc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # NFC sybsystem configuration | 3 | # NFC sybsystem configuration |
3 | # | 4 | # |
diff --git a/net/nfc/hci/Kconfig b/net/nfc/hci/Kconfig index fd67f51d18e9..97bd3a2c5c98 100644 --- a/net/nfc/hci/Kconfig +++ b/net/nfc/hci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_HCI | 2 | config NFC_HCI |
2 | depends on NFC | 3 | depends on NFC |
3 | tristate "NFC HCI implementation" | 4 | tristate "NFC HCI implementation" |
diff --git a/net/nfc/hci/Makefile b/net/nfc/hci/Makefile index c5dbb6891b24..5a0aaae6fc3a 100644 --- a/net/nfc/hci/Makefile +++ b/net/nfc/hci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux NFC HCI layer. | 3 | # Makefile for the Linux NFC HCI layer. |
3 | # | 4 | # |
diff --git a/net/nfc/nci/Kconfig b/net/nfc/nci/Kconfig index 85d4819ab657..ff1f295fef5a 100644 --- a/net/nfc/nci/Kconfig +++ b/net/nfc/nci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config NFC_NCI | 2 | config NFC_NCI |
2 | depends on NFC | 3 | depends on NFC |
3 | tristate "NCI protocol support" | 4 | tristate "NCI protocol support" |
diff --git a/net/nsh/Kconfig b/net/nsh/Kconfig index bafc3dd60c2c..19af948ab6f0 100644 --- a/net/nsh/Kconfig +++ b/net/nsh/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig NET_NSH | 2 | menuconfig NET_NSH |
2 | tristate "Network Service Header (NSH) protocol" | 3 | tristate "Network Service Header (NSH) protocol" |
3 | default n | 4 | default n |
diff --git a/net/nsh/Makefile b/net/nsh/Makefile index c93c787385ca..de34a615a158 100644 --- a/net/nsh/Makefile +++ b/net/nsh/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_NET_NSH) += nsh.o | 2 | obj-$(CONFIG_NET_NSH) += nsh.o |
diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig index ac1cc6e38170..22d7d5604b4c 100644 --- a/net/openvswitch/Kconfig +++ b/net/openvswitch/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Open vSwitch | 3 | # Open vSwitch |
3 | # | 4 | # |
diff --git a/net/packet/Kconfig b/net/packet/Kconfig index cc55b35f80e5..b4abad135294 100644 --- a/net/packet/Kconfig +++ b/net/packet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Packet configuration | 3 | # Packet configuration |
3 | # | 4 | # |
diff --git a/net/packet/Makefile b/net/packet/Makefile index 9df61347a3c3..97d502e21b68 100644 --- a/net/packet/Makefile +++ b/net/packet/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the packet AF. | 3 | # Makefile for the packet AF. |
3 | # | 4 | # |
diff --git a/net/phonet/Kconfig b/net/phonet/Kconfig index 6ec7d55b1769..07f2c217210b 100644 --- a/net/phonet/Kconfig +++ b/net/phonet/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Phonet protocol | 3 | # Phonet protocol |
3 | # | 4 | # |
diff --git a/net/psample/Kconfig b/net/psample/Kconfig index d850246a6059..028f514a9c60 100644 --- a/net/psample/Kconfig +++ b/net/psample/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # psample packet sampling configuration | 3 | # psample packet sampling configuration |
3 | # | 4 | # |
diff --git a/net/psample/Makefile b/net/psample/Makefile index 609b0a79c9f3..a04367b9e8eb 100644 --- a/net/psample/Makefile +++ b/net/psample/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the psample netlink channel | 3 | # Makefile for the psample netlink channel |
3 | # | 4 | # |
diff --git a/net/qrtr/Kconfig b/net/qrtr/Kconfig index 1944834d225c..63f89cc6e82c 100644 --- a/net/qrtr/Kconfig +++ b/net/qrtr/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Qualcomm IPC Router configuration | 2 | # Qualcomm IPC Router configuration |
2 | # | 3 | # |
3 | 4 | ||
diff --git a/net/qrtr/Makefile b/net/qrtr/Makefile index be012bfd3e52..1c6d6c120fb7 100644 --- a/net/qrtr/Makefile +++ b/net/qrtr/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_QRTR) := qrtr.o | 2 | obj-$(CONFIG_QRTR) := qrtr.o |
2 | 3 | ||
3 | obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o | 4 | obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o |
diff --git a/net/rds/Kconfig b/net/rds/Kconfig index b9092111bc45..38ea7f0f2699 100644 --- a/net/rds/Kconfig +++ b/net/rds/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | config RDS | 3 | config RDS |
3 | tristate "The Reliable Datagram Sockets Protocol" | 4 | tristate "The Reliable Datagram Sockets Protocol" |
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig index 060600b03fad..83a7af8982bb 100644 --- a/net/rfkill/Kconfig +++ b/net/rfkill/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RF switch subsystem configuration | 3 | # RF switch subsystem configuration |
3 | # | 4 | # |
diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile index 87a80aded0b3..dc47b6174ec5 100644 --- a/net/rfkill/Makefile +++ b/net/rfkill/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the RF switch subsystem. | 3 | # Makefile for the RF switch subsystem. |
3 | # | 4 | # |
diff --git a/net/rose/Makefile b/net/rose/Makefile index fa248116fd5b..3e6638f5ba57 100644 --- a/net/rose/Makefile +++ b/net/rose/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Linux Rose (X.25 PLP) layer. | 3 | # Makefile for the Linux Rose (X.25 PLP) layer. |
3 | # | 4 | # |
diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig index 86f8853a038c..05610c3a3d25 100644 --- a/net/rxrpc/Kconfig +++ b/net/rxrpc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # RxRPC session sockets | 3 | # RxRPC session sockets |
3 | # | 4 | # |
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 5c02ad97ef23..2c72d95c3050 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Traffic control configuration. | 3 | # Traffic control configuration. |
3 | # | 4 | # |
diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig index 950ecf6e7439..6e2eb1dd64ed 100644 --- a/net/sctp/Kconfig +++ b/net/sctp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SCTP configuration | 3 | # SCTP configuration |
3 | # | 4 | # |
diff --git a/net/smc/Kconfig b/net/smc/Kconfig index c717ef0896aa..f54a70b8da82 100644 --- a/net/smc/Kconfig +++ b/net/smc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SMC | 2 | config SMC |
2 | tristate "SMC socket protocol family" | 3 | tristate "SMC socket protocol family" |
3 | depends on INET && INFINIBAND | 4 | depends on INET && INFINIBAND |
diff --git a/net/smc/Makefile b/net/smc/Makefile index 4df96b4b8130..cb1254541f37 100644 --- a/net/smc/Makefile +++ b/net/smc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SMC) += smc.o | 2 | obj-$(CONFIG_SMC) += smc.o |
2 | obj-$(CONFIG_SMC_DIAG) += smc_diag.o | 3 | obj-$(CONFIG_SMC_DIAG) += smc_diag.o |
3 | smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o smc_wr.o smc_llc.o | 4 | smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o smc_wr.o smc_llc.o |
diff --git a/net/strparser/Kconfig b/net/strparser/Kconfig index 94da19a2a220..e6146c21a360 100644 --- a/net/strparser/Kconfig +++ b/net/strparser/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config STREAM_PARSER | 2 | config STREAM_PARSER |
2 | def_bool n | 3 | def_bool n |
diff --git a/net/strparser/Makefile b/net/strparser/Makefile index 858a126ebaa0..9313191530a6 100644 --- a/net/strparser/Makefile +++ b/net/strparser/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_STREAM_PARSER) += strparser.o | 2 | obj-$(CONFIG_STREAM_PARSER) += strparser.o |
diff --git a/net/sunrpc/Kconfig b/net/sunrpc/Kconfig index 83f5617bae07..aa307505ca54 100644 --- a/net/sunrpc/Kconfig +++ b/net/sunrpc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SUNRPC | 2 | config SUNRPC |
2 | tristate | 3 | tristate |
3 | depends on MULTIUSER | 4 | depends on MULTIUSER |
diff --git a/net/switchdev/Kconfig b/net/switchdev/Kconfig index 651fa201a570..50f21a657007 100644 --- a/net/switchdev/Kconfig +++ b/net/switchdev/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Configuration for Switch device support | 3 | # Configuration for Switch device support |
3 | # | 4 | # |
diff --git a/net/switchdev/Makefile b/net/switchdev/Makefile index 5ed63ed324d0..bd69a3136e76 100644 --- a/net/switchdev/Makefile +++ b/net/switchdev/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the Switch device API | 3 | # Makefile for the Switch device API |
3 | # | 4 | # |
diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig index e450212121d2..b93bb7bdb04a 100644 --- a/net/tipc/Kconfig +++ b/net/tipc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # TIPC configuration | 3 | # TIPC configuration |
3 | # | 4 | # |
diff --git a/net/tls/Kconfig b/net/tls/Kconfig index 99c1a19c17b1..e4328b3b72eb 100644 --- a/net/tls/Kconfig +++ b/net/tls/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # TLS configuration | 3 | # TLS configuration |
3 | # | 4 | # |
diff --git a/net/tls/Makefile b/net/tls/Makefile index 4d6b728a67d0..ef0dc74ce8f9 100644 --- a/net/tls/Makefile +++ b/net/tls/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the TLS subsystem. | 3 | # Makefile for the TLS subsystem. |
3 | # | 4 | # |
diff --git a/net/unix/Kconfig b/net/unix/Kconfig index 3b9e450656a4..a23a5cca9753 100644 --- a/net/unix/Kconfig +++ b/net/unix/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Unix Domain Sockets | 3 | # Unix Domain Sockets |
3 | # | 4 | # |
diff --git a/net/vmw_vsock/Kconfig b/net/vmw_vsock/Kconfig index 970f96489fe7..8abcb815af2d 100644 --- a/net/vmw_vsock/Kconfig +++ b/net/vmw_vsock/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Vsock protocol | 3 | # Vsock protocol |
3 | # | 4 | # |
diff --git a/net/wimax/Kconfig b/net/wimax/Kconfig index e4d97ab476d5..d13762bc4abc 100644 --- a/net/wimax/Kconfig +++ b/net/wimax/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # WiMAX LAN device configuration | 3 | # WiMAX LAN device configuration |
3 | # | 4 | # |
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 41722046b937..6310ddede220 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config WIRELESS_EXT | 2 | config WIRELESS_EXT |
2 | bool | 3 | bool |
3 | 4 | ||
diff --git a/net/x25/Kconfig b/net/x25/Kconfig index 59fcb41fc5e6..2ecb2e5e241e 100644 --- a/net/x25/Kconfig +++ b/net/x25/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # CCITT X.25 Packet Layer | 3 | # CCITT X.25 Packet Layer |
3 | # | 4 | # |
diff --git a/net/xdp/Kconfig b/net/xdp/Kconfig index 0255b33cff4b..71af2febe72a 100644 --- a/net/xdp/Kconfig +++ b/net/xdp/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config XDP_SOCKETS | 2 | config XDP_SOCKETS |
2 | bool "XDP sockets" | 3 | bool "XDP sockets" |
3 | depends on BPF_SYSCALL | 4 | depends on BPF_SYSCALL |
diff --git a/net/xdp/Makefile b/net/xdp/Makefile index 59dbfdf93dca..71e2bdafb2ce 100644 --- a/net/xdp/Makefile +++ b/net/xdp/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o | 2 | obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o |
2 | obj-$(CONFIG_XDP_SOCKETS_DIAG) += xsk_diag.o | 3 | obj-$(CONFIG_XDP_SOCKETS_DIAG) += xsk_diag.o |
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 1ec8071226b2..c967fc3c38c8 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # XFRM configuration | 3 | # XFRM configuration |
3 | # | 4 | # |
diff --git a/samples/Kconfig b/samples/Kconfig index 0561a94f6fdb..d63cc8a3e0df 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SAMPLES | 2 | menuconfig SAMPLES |
2 | bool "Sample kernel code" | 3 | bool "Sample kernel code" |
3 | depends on !UML | 4 | depends on !UML |
diff --git a/samples/binderfs/Makefile b/samples/binderfs/Makefile index 01ca9f2529a7..ea4c93d36256 100644 --- a/samples/binderfs/Makefile +++ b/samples/binderfs/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs_example.o | 2 | obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs_example.o |
diff --git a/samples/configfs/Makefile b/samples/configfs/Makefile index a9afd99630fc..92d661fcba6d 100644 --- a/samples/configfs/Makefile +++ b/samples/configfs/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs_sample.o | 3 | obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs_sample.o |
diff --git a/samples/hw_breakpoint/Makefile b/samples/hw_breakpoint/Makefile index 0f5c31c2fc47..ef4b6fdd7d9c 100644 --- a/samples/hw_breakpoint/Makefile +++ b/samples/hw_breakpoint/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += data_breakpoint.o | 2 | obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += data_breakpoint.o |
diff --git a/samples/kdb/Makefile b/samples/kdb/Makefile index fbedf39d9356..947cb852279c 100644 --- a/samples/kdb/Makefile +++ b/samples/kdb/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_KDB) += kdb_hello.o | 2 | obj-$(CONFIG_SAMPLE_KDB) += kdb_hello.o |
diff --git a/samples/kfifo/Makefile b/samples/kfifo/Makefile index bcc9484a15b2..0af5250ad944 100644 --- a/samples/kfifo/Makefile +++ b/samples/kfifo/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o | 2 | obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o |
diff --git a/samples/kobject/Makefile b/samples/kobject/Makefile index 4a194203c982..bb5d2199742b 100644 --- a/samples/kobject/Makefile +++ b/samples/kobject/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o | 2 | obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o |
diff --git a/samples/kprobes/Makefile b/samples/kprobes/Makefile index 880e54d2c082..e774592718d6 100644 --- a/samples/kprobes/Makefile +++ b/samples/kprobes/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # builds the kprobes example kernel modules; | 2 | # builds the kprobes example kernel modules; |
2 | # then to use one (as root): insmod <module_name.ko> | 3 | # then to use one (as root): insmod <module_name.ko> |
3 | 4 | ||
diff --git a/samples/livepatch/Makefile b/samples/livepatch/Makefile index 2472ce39a18d..9f853eeb6140 100644 --- a/samples/livepatch/Makefile +++ b/samples/livepatch/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o | 2 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o |
2 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o | 3 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o |
3 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o | 4 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o |
diff --git a/samples/qmi/Makefile b/samples/qmi/Makefile index 2b111d2769df..641943d40c4a 100644 --- a/samples/qmi/Makefile +++ b/samples/qmi/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi_sample_client.o | 2 | obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi_sample_client.o |
diff --git a/samples/rpmsg/Makefile b/samples/rpmsg/Makefile index 2d4973c69663..ddf9a5d13cad 100644 --- a/samples/rpmsg/Makefile +++ b/samples/rpmsg/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg_client_sample.o | 2 | obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg_client_sample.o |
diff --git a/samples/trace_events/Makefile b/samples/trace_events/Makefile index 0f8d92120c4e..b78344e7bbed 100644 --- a/samples/trace_events/Makefile +++ b/samples/trace_events/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # builds the trace events example kernel modules; | 2 | # builds the trace events example kernel modules; |
2 | # then to use one (as root): insmod <module_name.ko> | 3 | # then to use one (as root): insmod <module_name.ko> |
3 | 4 | ||
diff --git a/samples/trace_printk/Makefile b/samples/trace_printk/Makefile index 19900ab2b00d..c0df36167d60 100644 --- a/samples/trace_printk/Makefile +++ b/samples/trace_printk/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # builds a module that calls various trace_printk routines | 2 | # builds a module that calls various trace_printk routines |
2 | # then to use one (as root): insmod <module_name.ko> | 3 | # then to use one (as root): insmod <module_name.ko> |
3 | 4 | ||
diff --git a/samples/uhid/Makefile b/samples/uhid/Makefile index 8d7fd6190ac4..8c9bc9f98d37 100644 --- a/samples/uhid/Makefile +++ b/samples/uhid/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # List of programs to build | 2 | # List of programs to build |
2 | hostprogs-y := uhid-example | 3 | hostprogs-y := uhid-example |
3 | 4 | ||
diff --git a/samples/v4l/Makefile b/samples/v4l/Makefile index 65a351d75c95..f86ab1245810 100644 --- a/samples/v4l/Makefile +++ b/samples/v4l/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o | 2 | obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o |
diff --git a/samples/vfio-mdev/Makefile b/samples/vfio-mdev/Makefile index 7db889ca135c..10d179c4fdeb 100644 --- a/samples/vfio-mdev/Makefile +++ b/samples/vfio-mdev/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o | 2 | obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o |
2 | obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o | 3 | obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o |
3 | obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB) += mdpy-fb.o | 4 | obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB) += mdpy-fb.o |
diff --git a/samples/vfs/Makefile b/samples/vfs/Makefile index a3e4ffd4c773..e21c9f6fe9be 100644 --- a/samples/vfs/Makefile +++ b/samples/vfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # List of programs to build | 2 | # List of programs to build |
2 | hostprogs-y := \ | 3 | hostprogs-y := \ |
3 | test-fsmount \ | 4 | test-fsmount \ |
diff --git a/scripts/Kconfig.include b/scripts/Kconfig.include index 0b267fb27f07..8a5c4d645eb1 100644 --- a/scripts/Kconfig.include +++ b/scripts/Kconfig.include | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Kconfig helper macros | 2 | # Kconfig helper macros |
2 | 3 | ||
3 | # Convenient variables | 4 | # Convenient variables |
diff --git a/scripts/Makefile.kcov b/scripts/Makefile.kcov index 3d61c4bfcbee..52b113302443 100644 --- a/scripts/Makefile.kcov +++ b/scripts/Makefile.kcov | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifdef CONFIG_KCOV | 2 | ifdef CONFIG_KCOV |
2 | 3 | ||
3 | kcov-flags-$(CONFIG_CC_HAS_SANCOV_TRACE_PC) += -fsanitize-coverage=trace-pc | 4 | kcov-flags-$(CONFIG_CC_HAS_SANCOV_TRACE_PC) += -fsanitize-coverage=trace-pc |
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index af49b446f17d..548aeb592806 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ### | 2 | ### |
2 | # This Makefile lists the most basic programs used during the build process. | 3 | # This Makefile lists the most basic programs used during the build process. |
3 | # The programs listed herein are what are needed to do the basic stuff, | 4 | # The programs listed herein are what are needed to do the basic stuff, |
diff --git a/scripts/dtc/Makefile.dtc b/scripts/dtc/Makefile.dtc index d4375630a7f7..6ce8b4a35a23 100644 --- a/scripts/dtc/Makefile.dtc +++ b/scripts/dtc/Makefile.dtc | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile.dtc | 2 | # Makefile.dtc |
2 | # | 3 | # |
3 | # This is not a complete Makefile of itself. Instead, it is designed to | 4 | # This is not a complete Makefile of itself. Instead, it is designed to |
diff --git a/scripts/dtc/libfdt/Makefile.libfdt b/scripts/dtc/libfdt/Makefile.libfdt index 3af3656df801..1649c2c48046 100644 --- a/scripts/dtc/libfdt/Makefile.libfdt +++ b/scripts/dtc/libfdt/Makefile.libfdt | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile.libfdt | 2 | # Makefile.libfdt |
2 | # | 3 | # |
3 | # This is not a complete Makefile of itself. Instead, it is designed to | 4 | # This is not a complete Makefile of itself. Instead, it is designed to |
diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig index 80220ed26a35..e9c677a53c74 100644 --- a/scripts/gcc-plugins/Kconfig +++ b/scripts/gcc-plugins/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | preferred-plugin-hostcc := $(if-success,[ $(gcc-version) -ge 40800 ],$(HOSTCXX),$(HOSTCC)) | 2 | preferred-plugin-hostcc := $(if-success,[ $(gcc-version) -ge 40800 ],$(HOSTCXX),$(HOSTCC)) |
2 | 3 | ||
3 | config PLUGIN_HOSTCC | 4 | config PLUGIN_HOSTCC |
diff --git a/scripts/gdb/Makefile b/scripts/gdb/Makefile index 62f5f65becfd..3fca1937d956 100644 --- a/scripts/gdb/Makefile +++ b/scripts/gdb/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-y := linux | 2 | subdir-y := linux |
diff --git a/scripts/kconfig/tests/err_recursive_inc/Kconfig b/scripts/kconfig/tests/err_recursive_inc/Kconfig index 0e4c8750ab65..c6f4adec76d1 100644 --- a/scripts/kconfig/tests/err_recursive_inc/Kconfig +++ b/scripts/kconfig/tests/err_recursive_inc/Kconfig | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | source "Kconfig.inc1" | 2 | source "Kconfig.inc1" |
diff --git a/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1 b/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1 index 00e408d653fc..01cbf0d69cce 100644 --- a/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1 +++ b/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1 | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | 3 | ||
3 | 4 | ||
diff --git a/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2 b/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2 index 349ea2db15dc..82351075ab1b 100644 --- a/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2 +++ b/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2 | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | 3 | ||
3 | source "Kconfig.inc3" | 4 | source "Kconfig.inc3" |
diff --git a/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3 b/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3 index 0e4c8750ab65..c6f4adec76d1 100644 --- a/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3 +++ b/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3 | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | source "Kconfig.inc1" | 2 | source "Kconfig.inc1" |
diff --git a/scripts/package/Makefile b/scripts/package/Makefile index 2c6de21e5152..27b42d5b6c4f 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for the different targets used to generate full packages of a kernel | 2 | # Makefile for the different targets used to generate full packages of a kernel |
2 | # It uses the generic clean infrastructure of kbuild | 3 | # It uses the generic clean infrastructure of kbuild |
3 | 4 | ||
diff --git a/scripts/selinux/Makefile b/scripts/selinux/Makefile index b3048b894a39..59494e14989b 100644 --- a/scripts/selinux/Makefile +++ b/scripts/selinux/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | subdir-y := mdp genheaders | 2 | subdir-y := mdp genheaders |
diff --git a/security/Kconfig b/security/Kconfig index aeac3676dd4d..466cc1f8ffed 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Security configuration | 3 | # Security configuration |
3 | # | 4 | # |
diff --git a/security/Kconfig.hardening b/security/Kconfig.hardening index 0a1d4ca314f4..c6cb2d9b2905 100644 --- a/security/Kconfig.hardening +++ b/security/Kconfig.hardening | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Kernel hardening options" | 2 | menu "Kernel hardening options" |
2 | 3 | ||
3 | config GCC_PLUGIN_STRUCTLEAK | 4 | config GCC_PLUGIN_STRUCTLEAK |
diff --git a/security/apparmor/Kconfig b/security/apparmor/Kconfig index 3de21f46c82a..d8b1a360a636 100644 --- a/security/apparmor/Kconfig +++ b/security/apparmor/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_APPARMOR | 2 | config SECURITY_APPARMOR |
2 | bool "AppArmor support" | 3 | bool "AppArmor support" |
3 | depends on SECURITY && NET | 4 | depends on SECURITY && NET |
diff --git a/security/integrity/Kconfig b/security/integrity/Kconfig index 3ba1168b1756..c352532b8f84 100644 --- a/security/integrity/Kconfig +++ b/security/integrity/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | config INTEGRITY | 3 | config INTEGRITY |
3 | bool "Integrity subsystem" | 4 | bool "Integrity subsystem" |
diff --git a/security/integrity/evm/Kconfig b/security/integrity/evm/Kconfig index 60221852b26a..a6e19d23e700 100644 --- a/security/integrity/evm/Kconfig +++ b/security/integrity/evm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config EVM | 2 | config EVM |
2 | bool "EVM support" | 3 | bool "EVM support" |
3 | select KEYS | 4 | select KEYS |
diff --git a/security/integrity/evm/Makefile b/security/integrity/evm/Makefile index 7393c415a066..a56f5613be79 100644 --- a/security/integrity/evm/Makefile +++ b/security/integrity/evm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for building the Extended Verification Module(EVM) | 3 | # Makefile for building the Extended Verification Module(EVM) |
3 | # | 4 | # |
diff --git a/security/integrity/ima/Kconfig b/security/integrity/ima/Kconfig index a18f8c6d13b5..2692c7358c2c 100644 --- a/security/integrity/ima/Kconfig +++ b/security/integrity/ima/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # IBM Integrity Measurement Architecture | 2 | # IBM Integrity Measurement Architecture |
2 | # | 3 | # |
3 | config IMA | 4 | config IMA |
diff --git a/security/keys/Kconfig b/security/keys/Kconfig index 6462e6654ccf..ee502e4d390b 100644 --- a/security/keys/Kconfig +++ b/security/keys/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Key management configuration | 3 | # Key management configuration |
3 | # | 4 | # |
diff --git a/security/loadpin/Kconfig b/security/loadpin/Kconfig index a0d70d82b98e..91be65dec2ab 100644 --- a/security/loadpin/Kconfig +++ b/security/loadpin/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_LOADPIN | 2 | config SECURITY_LOADPIN |
2 | bool "Pin load of kernel files (modules, fw, etc) to one filesystem" | 3 | bool "Pin load of kernel files (modules, fw, etc) to one filesystem" |
3 | depends on SECURITY && BLOCK | 4 | depends on SECURITY && BLOCK |
diff --git a/security/loadpin/Makefile b/security/loadpin/Makefile index c2d77f83037b..0ead1c3105fd 100644 --- a/security/loadpin/Makefile +++ b/security/loadpin/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SECURITY_LOADPIN) += loadpin.o | 2 | obj-$(CONFIG_SECURITY_LOADPIN) += loadpin.o |
diff --git a/security/safesetid/Kconfig b/security/safesetid/Kconfig index 4f415c4e3f93..18b5fb90417b 100644 --- a/security/safesetid/Kconfig +++ b/security/safesetid/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_SAFESETID | 2 | config SECURITY_SAFESETID |
2 | bool "Gate setid transitions to limit CAP_SET{U/G}ID capabilities" | 3 | bool "Gate setid transitions to limit CAP_SET{U/G}ID capabilities" |
3 | depends on SECURITY | 4 | depends on SECURITY |
diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig index 55f032f1fc2d..5711689deb6a 100644 --- a/security/selinux/Kconfig +++ b/security/selinux/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_SELINUX | 2 | config SECURITY_SELINUX |
2 | bool "NSA SELinux Support" | 3 | bool "NSA SELinux Support" |
3 | depends on SECURITY_NETWORK && AUDIT && NET && INET | 4 | depends on SECURITY_NETWORK && AUDIT && NET && INET |
diff --git a/security/smack/Kconfig b/security/smack/Kconfig index 923b120e0fa5..5a8dfad469c3 100644 --- a/security/smack/Kconfig +++ b/security/smack/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_SMACK | 2 | config SECURITY_SMACK |
2 | bool "Simplified Mandatory Access Control Kernel Support" | 3 | bool "Simplified Mandatory Access Control Kernel Support" |
3 | depends on NET | 4 | depends on NET |
diff --git a/security/smack/Makefile b/security/smack/Makefile index ee2ebd504541..6dbf6e22a68b 100644 --- a/security/smack/Makefile +++ b/security/smack/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the SMACK LSM | 3 | # Makefile for the SMACK LSM |
3 | # | 4 | # |
diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig index a00ab7eb6181..9221ea506631 100644 --- a/security/tomoyo/Kconfig +++ b/security/tomoyo/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_TOMOYO | 2 | config SECURITY_TOMOYO |
2 | bool "TOMOYO Linux Support" | 3 | bool "TOMOYO Linux Support" |
3 | depends on SECURITY | 4 | depends on SECURITY |
diff --git a/security/yama/Kconfig b/security/yama/Kconfig index 96b27405558a..a810304123ca 100644 --- a/security/yama/Kconfig +++ b/security/yama/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SECURITY_YAMA | 2 | config SECURITY_YAMA |
2 | bool "Yama support" | 3 | bool "Yama support" |
3 | depends on SECURITY | 4 | depends on SECURITY |
diff --git a/security/yama/Makefile b/security/yama/Makefile index 8b5e06588456..0fa5d0fe2cf6 100644 --- a/security/yama/Makefile +++ b/security/yama/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SECURITY_YAMA) := yama.o | 2 | obj-$(CONFIG_SECURITY_YAMA) := yama.o |
2 | 3 | ||
3 | yama-y := yama_lsm.o | 4 | yama-y := yama_lsm.o |
diff --git a/sound/Kconfig b/sound/Kconfig index 1140e9988fc5..36785410fbe1 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SOUND | 2 | menuconfig SOUND |
2 | tristate "Sound card support" | 3 | tristate "Sound card support" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/sound/ac97/Kconfig b/sound/ac97/Kconfig index baa5f8ef89d2..f0e31f2bb04d 100644 --- a/sound/ac97/Kconfig +++ b/sound/ac97/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # AC97 configuration | 3 | # AC97 configuration |
3 | # | 4 | # |
diff --git a/sound/ac97/Makefile b/sound/ac97/Makefile index f9c2640bfb59..f5efa1ad7e7f 100644 --- a/sound/ac97/Makefile +++ b/sound/ac97/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # make for AC97 bus drivers | 3 | # make for AC97 bus drivers |
3 | # | 4 | # |
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index c081e18b9540..d70ca0f33c67 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_AOA | 2 | menuconfig SND_AOA |
2 | tristate "Apple Onboard Audio driver" | 3 | tristate "Apple Onboard Audio driver" |
3 | depends on PPC_PMAC | 4 | depends on PPC_PMAC |
diff --git a/sound/aoa/Makefile b/sound/aoa/Makefile index a8c037f908f8..8dbfb01ba227 100644 --- a/sound/aoa/Makefile +++ b/sound/aoa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_AOA) += core/ | 2 | obj-$(CONFIG_SND_AOA) += core/ |
2 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/ | 3 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/ |
3 | obj-$(CONFIG_SND_AOA) += fabrics/ | 4 | obj-$(CONFIG_SND_AOA) += fabrics/ |
diff --git a/sound/aoa/codecs/Kconfig b/sound/aoa/codecs/Kconfig index 0c68e32834c3..8ac13fdbcfe0 100644 --- a/sound/aoa/codecs/Kconfig +++ b/sound/aoa/codecs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_AOA_ONYX | 2 | config SND_AOA_ONYX |
2 | tristate "support Onyx chip" | 3 | tristate "support Onyx chip" |
3 | select I2C | 4 | select I2C |
diff --git a/sound/aoa/fabrics/Kconfig b/sound/aoa/fabrics/Kconfig index 3ca475a886b1..1d8a718e9c56 100644 --- a/sound/aoa/fabrics/Kconfig +++ b/sound/aoa/fabrics/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_AOA_FABRIC_LAYOUT | 2 | config SND_AOA_FABRIC_LAYOUT |
2 | tristate "layout-id fabric" | 3 | tristate "layout-id fabric" |
3 | select SND_AOA_SOUNDBUS | 4 | select SND_AOA_SOUNDBUS |
diff --git a/sound/aoa/fabrics/Makefile b/sound/aoa/fabrics/Makefile index da37c10eca51..3f1d55f3f1fc 100644 --- a/sound/aoa/fabrics/Makefile +++ b/sound/aoa/fabrics/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-aoa-fabric-layout-objs += layout.o | 2 | snd-aoa-fabric-layout-objs += layout.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o | 4 | obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o |
diff --git a/sound/aoa/soundbus/Kconfig b/sound/aoa/soundbus/Kconfig index 839d1137b9b2..ac084df0f97b 100644 --- a/sound/aoa/soundbus/Kconfig +++ b/sound/aoa/soundbus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_AOA_SOUNDBUS | 2 | config SND_AOA_SOUNDBUS |
2 | tristate "Apple Soundbus support" | 3 | tristate "Apple Soundbus support" |
3 | select SND_PCM | 4 | select SND_PCM |
diff --git a/sound/aoa/soundbus/Makefile b/sound/aoa/soundbus/Makefile index 0e61f5aa06b5..e0b61cf5518e 100644 --- a/sound/aoa/soundbus/Makefile +++ b/sound/aoa/soundbus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += snd-aoa-soundbus.o | 2 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += snd-aoa-soundbus.o |
2 | snd-aoa-soundbus-objs := core.o sysfs.o | 3 | snd-aoa-soundbus-objs := core.o sysfs.o |
3 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += i2sbus/ | 4 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += i2sbus/ |
diff --git a/sound/aoa/soundbus/i2sbus/Makefile b/sound/aoa/soundbus/i2sbus/Makefile index 1b949b2a4028..1b38c87fef09 100644 --- a/sound/aoa/soundbus/i2sbus/Makefile +++ b/sound/aoa/soundbus/i2sbus/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += snd-aoa-i2sbus.o | 2 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += snd-aoa-i2sbus.o |
2 | snd-aoa-i2sbus-objs := core.o pcm.o control.o | 3 | snd-aoa-i2sbus-objs := core.o pcm.o control.o |
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index 28867732a318..dea2c661b353 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA ARM drivers | 2 | # ALSA ARM drivers |
2 | 3 | ||
3 | menuconfig SND_ARM | 4 | menuconfig SND_ARM |
diff --git a/sound/atmel/Kconfig b/sound/atmel/Kconfig index d789cbcb9106..6ed2d4a73374 100644 --- a/sound/atmel/Kconfig +++ b/sound/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Atmel devices (AT91)" | 2 | menu "Atmel devices (AT91)" |
2 | depends on ARCH_AT91 | 3 | depends on ARCH_AT91 |
3 | 4 | ||
diff --git a/sound/atmel/Makefile b/sound/atmel/Makefile index d4009d1430ed..57bc6f65be19 100644 --- a/sound/atmel/Makefile +++ b/sound/atmel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-atmel-ac97c-objs := ac97c.o | 2 | snd-atmel-ac97c-objs := ac97c.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o | 4 | obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o |
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 63b3ef9c83f5..4ee79ad6ae22 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA soundcard-configuration | 2 | # ALSA soundcard-configuration |
2 | config SND_TIMER | 3 | config SND_TIMER |
3 | tristate | 4 | tristate |
diff --git a/sound/core/seq/Kconfig b/sound/core/seq/Kconfig index 45c1336c6597..f84718a44980 100644 --- a/sound/core/seq/Kconfig +++ b/sound/core/seq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SEQUENCER | 2 | config SND_SEQUENCER |
2 | tristate "Sequencer support" | 3 | tristate "Sequencer support" |
3 | select SND_TIMER | 4 | select SND_TIMER |
diff --git a/sound/core/seq/oss/Makefile b/sound/core/seq/oss/Makefile index 4ea4e3eea6b7..f1a60878549a 100644 --- a/sound/core/seq/oss/Makefile +++ b/sound/core/seq/oss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 648a12da44f9..09932cc98e9d 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_MPU401_UART | 2 | config SND_MPU401_UART |
2 | tristate | 3 | tristate |
3 | select SND_RAWMIDI | 4 | select SND_RAWMIDI |
diff --git a/sound/drivers/mpu401/Makefile b/sound/drivers/mpu401/Makefile index 918f83f34c11..3dfd5b374c4f 100644 --- a/sound/drivers/mpu401/Makefile +++ b/sound/drivers/mpu401/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/drivers/pcsp/Makefile b/sound/drivers/pcsp/Makefile index b19555b440da..77dc0ee1b598 100644 --- a/sound/drivers/pcsp/Makefile +++ b/sound/drivers/pcsp/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-pcsp-objs := pcsp.o pcsp_lib.o pcsp_mixer.o pcsp_input.o | 2 | snd-pcsp-objs := pcsp.o pcsp_lib.o pcsp_mixer.o pcsp_input.o |
2 | obj-$(CONFIG_SND_PCSP) += snd-pcsp.o | 3 | obj-$(CONFIG_SND_PCSP) += snd-pcsp.o |
diff --git a/sound/drivers/vx/Makefile b/sound/drivers/vx/Makefile index 9a168a3c1560..d9f9ac670378 100644 --- a/sound/drivers/vx/Makefile +++ b/sound/drivers/vx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index b9e96d0b3a0a..b0a904cdb932 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_FIREWIRE | 2 | menuconfig SND_FIREWIRE |
2 | bool "FireWire sound devices" | 3 | bool "FireWire sound devices" |
3 | depends on FIREWIRE | 4 | depends on FIREWIRE |
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile index 37062a233f6a..115eadd8d42e 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \ | 2 | snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \ |
2 | dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o \ | 3 | dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o \ |
3 | dice-alesis.o dice-extension.o dice-mytek.o | 4 | dice-alesis.o dice-extension.o dice-mytek.o |
diff --git a/sound/firewire/digi00x/Makefile b/sound/firewire/digi00x/Makefile index 1123e68c8b28..8add0cd9af3a 100644 --- a/sound/firewire/digi00x/Makefile +++ b/sound/firewire/digi00x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \ | 2 | snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \ |
2 | digi00x-pcm.o digi00x-hwdep.o \ | 3 | digi00x-pcm.o digi00x-hwdep.o \ |
3 | digi00x-transaction.o digi00x-midi.o digi00x.o | 4 | digi00x-transaction.o digi00x-midi.o digi00x.o |
diff --git a/sound/firewire/fireface/Makefile b/sound/firewire/fireface/Makefile index d64f4e2a1096..3aef221ce4b0 100644 --- a/sound/firewire/fireface/Makefile +++ b/sound/firewire/fireface/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ | 2 | snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ |
2 | ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \ | 3 | ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \ |
3 | ff-protocol-latter.o | 4 | ff-protocol-latter.o |
diff --git a/sound/firewire/fireworks/Makefile b/sound/firewire/fireworks/Makefile index 15ef7f75a8ef..3386121b2a04 100644 --- a/sound/firewire/fireworks/Makefile +++ b/sound/firewire/fireworks/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ | 2 | snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ |
2 | fireworks_stream.o fireworks_proc.o fireworks_midi.o \ | 3 | fireworks_stream.o fireworks_proc.o fireworks_midi.o \ |
3 | fireworks_pcm.o fireworks_hwdep.o fireworks.o | 4 | fireworks_pcm.o fireworks_hwdep.o fireworks.o |
diff --git a/sound/firewire/oxfw/Makefile b/sound/firewire/oxfw/Makefile index b474da7c6a1f..669d1e8238df 100644 --- a/sound/firewire/oxfw/Makefile +++ b/sound/firewire/oxfw/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \ | 2 | snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \ |
2 | oxfw-midi.o oxfw-hwdep.o oxfw-spkr.o oxfw-scs1x.o oxfw.o | 3 | oxfw-midi.o oxfw-hwdep.o oxfw-spkr.o oxfw-scs1x.o oxfw.o |
3 | obj-$(CONFIG_SND_OXFW) += snd-oxfw.o | 4 | obj-$(CONFIG_SND_OXFW) += snd-oxfw.o |
diff --git a/sound/firewire/tascam/Makefile b/sound/firewire/tascam/Makefile index 0fc955d5bd15..a1d21f244d64 100644 --- a/sound/firewire/tascam/Makefile +++ b/sound/firewire/tascam/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \ | 2 | snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \ |
2 | tascam-pcm.o tascam-hwdep.o tascam-transaction.o \ | 3 | tascam-pcm.o tascam-hwdep.o tascam-transaction.o \ |
3 | tascam-midi.o tascam.o | 4 | tascam-midi.o tascam.o |
diff --git a/sound/hda/Kconfig b/sound/hda/Kconfig index 2d90e11b3eaa..f6feced15f17 100644 --- a/sound/hda/Kconfig +++ b/sound/hda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_HDA_CORE | 2 | config SND_HDA_CORE |
2 | tristate | 3 | tristate |
3 | select REGMAP | 4 | select REGMAP |
diff --git a/sound/hda/ext/Makefile b/sound/hda/ext/Makefile index 9b6f641c7777..154779bdc0ba 100644 --- a/sound/hda/ext/Makefile +++ b/sound/hda/ext/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o | 2 | snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o | 4 | obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o |
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index d7db1eeebc84..b690ed937cbe 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA ISA drivers | 2 | # ALSA ISA drivers |
2 | 3 | ||
3 | config SND_WSS_LIB | 4 | config SND_WSS_LIB |
diff --git a/sound/isa/ad1816a/Makefile b/sound/isa/ad1816a/Makefile index 487ab23860e3..93def7f16933 100644 --- a/sound/isa/ad1816a/Makefile +++ b/sound/isa/ad1816a/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/ad1848/Makefile b/sound/isa/ad1848/Makefile index 3d6dea3ff927..4eab89bbc845 100644 --- a/sound/isa/ad1848/Makefile +++ b/sound/isa/ad1848/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/cs423x/Makefile b/sound/isa/cs423x/Makefile index 6d397e8d54ac..91c6b8d64424 100644 --- a/sound/isa/cs423x/Makefile +++ b/sound/isa/cs423x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/es1688/Makefile b/sound/isa/es1688/Makefile index aee1e4ddb22a..c683ac36c50e 100644 --- a/sound/isa/es1688/Makefile +++ b/sound/isa/es1688/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/galaxy/Makefile b/sound/isa/galaxy/Makefile index e307066d4315..ff861f238093 100644 --- a/sound/isa/galaxy/Makefile +++ b/sound/isa/galaxy/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> |
diff --git a/sound/isa/wavefront/Makefile b/sound/isa/wavefront/Makefile index 601bdddd44d0..b8406dce81f5 100644 --- a/sound/isa/wavefront/Makefile +++ b/sound/isa/wavefront/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/wss/Makefile b/sound/isa/wss/Makefile index 454fee769a31..34d0636b3dc3 100644 --- a/sound/isa/wss/Makefile +++ b/sound/isa/wss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig index 4a4705031cb9..8a33402fd415 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA MIPS drivers | 2 | # ALSA MIPS drivers |
2 | 3 | ||
3 | menuconfig SND_MIPS | 4 | menuconfig SND_MIPS |
diff --git a/sound/mips/Makefile b/sound/mips/Makefile index b977c44330d6..ccc364eca692 100644 --- a/sound/mips/Makefile +++ b/sound/mips/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # | 4 | # |
diff --git a/sound/oss/dmasound/Kconfig b/sound/oss/dmasound/Kconfig index f456574a964d..12e42165b4a5 100644 --- a/sound/oss/dmasound/Kconfig +++ b/sound/oss/dmasound/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DMASOUND_ATARI | 2 | config DMASOUND_ATARI |
2 | tristate "Atari DMA sound support" | 3 | tristate "Atari DMA sound support" |
3 | depends on ATARI && SOUND | 4 | depends on ATARI && SOUND |
diff --git a/sound/oss/dmasound/Makefile b/sound/oss/dmasound/Makefile index 3c1531652d11..de8ae8346a09 100644 --- a/sound/oss/dmasound/Makefile +++ b/sound/oss/dmasound/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the DMA sound driver | 3 | # Makefile for the DMA sound driver |
3 | # | 4 | # |
diff --git a/sound/parisc/Kconfig b/sound/parisc/Kconfig index 9b61d95010f0..425ceaf9c990 100644 --- a/sound/parisc/Kconfig +++ b/sound/parisc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PA-RISC drivers | 2 | # ALSA PA-RISC drivers |
2 | 3 | ||
3 | menuconfig SND_GSC | 4 | menuconfig SND_GSC |
diff --git a/sound/parisc/Makefile b/sound/parisc/Makefile index b91e750aba02..10891c3b7d91 100644 --- a/sound/parisc/Makefile +++ b/sound/parisc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # | 4 | # |
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 4105d9f653d9..7630f808d087 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PCI drivers | 2 | # ALSA PCI drivers |
2 | 3 | ||
3 | menuconfig SND_PCI | 4 | menuconfig SND_PCI |
diff --git a/sound/pci/ac97/Makefile b/sound/pci/ac97/Makefile index 526175333710..c74e769f3523 100644 --- a/sound/pci/ac97/Makefile +++ b/sound/pci/ac97/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/ali5451/Makefile b/sound/pci/ali5451/Makefile index 713459c12d22..8156198fbaeb 100644 --- a/sound/pci/ali5451/Makefile +++ b/sound/pci/ali5451/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/asihpi/Makefile b/sound/pci/asihpi/Makefile index 391830a4556c..8351f8f5b523 100644 --- a/sound/pci/asihpi/Makefile +++ b/sound/pci/asihpi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\ | 2 | snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\ |
2 | hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\ | 3 | hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\ |
3 | hpios.o hpi6000.o hpi6205.o hpimsgx.o | 4 | hpios.o hpi6000.o hpi6205.o hpimsgx.o |
diff --git a/sound/pci/aw2/Makefile b/sound/pci/aw2/Makefile index 842335d3b735..f9045afb4cda 100644 --- a/sound/pci/aw2/Makefile +++ b/sound/pci/aw2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-aw2-objs := aw2-alsa.o aw2-saa7146.o | 2 | snd-aw2-objs := aw2-alsa.o aw2-saa7146.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_AW2) += snd-aw2.o | 4 | obj-$(CONFIG_SND_AW2) += snd-aw2.o |
diff --git a/sound/pci/ca0106/Makefile b/sound/pci/ca0106/Makefile index c1455fc5588c..9e51d3df3ee8 100644 --- a/sound/pci/ca0106/Makefile +++ b/sound/pci/ca0106/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-ca0106-objs := ca0106_main.o ca0106_mixer.o ca_midi.o | 2 | snd-ca0106-objs := ca0106_main.o ca0106_mixer.o ca_midi.o |
2 | snd-ca0106-$(CONFIG_SND_PROC_FS) += ca0106_proc.o | 3 | snd-ca0106-$(CONFIG_SND_PROC_FS) += ca0106_proc.o |
3 | 4 | ||
diff --git a/sound/pci/cs46xx/Makefile b/sound/pci/cs46xx/Makefile index 67e811ec8539..3ed2ceb404e5 100644 --- a/sound/pci/cs46xx/Makefile +++ b/sound/pci/cs46xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/cs5535audio/Makefile b/sound/pci/cs5535audio/Makefile index a8f75f8dfda9..447e628751a2 100644 --- a/sound/pci/cs5535audio/Makefile +++ b/sound/pci/cs5535audio/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for cs5535audio | 3 | # Makefile for cs5535audio |
3 | # | 4 | # |
diff --git a/sound/pci/ctxfi/Makefile b/sound/pci/ctxfi/Makefile index 15075f89e98a..70888706a0af 100644 --- a/sound/pci/ctxfi/Makefile +++ b/sound/pci/ctxfi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-ctxfi-objs := xfi.o ctatc.o ctvmem.o ctpcm.o ctmixer.o ctresource.o \ | 2 | snd-ctxfi-objs := xfi.o ctatc.o ctvmem.o ctpcm.o ctmixer.o ctresource.o \ |
2 | ctsrc.o ctamixer.o ctdaio.o ctimap.o cthardware.o cttimer.o \ | 3 | ctsrc.o ctamixer.o ctdaio.o ctimap.o cthardware.o cttimer.o \ |
3 | cthw20k2.o cthw20k1.o | 4 | cthw20k2.o cthw20k1.o |
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 4235907b7858..35d934309cb2 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "HD-Audio" | 2 | menu "HD-Audio" |
2 | 3 | ||
3 | config SND_HDA | 4 | config SND_HDA |
diff --git a/sound/pci/korg1212/Makefile b/sound/pci/korg1212/Makefile index f11ce1b1b3d4..42eb287c77af 100644 --- a/sound/pci/korg1212/Makefile +++ b/sound/pci/korg1212/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/lola/Makefile b/sound/pci/lola/Makefile index 8178a2a59d00..8fdb5e5a776b 100644 --- a/sound/pci/lola/Makefile +++ b/sound/pci/lola/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o | 2 | snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o |
2 | snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o | 3 | snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o |
3 | 4 | ||
diff --git a/sound/pci/lx6464es/Makefile b/sound/pci/lx6464es/Makefile index eb04a6c73d8b..c295f68bac68 100644 --- a/sound/pci/lx6464es/Makefile +++ b/sound/pci/lx6464es/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-lx6464es-objs := lx6464es.o lx_core.o | 2 | snd-lx6464es-objs := lx6464es.o lx_core.o |
2 | obj-$(CONFIG_SND_LX6464ES) += snd-lx6464es.o | 3 | obj-$(CONFIG_SND_LX6464ES) += snd-lx6464es.o |
diff --git a/sound/pci/mixart/Makefile b/sound/pci/mixart/Makefile index cce159ec5624..16cfeb78a0b6 100644 --- a/sound/pci/mixart/Makefile +++ b/sound/pci/mixart/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/nm256/Makefile b/sound/pci/nm256/Makefile index a1bd44ff850e..3063766ac56b 100644 --- a/sound/pci/nm256/Makefile +++ b/sound/pci/nm256/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/pcxhr/Makefile b/sound/pci/pcxhr/Makefile index b06128e918ca..5993d86cfb5d 100644 --- a/sound/pci/pcxhr/Makefile +++ b/sound/pci/pcxhr/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o pcxhr_mix22.o | 2 | snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o pcxhr_mix22.o |
2 | obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o | 3 | obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o |
diff --git a/sound/pci/riptide/Makefile b/sound/pci/riptide/Makefile index dcd2e64e4818..9a505bae243e 100644 --- a/sound/pci/riptide/Makefile +++ b/sound/pci/riptide/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-riptide-objs := riptide.o | 2 | snd-riptide-objs := riptide.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o | 4 | obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o |
diff --git a/sound/pci/trident/Makefile b/sound/pci/trident/Makefile index 88676b50f385..e8975bc37fcb 100644 --- a/sound/pci/trident/Makefile +++ b/sound/pci/trident/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/vx222/Makefile b/sound/pci/vx222/Makefile index a4d08d4de354..dda900e45385 100644 --- a/sound/pci/vx222/Makefile +++ b/sound/pci/vx222/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/ymfpci/Makefile b/sound/pci/ymfpci/Makefile index bd3d514ed76b..40a1d83e1a9e 100644 --- a/sound/pci/ymfpci/Makefile +++ b/sound/pci/ymfpci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig index 7fbb190adf6d..10291c43cb18 100644 --- a/sound/pcmcia/Kconfig +++ b/sound/pcmcia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PCMCIA drivers | 2 | # ALSA PCMCIA drivers |
2 | 3 | ||
3 | menuconfig SND_PCMCIA | 4 | menuconfig SND_PCMCIA |
diff --git a/sound/pcmcia/Makefile b/sound/pcmcia/Makefile index beef2e33b718..874f09a8e47f 100644 --- a/sound/pcmcia/Makefile +++ b/sound/pcmcia/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pcmcia/pdaudiocf/Makefile b/sound/pcmcia/pdaudiocf/Makefile index e892d7299abf..ea0d67576df9 100644 --- a/sound/pcmcia/pdaudiocf/Makefile +++ b/sound/pcmcia/pdaudiocf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pcmcia/vx/Makefile b/sound/pcmcia/vx/Makefile index 2bb42ea12f3a..b25006e4d25a 100644 --- a/sound/pcmcia/vx/Makefile +++ b/sound/pcmcia/vx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index 0519c60f5be1..8789cb5034ac 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PowerMac drivers | 2 | # ALSA PowerMac drivers |
2 | 3 | ||
3 | menuconfig SND_PPC | 4 | menuconfig SND_PPC |
diff --git a/sound/ppc/Makefile b/sound/ppc/Makefile index 679c45a8da2c..0188ce3e30b8 100644 --- a/sound/ppc/Makefile +++ b/sound/ppc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig index 61139f3c1614..b75fbb3236a7 100644 --- a/sound/sh/Kconfig +++ b/sound/sh/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA SH drivers | 2 | # ALSA SH drivers |
2 | 3 | ||
3 | menuconfig SND_SUPERH | 4 | menuconfig SND_SUPERH |
diff --git a/sound/sh/Makefile b/sound/sh/Makefile index 7d09b5188cf7..c0bbc500c17c 100644 --- a/sound/sh/Makefile +++ b/sound/sh/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # | 4 | # |
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 297be0ca3dbc..dc86e4073001 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SoC audio configuration | 3 | # SoC audio configuration |
3 | # | 4 | # |
diff --git a/sound/soc/adi/Kconfig b/sound/soc/adi/Kconfig index dd763f55edac..e321e3b672da 100644 --- a/sound/soc/adi/Kconfig +++ b/sound/soc/adi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_ADI | 2 | config SND_SOC_ADI |
2 | tristate "Audio support for Analog Devices reference designs" | 3 | tristate "Audio support for Analog Devices reference designs" |
3 | depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST | 4 | depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST |
diff --git a/sound/soc/adi/Makefile b/sound/soc/adi/Makefile index 64456c1e5347..125f667b0e08 100644 --- a/sound/soc/adi/Makefile +++ b/sound/soc/adi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-adi-axi-i2s-objs := axi-i2s.o | 2 | snd-soc-adi-axi-i2s-objs := axi-i2s.o |
2 | snd-soc-adi-axi-spdif-objs := axi-spdif.o | 3 | snd-soc-adi-axi-spdif-objs := axi-spdif.o |
3 | 4 | ||
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 33ebec990c2f..9ca9214cb7fb 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_AMD_ACP | 2 | config SND_SOC_AMD_ACP |
2 | tristate "AMD Audio Coprocessor support" | 3 | tristate "AMD Audio Coprocessor support" |
3 | help | 4 | help |
diff --git a/sound/soc/amd/Makefile b/sound/soc/amd/Makefile index 8e1c571c3161..c4ddc6adb6f0 100644 --- a/sound/soc/amd/Makefile +++ b/sound/soc/amd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | acp_audio_dma-objs := acp-pcm-dma.o | 2 | acp_audio_dma-objs := acp-pcm-dma.o |
2 | snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o | 3 | snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o |
3 | snd-soc-acp-rt5645-mach-objs := acp-rt5645.o | 4 | snd-soc-acp-rt5645-mach-objs := acp-rt5645.o |
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index c473b9e463ab..06c1d5ce642c 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_ATMEL_SOC | 2 | config SND_ATMEL_SOC |
2 | tristate "SoC Audio for the Atmel System-on-Chip" | 3 | tristate "SoC Audio for the Atmel System-on-Chip" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig index a56104040e83..38de7c0efbc7 100644 --- a/sound/soc/au1x/Kconfig +++ b/sound/soc/au1x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ## | 2 | ## |
2 | ## Au1200/Au1550/Au1300 PSC + DBDMA | 3 | ## Au1200/Au1550/Au1300 PSC + DBDMA |
3 | ## | 4 | ## |
diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig index 02f50b7a966f..0037e96aa228 100644 --- a/sound/soc/bcm/Kconfig +++ b/sound/soc/bcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_BCM2835_SOC_I2S | 2 | config SND_BCM2835_SOC_I2S |
2 | tristate "SoC Audio support for the Broadcom BCM2835 I2S module" | 3 | tristate "SoC Audio support for the Broadcom BCM2835 I2S module" |
3 | depends on ARCH_BCM2835 || COMPILE_TEST | 4 | depends on ARCH_BCM2835 || COMPILE_TEST |
diff --git a/sound/soc/bcm/Makefile b/sound/soc/bcm/Makefile index fc739d007884..b81fa421ec27 100644 --- a/sound/soc/bcm/Makefile +++ b/sound/soc/bcm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # BCM2835 Platform Support | 2 | # BCM2835 Platform Support |
2 | snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o | 3 | snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o |
3 | 4 | ||
diff --git a/sound/soc/cirrus/Kconfig b/sound/soc/cirrus/Kconfig index e09199124c36..2333efac758a 100644 --- a/sound/soc/cirrus/Kconfig +++ b/sound/soc/cirrus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_EP93XX_SOC | 2 | config SND_EP93XX_SOC |
2 | tristate "SoC Audio support for the Cirrus Logic EP93xx series" | 3 | tristate "SoC Audio support for the Cirrus Logic EP93xx series" |
3 | depends on ARCH_EP93XX || COMPILE_TEST | 4 | depends on ARCH_EP93XX || COMPILE_TEST |
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8f577258080b..e730d47ac85b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Helper to resolve issues with configs that have SPI enabled but I2C | 2 | # Helper to resolve issues with configs that have SPI enabled but I2C |
2 | # modular, meaning we can't build the codec driver in with I2C support. | 3 | # modular, meaning we can't build the codec driver in with I2C support. |
3 | # We use an ordered list of conditional defaults to pick the appropriate | 4 | # We use an ordered list of conditional defaults to pick the appropriate |
diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig index aa0c6ec4d93c..0cd1a15f40aa 100644 --- a/sound/soc/dwc/Kconfig +++ b/sound/soc/dwc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_DESIGNWARE_I2S | 2 | config SND_DESIGNWARE_I2S |
2 | tristate "Synopsys I2S Device Driver" | 3 | tristate "Synopsys I2S Device Driver" |
3 | depends on CLKDEV_LOOKUP | 4 | depends on CLKDEV_LOOKUP |
diff --git a/sound/soc/dwc/Makefile b/sound/soc/dwc/Makefile index 3e24c0ff95fb..91e1aaab9966 100644 --- a/sound/soc/dwc/Makefile +++ b/sound/soc/dwc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # SYNOPSYS Platform Support | 2 | # SYNOPSYS Platform Support |
2 | obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o | 3 | obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o |
3 | 4 | ||
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 55ed47c599e2..aa99c008a925 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "SoC Audio for Freescale CPUs" | 2 | menu "SoC Audio for Freescale CPUs" |
2 | 3 | ||
3 | comment "Common SoC Audio options for Freescale CPUs:" | 4 | comment "Common SoC Audio options for Freescale CPUs:" |
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index 83f1243145b0..a90c3b28bce5 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SIMPLE_CARD_UTILS | 2 | config SND_SIMPLE_CARD_UTILS |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/sound/soc/hisilicon/Kconfig b/sound/soc/hisilicon/Kconfig index 4356d5a1d338..df8fbd8bb4b0 100644 --- a/sound/soc/hisilicon/Kconfig +++ b/sound/soc/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_I2S_HI6210_I2S | 2 | config SND_I2S_HI6210_I2S |
2 | tristate "Hisilicon I2S controller" | 3 | tristate "Hisilicon I2S controller" |
3 | select SND_SOC_GENERIC_DMAENGINE_PCM | 4 | select SND_SOC_GENERIC_DMAENGINE_PCM |
diff --git a/sound/soc/hisilicon/Makefile b/sound/soc/hisilicon/Makefile index e8095e2af91a..02e766378bca 100644 --- a/sound/soc/hisilicon/Makefile +++ b/sound/soc/hisilicon/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_I2S_HI6210_I2S) += hi6210-i2s.o | 2 | obj-$(CONFIG_SND_I2S_HI6210_I2S) += hi6210-i2s.o |
diff --git a/sound/soc/img/Kconfig b/sound/soc/img/Kconfig index 857a9510ee1c..568efa606ca4 100644 --- a/sound/soc/img/Kconfig +++ b/sound/soc/img/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_IMG | 2 | config SND_SOC_IMG |
2 | bool "Audio support for Imagination Technologies designs" | 3 | bool "Audio support for Imagination Technologies designs" |
3 | help | 4 | help |
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index fc1396adde71..1f868da106b7 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_INTEL_SST_TOPLEVEL | 2 | config SND_SOC_INTEL_SST_TOPLEVEL |
2 | bool "Intel ASoC SST drivers" | 3 | bool "Intel ASoC SST drivers" |
3 | default y | 4 | default y |
diff --git a/sound/soc/intel/baytrail/Makefile b/sound/soc/intel/baytrail/Makefile index 488408cadf6d..4d0806aac6bd 100644 --- a/sound/soc/intel/baytrail/Makefile +++ b/sound/soc/intel/baytrail/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-sst-baytrail-pcm-objs := \ | 2 | snd-soc-sst-baytrail-pcm-objs := \ |
2 | sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o | 3 | sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o |
3 | 4 | ||
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index e39473a6a5d9..5407d217228e 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_SOC_INTEL_MACH | 2 | menuconfig SND_SOC_INTEL_MACH |
2 | bool "Intel Machine drivers" | 3 | bool "Intel Machine drivers" |
3 | depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL | 4 | depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL |
diff --git a/sound/soc/intel/haswell/Makefile b/sound/soc/intel/haswell/Makefile index 9c1723112d22..ad2341aea8ae 100644 --- a/sound/soc/intel/haswell/Makefile +++ b/sound/soc/intel/haswell/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-sst-haswell-pcm-objs := \ | 2 | snd-soc-sst-haswell-pcm-objs := \ |
2 | sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o | 3 | sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o |
3 | 4 | ||
diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index b3f9c41b4319..6b757168693e 100644 --- a/sound/soc/jz4740/Kconfig +++ b/sound/soc/jz4740/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_JZ4740_SOC | 2 | config SND_JZ4740_SOC |
2 | tristate "SoC Audio for Ingenic JZ4740 SoC" | 3 | tristate "SoC Audio for Ingenic JZ4740 SoC" |
3 | depends on MIPS || COMPILE_TEST | 4 | depends on MIPS || COMPILE_TEST |
diff --git a/sound/soc/jz4740/Makefile b/sound/soc/jz4740/Makefile index d32c540555c4..fb10e9ad9ff7 100644 --- a/sound/soc/jz4740/Makefile +++ b/sound/soc/jz4740/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Jz4740 Platform Support | 3 | # Jz4740 Platform Support |
3 | # | 4 | # |
diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig index 132bb83f8e99..5d8a86b26fa2 100644 --- a/sound/soc/kirkwood/Kconfig +++ b/sound/soc/kirkwood/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_KIRKWOOD_SOC | 2 | config SND_KIRKWOOD_SOC |
2 | tristate "SoC Audio for the Marvell Kirkwood and Dove chips" | 3 | tristate "SoC Audio for the Marvell Kirkwood and Dove chips" |
3 | depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST | 4 | depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST |
diff --git a/sound/soc/kirkwood/Makefile b/sound/soc/kirkwood/Makefile index c36b03d8006c..e2d279f16a46 100644 --- a/sound/soc/kirkwood/Makefile +++ b/sound/soc/kirkwood/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-kirkwood-objs := kirkwood-dma.o kirkwood-i2s.o | 2 | snd-soc-kirkwood-objs := kirkwood-dma.o kirkwood-i2s.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o | 4 | obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o |
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index f70b7109f2b6..933ab51af05b 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_MEDIATEK | 2 | config SND_SOC_MEDIATEK |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 8779fe23671d..3085bdd318f3 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "ASoC support for Amlogic platforms" | 2 | menu "ASoC support for Amlogic platforms" |
2 | depends on ARCH_MESON || COMPILE_TEST | 3 | depends on ARCH_MESON || COMPILE_TEST |
3 | 4 | ||
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index 219235c02212..402ef1ee7a32 100644 --- a/sound/soc/mxs/Kconfig +++ b/sound/soc/mxs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_MXS_SOC | 2 | menuconfig SND_MXS_SOC |
2 | tristate "SoC Audio for Freescale MXS CPUs" | 3 | tristate "SoC Audio for Freescale MXS CPUs" |
3 | depends on ARCH_MXS || COMPILE_TEST | 4 | depends on ARCH_MXS || COMPILE_TEST |
diff --git a/sound/soc/nuc900/Kconfig b/sound/soc/nuc900/Kconfig index 7f0c954dff6f..e1b22fbcb159 100644 --- a/sound/soc/nuc900/Kconfig +++ b/sound/soc/nuc900/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ## | 2 | ## |
2 | ## NUC900 series AC97 API | 3 | ## NUC900 series AC97 API |
3 | ## | 4 | ## |
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 67159a6b90a8..213d4dab0346 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_PXA2XX_SOC | 2 | config SND_PXA2XX_SOC |
2 | tristate "SoC Audio for the Intel PXA2xx chip" | 3 | tristate "SoC Audio for the Intel PXA2xx chip" |
3 | depends on ARCH_PXA || COMPILE_TEST | 4 | depends on ARCH_PXA || COMPILE_TEST |
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index b1764af858ba..8e3e86619b35 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_QCOM | 2 | config SND_SOC_QCOM |
2 | tristate "ASoC support for QCOM platforms" | 3 | tristate "ASoC support for QCOM platforms" |
3 | depends on ARCH_QCOM || COMPILE_TEST | 4 | depends on ARCH_QCOM || COMPILE_TEST |
diff --git a/sound/soc/qcom/qdsp6/Makefile b/sound/soc/qcom/qdsp6/Makefile index c33b3cacbea1..7e91e96f7ad5 100644 --- a/sound/soc/qcom/qdsp6/Makefile +++ b/sound/soc/qcom/qdsp6/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += q6dsp-common.o | 2 | obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += q6dsp-common.o |
2 | obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o | 3 | obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o |
3 | obj-$(CONFIG_SND_SOC_QDSP6_AFE) += q6afe.o | 4 | obj-$(CONFIG_SND_SOC_QDSP6_AFE) += q6afe.o |
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index 957046ac6c8c..28a80c1cb41d 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_ROCKCHIP | 2 | config SND_SOC_ROCKCHIP |
2 | tristate "ASoC support for Rockchip" | 3 | tristate "ASoC support for Rockchip" |
3 | depends on COMPILE_TEST || ARCH_ROCKCHIP | 4 | depends on COMPILE_TEST || ARCH_ROCKCHIP |
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 0520f5afd7cc..638983123d8f 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_SOC_SAMSUNG | 2 | menuconfig SND_SOC_SAMSUNG |
2 | tristate "ASoC support for Samsung" | 3 | tristate "ASoC support for Samsung" |
3 | depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST | 4 | depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST |
diff --git a/sound/soc/sirf/Kconfig b/sound/soc/sirf/Kconfig index 840058dcad09..094a1c89c59d 100644 --- a/sound/soc/sirf/Kconfig +++ b/sound/soc/sirf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SIRF | 2 | config SND_SOC_SIRF |
2 | tristate "SoC Audio for the SiRF SoC chips" | 3 | tristate "SoC Audio for the SiRF SoC chips" |
3 | depends on ARCH_SIRF || COMPILE_TEST | 4 | depends on ARCH_SIRF || COMPILE_TEST |
diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index b204c65698f9..048c7b034d70 100644 --- a/sound/soc/sof/Kconfig +++ b/sound/soc/sof/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SOF_TOPLEVEL | 2 | config SND_SOC_SOF_TOPLEVEL |
2 | bool "Sound Open Firmware Support" | 3 | bool "Sound Open Firmware Support" |
3 | help | 4 | help |
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 603e0db4f012..b86b5f9783fd 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SOF_INTEL_TOPLEVEL | 2 | config SND_SOC_SOF_INTEL_TOPLEVEL |
2 | bool "SOF support for Intel audio DSPs" | 3 | bool "SOF support for Intel audio DSPs" |
3 | depends on X86 || COMPILE_TEST | 4 | depends on X86 || COMPILE_TEST |
diff --git a/sound/soc/sof/xtensa/Kconfig b/sound/soc/sof/xtensa/Kconfig index 8a9343b85146..defd6d3dc03e 100644 --- a/sound/soc/sof/xtensa/Kconfig +++ b/sound/soc/sof/xtensa/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SOF_XTENSA | 2 | config SND_SOC_SOF_XTENSA |
2 | tristate | 3 | tristate |
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig index 4fb91412ebec..1b053de1ae7c 100644 --- a/sound/soc/spear/Kconfig +++ b/sound/soc/spear/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SPEAR_SOC | 2 | config SND_SPEAR_SOC |
2 | tristate | 3 | tristate |
3 | select SND_SOC_GENERIC_DMAENGINE_PCM | 4 | select SND_SOC_GENERIC_DMAENGINE_PCM |
diff --git a/sound/soc/sprd/Kconfig b/sound/soc/sprd/Kconfig index 21f9cc34f8bd..5474fd3de8c0 100644 --- a/sound/soc/sprd/Kconfig +++ b/sound/soc/sprd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SPRD | 2 | config SND_SOC_SPRD |
2 | tristate "SoC Audio for the Spreadtrum SoC chips" | 3 | tristate "SoC Audio for the Spreadtrum SoC chips" |
3 | depends on ARCH_SPRD || COMPILE_TEST | 4 | depends on ARCH_SPRD || COMPILE_TEST |
diff --git a/sound/soc/sti/Kconfig b/sound/soc/sti/Kconfig index 64a690077023..f881da4b6aea 100644 --- a/sound/soc/sti/Kconfig +++ b/sound/soc/sti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STM SoC audio configuration | 3 | # STM SoC audio configuration |
3 | # | 4 | # |
diff --git a/sound/soc/sti/Makefile b/sound/soc/sti/Makefile index 4b188d2d76b8..787ccb521298 100644 --- a/sound/soc/sti/Makefile +++ b/sound/soc/sti/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # STI platform support | 2 | # STI platform support |
2 | snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o | 3 | snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o |
3 | 4 | ||
diff --git a/sound/soc/stm/Kconfig b/sound/soc/stm/Kconfig index c66ffa72057e..bbade257fe89 100644 --- a/sound/soc/stm/Kconfig +++ b/sound/soc/stm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "STMicroelectronics STM32 SOC audio support" | 2 | menu "STMicroelectronics STM32 SOC audio support" |
2 | 3 | ||
3 | config SND_SOC_STM32_SAI | 4 | config SND_SOC_STM32_SAI |
diff --git a/sound/soc/sunxi/Kconfig b/sound/soc/sunxi/Kconfig index 8134c3c94229..9cd7009cb570 100644 --- a/sound/soc/sunxi/Kconfig +++ b/sound/soc/sunxi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Allwinner SoC Audio support" | 2 | menu "Allwinner SoC Audio support" |
2 | depends on ARCH_SUNXI || COMPILE_TEST | 3 | depends on ARCH_SUNXI || COMPILE_TEST |
3 | 4 | ||
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 6875fc39a575..addadc827b91 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_TEGRA | 2 | config SND_SOC_TEGRA |
2 | tristate "SoC Audio for the Tegra System-on-Chip" | 3 | tristate "SoC Audio for the Tegra System-on-Chip" |
3 | depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST | 4 | depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST |
diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig index ee7c202c69b7..2197f3e1eaed 100644 --- a/sound/soc/ti/Kconfig +++ b/sound/soc/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Audio support for Texas Instruments SoCs" | 2 | menu "Audio support for Texas Instruments SoCs" |
2 | depends on DMA_OMAP || TI_EDMA || COMPILE_TEST | 3 | depends on DMA_OMAP || TI_EDMA || COMPILE_TEST |
3 | 4 | ||
diff --git a/sound/soc/txx9/Kconfig b/sound/soc/txx9/Kconfig index ebc9327eae71..d928edf9f5a9 100644 --- a/sound/soc/txx9/Kconfig +++ b/sound/soc/txx9/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ## | 2 | ## |
2 | ## TXx9 ACLC | 3 | ## TXx9 ACLC |
3 | ## | 4 | ## |
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index aa5011894c74..34b2438b52d3 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Ux500 SoC audio configuration | 3 | # Ux500 SoC audio configuration |
3 | # | 4 | # |
diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig index 47f606b924e4..69973179ef15 100644 --- a/sound/soc/xilinx/Kconfig +++ b/sound/soc/xilinx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_XILINX_I2S | 2 | config SND_SOC_XILINX_I2S |
2 | tristate "Audio support for the Xilinx I2S" | 3 | tristate "Audio support for the Xilinx I2S" |
3 | help | 4 | help |
diff --git a/sound/soc/xilinx/Makefile b/sound/soc/xilinx/Makefile index d79fd38b094b..be7652ce7c13 100644 --- a/sound/soc/xilinx/Makefile +++ b/sound/soc/xilinx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-xlnx-i2s-objs := xlnx_i2s.o | 2 | snd-soc-xlnx-i2s-objs := xlnx_i2s.o |
2 | obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o | 3 | obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o |
3 | snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o | 4 | snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o |
diff --git a/sound/soc/xtensa/Kconfig b/sound/soc/xtensa/Kconfig index c201beb36de6..74b778f186ce 100644 --- a/sound/soc/xtensa/Kconfig +++ b/sound/soc/xtensa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_XTFPGA_I2S | 2 | config SND_SOC_XTFPGA_I2S |
2 | tristate "XTFPGA I2S master" | 3 | tristate "XTFPGA I2S master" |
3 | select REGMAP_MMIO | 4 | select REGMAP_MMIO |
diff --git a/sound/soc/xtensa/Makefile b/sound/soc/xtensa/Makefile index 15efbf914226..b8707f63c4ae 100644 --- a/sound/soc/xtensa/Makefile +++ b/sound/soc/xtensa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-xtfpga-i2s-objs := xtfpga-i2s.o | 2 | snd-soc-xtfpga-i2s-objs := xtfpga-i2s.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_SOC_XTFPGA_I2S) += snd-soc-xtfpga-i2s.o | 4 | obj-$(CONFIG_SND_SOC_XTFPGA_I2S) += snd-soc-xtfpga-i2s.o |
diff --git a/sound/soc/zte/Kconfig b/sound/soc/zte/Kconfig index 75f67a5d23ea..a7842e4b791c 100644 --- a/sound/soc/zte/Kconfig +++ b/sound/soc/zte/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ZX_SPDIF | 2 | config ZX_SPDIF |
2 | tristate "ZTE ZX SPDIF Driver Support" | 3 | tristate "ZTE ZX SPDIF Driver Support" |
3 | depends on ARCH_ZX || COMPILE_TEST | 4 | depends on ARCH_ZX || COMPILE_TEST |
diff --git a/sound/soc/zte/Makefile b/sound/soc/zte/Makefile index 1fc841acdfdd..2f7cdefa42df 100644 --- a/sound/soc/zte/Makefile +++ b/sound/soc/zte/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o | 2 | obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o |
2 | obj-$(CONFIG_ZX_I2S) += zx-i2s.o | 3 | obj-$(CONFIG_ZX_I2S) += zx-i2s.o |
3 | obj-$(CONFIG_ZX_TDM) += zx-tdm.o | 4 | obj-$(CONFIG_ZX_TDM) += zx-tdm.o |
diff --git a/sound/sparc/Kconfig b/sound/sparc/Kconfig index dfcd38647606..59b9f16e8dea 100644 --- a/sound/sparc/Kconfig +++ b/sound/sparc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA Sparc drivers | 2 | # ALSA Sparc drivers |
2 | 3 | ||
3 | menuconfig SND_SPARC | 4 | menuconfig SND_SPARC |
diff --git a/sound/spi/Kconfig b/sound/spi/Kconfig index e6485be2e6f7..44d39fa635ae 100644 --- a/sound/spi/Kconfig +++ b/sound/spi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | #SPI drivers | 2 | #SPI drivers |
2 | 3 | ||
3 | menuconfig SND_SPI | 4 | menuconfig SND_SPI |
diff --git a/sound/synth/Kconfig b/sound/synth/Kconfig index dfe8950e0556..70235269b8bf 100644 --- a/sound/synth/Kconfig +++ b/sound/synth/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SYNTH_EMUX | 2 | config SND_SYNTH_EMUX |
2 | tristate | 3 | tristate |
diff --git a/sound/usb/6fire/Makefile b/sound/usb/6fire/Makefile index dfce6ec53513..7d353bbf7493 100644 --- a/sound/usb/6fire/Makefile +++ b/sound/usb/6fire/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-usb-6fire-objs += chip.o comm.o midi.o control.o firmware.o pcm.o | 2 | snd-usb-6fire-objs += chip.o comm.o midi.o control.o firmware.o pcm.o |
2 | obj-$(CONFIG_SND_USB_6FIRE) += snd-usb-6fire.o | 3 | obj-$(CONFIG_SND_USB_6FIRE) += snd-usb-6fire.o |
3 | 4 | ||
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 6319b544ba3a..e2c53a0841da 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA USB drivers | 2 | # ALSA USB drivers |
2 | 3 | ||
3 | menuconfig SND_USB | 4 | menuconfig SND_USB |
diff --git a/sound/usb/bcd2000/Makefile b/sound/usb/bcd2000/Makefile index f09ccc0af6ff..99546074e5f4 100644 --- a/sound/usb/bcd2000/Makefile +++ b/sound/usb/bcd2000/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-bcd2000-y := bcd2000.o | 2 | snd-bcd2000-y := bcd2000.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o \ No newline at end of file | 4 | obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o \ No newline at end of file |
diff --git a/sound/usb/caiaq/Makefile b/sound/usb/caiaq/Makefile index 388999653aaa..9a99c17a2c1b 100644 --- a/sound/usb/caiaq/Makefile +++ b/sound/usb/caiaq/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-usb-caiaq-y := device.o audio.o midi.o control.o | 2 | snd-usb-caiaq-y := device.o audio.o midi.o control.o |
2 | snd-usb-caiaq-$(CONFIG_SND_USB_CAIAQ_INPUT) += input.o | 3 | snd-usb-caiaq-$(CONFIG_SND_USB_CAIAQ_INPUT) += input.o |
3 | 4 | ||
diff --git a/sound/usb/hiface/Makefile b/sound/usb/hiface/Makefile index 463b136d1d89..8f3b24e7d6c2 100644 --- a/sound/usb/hiface/Makefile +++ b/sound/usb/hiface/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-usb-hiface-objs := chip.o pcm.o | 2 | snd-usb-hiface-objs := chip.o pcm.o |
2 | obj-$(CONFIG_SND_USB_HIFACE) += snd-usb-hiface.o | 3 | obj-$(CONFIG_SND_USB_HIFACE) += snd-usb-hiface.o |
diff --git a/sound/usb/line6/Kconfig b/sound/usb/line6/Kconfig index 39b400392d71..ab557e5eee9d 100644 --- a/sound/usb/line6/Kconfig +++ b/sound/usb/line6/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_USB_LINE6 | 2 | config SND_USB_LINE6 |
2 | tristate | 3 | tristate |
3 | select SND_RAWMIDI | 4 | select SND_RAWMIDI |
diff --git a/sound/usb/misc/Makefile b/sound/usb/misc/Makefile index ccefd8158936..068ecd7bc043 100644 --- a/sound/usb/misc/Makefile +++ b/sound/usb/misc/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-ua101-objs := ua101.o | 2 | snd-ua101-objs := ua101.o |
2 | obj-$(CONFIG_SND_USB_UA101) += snd-ua101.o | 3 | obj-$(CONFIG_SND_USB_UA101) += snd-ua101.o |
diff --git a/sound/x86/Kconfig b/sound/x86/Kconfig index 8adf4d1bd46e..21f8919678fb 100644 --- a/sound/x86/Kconfig +++ b/sound/x86/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_X86 | 2 | menuconfig SND_X86 |
2 | bool "X86 sound devices" | 3 | bool "X86 sound devices" |
3 | depends on X86 | 4 | depends on X86 |
diff --git a/sound/x86/Makefile b/sound/x86/Makefile index 7ff919808320..6b5ffb329d47 100644 --- a/sound/x86/Makefile +++ b/sound/x86/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-hdmi-lpe-audio-objs += \ | 2 | snd-hdmi-lpe-audio-objs += \ |
2 | intel_hdmi_audio.o | 3 | intel_hdmi_audio.o |
3 | 4 | ||
diff --git a/sound/xen/Kconfig b/sound/xen/Kconfig index e4d7beb4df1c..d812eff65dcb 100644 --- a/sound/xen/Kconfig +++ b/sound/xen/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA Xen drivers | 2 | # ALSA Xen drivers |
2 | 3 | ||
3 | config SND_XEN_FRONTEND | 4 | config SND_XEN_FRONTEND |
diff --git a/tools/bpf/Makefile.helpers b/tools/bpf/Makefile.helpers index c34fea77f39f..854d084026dd 100644 --- a/tools/bpf/Makefile.helpers +++ b/tools/bpf/Makefile.helpers | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef allow-override | 2 | ifndef allow-override |
2 | include ../scripts/Makefile.include | 3 | include ../scripts/Makefile.include |
3 | include ../scripts/utilities.mak | 4 | include ../scripts/utilities.mak |
diff --git a/tools/bpf/bpftool/Documentation/Makefile b/tools/bpf/bpftool/Documentation/Makefile index f7663a3e60c9..815ac9804aee 100644 --- a/tools/bpf/bpftool/Documentation/Makefile +++ b/tools/bpf/bpftool/Documentation/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../../../scripts/Makefile.include | 2 | include ../../../scripts/Makefile.include |
2 | include ../../../scripts/utilities.mak | 3 | include ../../../scripts/utilities.mak |
3 | 4 | ||
diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile index 4ad1f0894d53..a7afea4dec47 100644 --- a/tools/bpf/bpftool/Makefile +++ b/tools/bpf/bpftool/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../../scripts/Makefile.include | 2 | include ../../scripts/Makefile.include |
2 | include ../../scripts/utilities.mak | 3 | include ../../scripts/utilities.mak |
3 | 4 | ||
diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index 361207387b1b..3b24231c58a2 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | feature_dir := $(srctree)/tools/build/feature | 2 | feature_dir := $(srctree)/tools/build/feature |
2 | 3 | ||
3 | ifneq ($(OUTPUT),) | 4 | ifneq ($(OUTPUT),) |
diff --git a/tools/build/Makefile.include b/tools/build/Makefile.include index d360f39a445b..8dadaa0fbb43 100644 --- a/tools/build/Makefile.include +++ b/tools/build/Makefile.include | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | build := -f $(srctree)/tools/build/Makefile.build dir=. obj | 2 | build := -f $(srctree)/tools/build/Makefile.build dir=. obj |
2 | 3 | ||
3 | fixdep: | 4 | fixdep: |
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index ac841bc5c35b..6d148a40551c 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../../scripts/Makefile.include | 2 | include ../../scripts/Makefile.include |
2 | include ../../scripts/utilities.mak | 3 | include ../../scripts/utilities.mak |
3 | 4 | ||
diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index e1bb5288ab1f..85fbcd265351 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | ifeq ($(src-perf),) | 3 | ifeq ($(src-perf),) |
3 | src-perf := $(srctree)/tools/perf | 4 | src-perf := $(srctree)/tools/perf |
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index c706548d5b10..4d46ca6d7e20 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../scripts/Makefile.include | 2 | include ../scripts/Makefile.include |
2 | include ../scripts/Makefile.arch | 3 | include ../scripts/Makefile.arch |
3 | 4 | ||
diff --git a/tools/perf/arch/arm/Makefile b/tools/perf/arch/arm/Makefile index 18b13518d8d8..1d88fdab13bf 100644 --- a/tools/perf/arch/arm/Makefile +++ b/tools/perf/arch/arm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef NO_DWARF | 2 | ifndef NO_DWARF |
2 | PERF_HAVE_DWARF_REGS := 1 | 3 | PERF_HAVE_DWARF_REGS := 1 |
3 | endif | 4 | endif |
diff --git a/tools/perf/arch/csky/Makefile b/tools/perf/arch/csky/Makefile index 7fbca175099e..88c08eed9c7b 100644 --- a/tools/perf/arch/csky/Makefile +++ b/tools/perf/arch/csky/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef NO_DWARF | 2 | ifndef NO_DWARF |
2 | PERF_HAVE_DWARF_REGS := 1 | 3 | PERF_HAVE_DWARF_REGS := 1 |
3 | endif | 4 | endif |
diff --git a/tools/perf/arch/s390/Makefile b/tools/perf/arch/s390/Makefile index dfa6e3103437..cb198787570a 100644 --- a/tools/perf/arch/s390/Makefile +++ b/tools/perf/arch/s390/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef NO_DWARF | 2 | ifndef NO_DWARF |
2 | PERF_HAVE_DWARF_REGS := 1 | 3 | PERF_HAVE_DWARF_REGS := 1 |
3 | endif | 4 | endif |
diff --git a/tools/perf/arch/sh/Makefile b/tools/perf/arch/sh/Makefile index 7fbca175099e..88c08eed9c7b 100644 --- a/tools/perf/arch/sh/Makefile +++ b/tools/perf/arch/sh/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef NO_DWARF | 2 | ifndef NO_DWARF |
2 | PERF_HAVE_DWARF_REGS := 1 | 3 | PERF_HAVE_DWARF_REGS := 1 |
3 | endif | 4 | endif |
diff --git a/tools/perf/arch/sparc/Makefile b/tools/perf/arch/sparc/Makefile index 275dea7ff59a..4031db72ba71 100644 --- a/tools/perf/arch/sparc/Makefile +++ b/tools/perf/arch/sparc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef NO_DWARF | 2 | ifndef NO_DWARF |
2 | PERF_HAVE_DWARF_REGS := 1 | 3 | PERF_HAVE_DWARF_REGS := 1 |
3 | endif | 4 | endif |
diff --git a/tools/perf/arch/xtensa/Makefile b/tools/perf/arch/xtensa/Makefile index 7fbca175099e..88c08eed9c7b 100644 --- a/tools/perf/arch/xtensa/Makefile +++ b/tools/perf/arch/xtensa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef NO_DWARF | 2 | ifndef NO_DWARF |
2 | PERF_HAVE_DWARF_REGS := 1 | 3 | PERF_HAVE_DWARF_REGS := 1 |
3 | endif | 4 | endif |
diff --git a/tools/spi/Makefile b/tools/spi/Makefile index 815d15589177..5c342e655e55 100644 --- a/tools/spi/Makefile +++ b/tools/spi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../scripts/Makefile.include | 2 | include ../scripts/Makefile.include |
2 | 3 | ||
3 | bindir ?= /usr/bin | 4 | bindir ?= /usr/bin |
diff --git a/tools/testing/scatterlist/Makefile b/tools/testing/scatterlist/Makefile index 933c3a6e4d77..cbb003d9305e 100644 --- a/tools/testing/scatterlist/Makefile +++ b/tools/testing/scatterlist/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -I. -I../../include -g -O2 -Wall -fsanitize=address | 2 | CFLAGS += -I. -I../../include -g -O2 -Wall -fsanitize=address |
2 | LDFLAGS += -fsanitize=address -fsanitize=undefined | 3 | LDFLAGS += -fsanitize=address -fsanitize=undefined |
3 | TARGETS = main | 4 | TARGETS = main |
diff --git a/tools/testing/selftests/android/Makefile b/tools/testing/selftests/android/Makefile index 72c25a3cb658..7c462714b418 100644 --- a/tools/testing/selftests/android/Makefile +++ b/tools/testing/selftests/android/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | SUBDIRS := ion | 2 | SUBDIRS := ion |
2 | 3 | ||
3 | TEST_PROGS := run.sh | 4 | TEST_PROGS := run.sh |
diff --git a/tools/testing/selftests/android/ion/Makefile b/tools/testing/selftests/android/ion/Makefile index 88cfe88e466f..0eb7ab626e1c 100644 --- a/tools/testing/selftests/android/ion/Makefile +++ b/tools/testing/selftests/android/ion/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | INCLUDEDIR := -I. -I../../../../../drivers/staging/android/uapi/ -I../../../../../usr/include/ | 3 | INCLUDEDIR := -I. -I../../../../../drivers/staging/android/uapi/ -I../../../../../usr/include/ |
3 | CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g | 4 | CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g |
diff --git a/tools/testing/selftests/drivers/dma-buf/Makefile b/tools/testing/selftests/drivers/dma-buf/Makefile index f22c3f7cf612..79cb16b4e01a 100644 --- a/tools/testing/selftests/drivers/dma-buf/Makefile +++ b/tools/testing/selftests/drivers/dma-buf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -I../../../../../usr/include/ | 2 | CFLAGS += -I../../../../../usr/include/ |
2 | 3 | ||
3 | TEST_GEN_PROGS := udmabuf | 4 | TEST_GEN_PROGS := udmabuf |
diff --git a/tools/testing/selftests/efivarfs/Makefile b/tools/testing/selftests/efivarfs/Makefile index c49dcea69319..e3181338ba5e 100644 --- a/tools/testing/selftests/efivarfs/Makefile +++ b/tools/testing/selftests/efivarfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS = -Wall | 2 | CFLAGS = -Wall |
2 | 3 | ||
3 | TEST_GEN_FILES := open-unlink create-read | 4 | TEST_GEN_FILES := open-unlink create-read |
diff --git a/tools/testing/selftests/firmware/Makefile b/tools/testing/selftests/firmware/Makefile index 261c81f08606..012b2cf69c11 100644 --- a/tools/testing/selftests/firmware/Makefile +++ b/tools/testing/selftests/firmware/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for firmware loading selftests | 2 | # Makefile for firmware loading selftests |
2 | 3 | ||
3 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" | 4 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" |
diff --git a/tools/testing/selftests/kcmp/Makefile b/tools/testing/selftests/kcmp/Makefile index 47aa9887f9d4..b4d39f6b5124 100644 --- a/tools/testing/selftests/kcmp/Makefile +++ b/tools/testing/selftests/kcmp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -I../../../../usr/include/ | 2 | CFLAGS += -I../../../../usr/include/ |
2 | 3 | ||
3 | TEST_GEN_PROGS := kcmp_test | 4 | TEST_GEN_PROGS := kcmp_test |
diff --git a/tools/testing/selftests/kexec/Makefile b/tools/testing/selftests/kexec/Makefile index 8e9b27a7452f..aa91d2063249 100644 --- a/tools/testing/selftests/kexec/Makefile +++ b/tools/testing/selftests/kexec/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for kexec tests | 2 | # Makefile for kexec tests |
2 | 3 | ||
3 | uname_M := $(shell uname -m 2>/dev/null || echo not) | 4 | uname_M := $(shell uname -m 2>/dev/null || echo not) |
diff --git a/tools/testing/selftests/kmod/Makefile b/tools/testing/selftests/kmod/Makefile index fa2ccc5fb3de..5b3e746a0bee 100644 --- a/tools/testing/selftests/kmod/Makefile +++ b/tools/testing/selftests/kmod/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for kmod loading selftests | 2 | # Makefile for kmod loading selftests |
2 | 3 | ||
3 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" | 4 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" |
diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile index 79c524395ebe..a035295e54d7 100644 --- a/tools/testing/selftests/kvm/Makefile +++ b/tools/testing/selftests/kvm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../../../../scripts/Kbuild.include | 2 | include ../../../../scripts/Kbuild.include |
2 | 3 | ||
3 | all: | 4 | all: |
diff --git a/tools/testing/selftests/lib/Makefile b/tools/testing/selftests/lib/Makefile index 9f26635f3e57..a105f094676e 100644 --- a/tools/testing/selftests/lib/Makefile +++ b/tools/testing/selftests/lib/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for lib/ function selftests | 2 | # Makefile for lib/ function selftests |
2 | 3 | ||
3 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" | 4 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" |
diff --git a/tools/testing/selftests/membarrier/Makefile b/tools/testing/selftests/membarrier/Makefile index 02845532b059..97e3bdf3d1e9 100644 --- a/tools/testing/selftests/membarrier/Makefile +++ b/tools/testing/selftests/membarrier/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -g -I../../../../usr/include/ | 2 | CFLAGS += -g -I../../../../usr/include/ |
2 | 3 | ||
3 | TEST_GEN_PROGS := membarrier_test | 4 | TEST_GEN_PROGS := membarrier_test |
diff --git a/tools/testing/selftests/nsfs/Makefile b/tools/testing/selftests/nsfs/Makefile index 9ff7c7f80625..dd9bd50b7b93 100644 --- a/tools/testing/selftests/nsfs/Makefile +++ b/tools/testing/selftests/nsfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | TEST_GEN_PROGS := owner pidns | 2 | TEST_GEN_PROGS := owner pidns |
2 | 3 | ||
3 | CFLAGS := -Wall -Werror | 4 | CFLAGS := -Wall -Werror |
diff --git a/tools/testing/selftests/pidfd/Makefile b/tools/testing/selftests/pidfd/Makefile index deaf8073bc06..443fedbd6231 100644 --- a/tools/testing/selftests/pidfd/Makefile +++ b/tools/testing/selftests/pidfd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -g -I../../../../usr/include/ | 2 | CFLAGS += -g -I../../../../usr/include/ |
2 | 3 | ||
3 | TEST_GEN_PROGS := pidfd_test | 4 | TEST_GEN_PROGS := pidfd_test |
diff --git a/tools/testing/selftests/powerpc/alignment/Makefile b/tools/testing/selftests/powerpc/alignment/Makefile index d056486f49de..93e9af37449d 100644 --- a/tools/testing/selftests/powerpc/alignment/Makefile +++ b/tools/testing/selftests/powerpc/alignment/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | TEST_GEN_PROGS := copy_first_unaligned alignment_handler | 2 | TEST_GEN_PROGS := copy_first_unaligned alignment_handler |
2 | 3 | ||
3 | top_srcdir = ../../../../.. | 4 | top_srcdir = ../../../../.. |
diff --git a/tools/testing/selftests/powerpc/primitives/Makefile b/tools/testing/selftests/powerpc/primitives/Makefile index ea2b7bd09e36..9b9491a63213 100644 --- a/tools/testing/selftests/powerpc/primitives/Makefile +++ b/tools/testing/selftests/powerpc/primitives/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -I$(CURDIR) | 2 | CFLAGS += -I$(CURDIR) |
2 | 3 | ||
3 | TEST_GEN_PROGS := load_unaligned_zeropad | 4 | TEST_GEN_PROGS := load_unaligned_zeropad |
diff --git a/tools/testing/selftests/powerpc/syscalls/Makefile b/tools/testing/selftests/powerpc/syscalls/Makefile index 161b8846336f..01b22775ca87 100644 --- a/tools/testing/selftests/powerpc/syscalls/Makefile +++ b/tools/testing/selftests/powerpc/syscalls/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | TEST_GEN_PROGS := ipc_unmuxed | 2 | TEST_GEN_PROGS := ipc_unmuxed |
2 | 3 | ||
3 | CFLAGS += -I../../../../../usr/include | 4 | CFLAGS += -I../../../../../usr/include |
diff --git a/tools/testing/selftests/powerpc/vphn/Makefile b/tools/testing/selftests/powerpc/vphn/Makefile index fb82068c9fda..18b885da01bd 100644 --- a/tools/testing/selftests/powerpc/vphn/Makefile +++ b/tools/testing/selftests/powerpc/vphn/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | TEST_GEN_PROGS := test-vphn | 2 | TEST_GEN_PROGS := test-vphn |
2 | 3 | ||
3 | CFLAGS += -m64 | 4 | CFLAGS += -m64 |
diff --git a/tools/testing/selftests/proc/Makefile b/tools/testing/selftests/proc/Makefile index 5163dc887aa3..9f09fcd09ea3 100644 --- a/tools/testing/selftests/proc/Makefile +++ b/tools/testing/selftests/proc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -Wall -O2 -Wno-unused-function | 2 | CFLAGS += -Wall -O2 -Wno-unused-function |
2 | CFLAGS += -D_GNU_SOURCE | 3 | CFLAGS += -D_GNU_SOURCE |
3 | 4 | ||
diff --git a/tools/testing/selftests/ptrace/Makefile b/tools/testing/selftests/ptrace/Makefile index 8a2bc5562179..cb21c76a18ca 100644 --- a/tools/testing/selftests/ptrace/Makefile +++ b/tools/testing/selftests/ptrace/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -iquote../../../../include/uapi -Wall | 2 | CFLAGS += -iquote../../../../include/uapi -Wall |
2 | 3 | ||
3 | TEST_GEN_PROGS := peeksiginfo | 4 | TEST_GEN_PROGS := peeksiginfo |
diff --git a/tools/testing/selftests/sigaltstack/Makefile b/tools/testing/selftests/sigaltstack/Makefile index f68fbf80d8be..3e96d5d47036 100644 --- a/tools/testing/selftests/sigaltstack/Makefile +++ b/tools/testing/selftests/sigaltstack/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS = -Wall | 2 | CFLAGS = -Wall |
2 | TEST_GEN_PROGS = sas | 3 | TEST_GEN_PROGS = sas |
3 | 4 | ||
diff --git a/tools/testing/selftests/size/Makefile b/tools/testing/selftests/size/Makefile index 4685b3e421fc..b87facc00a6e 100644 --- a/tools/testing/selftests/size/Makefile +++ b/tools/testing/selftests/size/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS := -static -ffreestanding -nostartfiles -s | 2 | CFLAGS := -static -ffreestanding -nostartfiles -s |
2 | 3 | ||
3 | TEST_GEN_PROGS := get_size | 4 | TEST_GEN_PROGS := get_size |
diff --git a/tools/testing/selftests/static_keys/Makefile b/tools/testing/selftests/static_keys/Makefile index 9cdadf37f114..aa64104c7860 100644 --- a/tools/testing/selftests/static_keys/Makefile +++ b/tools/testing/selftests/static_keys/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for static keys selftests | 2 | # Makefile for static keys selftests |
2 | 3 | ||
3 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" | 4 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" |
diff --git a/tools/testing/selftests/sysctl/Makefile b/tools/testing/selftests/sysctl/Makefile index 95c320b354e8..110301f9f5be 100644 --- a/tools/testing/selftests/sysctl/Makefile +++ b/tools/testing/selftests/sysctl/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for sysctl selftests. | 2 | # Makefile for sysctl selftests. |
2 | # Expects kernel.sysctl_writes_strict=1. | 3 | # Expects kernel.sysctl_writes_strict=1. |
3 | 4 | ||
diff --git a/tools/testing/selftests/tmpfs/Makefile b/tools/testing/selftests/tmpfs/Makefile index 953c81299181..aa11ccc92e5b 100644 --- a/tools/testing/selftests/tmpfs/Makefile +++ b/tools/testing/selftests/tmpfs/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CFLAGS += -Wall -O2 | 2 | CFLAGS += -Wall -O2 |
2 | CFLAGS += -D_GNU_SOURCE | 3 | CFLAGS += -D_GNU_SOURCE |
3 | 4 | ||
diff --git a/tools/testing/selftests/user/Makefile b/tools/testing/selftests/user/Makefile index d401b63c5b1a..640a40f9b72b 100644 --- a/tools/testing/selftests/user/Makefile +++ b/tools/testing/selftests/user/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Makefile for user memory selftests | 2 | # Makefile for user memory selftests |
2 | 3 | ||
3 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" | 4 | # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" |
diff --git a/tools/testing/vsock/Makefile b/tools/testing/vsock/Makefile index 66ba0924194d..5be687b1e16c 100644 --- a/tools/testing/vsock/Makefile +++ b/tools/testing/vsock/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | all: test | 2 | all: test |
2 | test: vsock_diag_test | 3 | test: vsock_diag_test |
3 | vsock_diag_test: vsock_diag_test.o timeout.o control.o | 4 | vsock_diag_test: vsock_diag_test.o timeout.o control.o |
diff --git a/tools/usb/ffs-aio-example/simple/host_app/Makefile b/tools/usb/ffs-aio-example/simple/host_app/Makefile index 8c4a6f0aa82d..c3523837c936 100644 --- a/tools/usb/ffs-aio-example/simple/host_app/Makefile +++ b/tools/usb/ffs-aio-example/simple/host_app/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | CC = gcc | 2 | CC = gcc |
2 | LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) | 3 | LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) |
3 | LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0) | 4 | LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0) |
diff --git a/tools/virtio/vhost_test/Makefile b/tools/virtio/vhost_test/Makefile index a1d35b81b314..94d3aff987dc 100644 --- a/tools/virtio/vhost_test/Makefile +++ b/tools/virtio/vhost_test/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-m += vhost_test.o | 2 | obj-m += vhost_test.o |
2 | EXTRA_CFLAGS += -Idrivers/vhost | 3 | EXTRA_CFLAGS += -Idrivers/vhost |
diff --git a/tools/wmi/Makefile b/tools/wmi/Makefile index e0e87239126b..e161ff59ec46 100644 --- a/tools/wmi/Makefile +++ b/tools/wmi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | PREFIX ?= /usr | 2 | PREFIX ?= /usr |
2 | SBINDIR ?= sbin | 3 | SBINDIR ?= sbin |
3 | INSTALL ?= install | 4 | INSTALL ?= install |
diff --git a/virt/Makefile b/virt/Makefile index be783472ac81..1cfea9436af9 100644 --- a/virt/Makefile +++ b/virt/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-y += lib/ | 2 | obj-y += lib/ |
diff --git a/virt/lib/Kconfig b/virt/lib/Kconfig index 89a414f815d2..2d9523b7155e 100644 --- a/virt/lib/Kconfig +++ b/virt/lib/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config IRQ_BYPASS_MANAGER | 2 | config IRQ_BYPASS_MANAGER |
2 | tristate | 3 | tristate |
diff --git a/virt/lib/Makefile b/virt/lib/Makefile index 901228d1ffbc..bd7f9a78bb6b 100644 --- a/virt/lib/Makefile +++ b/virt/lib/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_IRQ_BYPASS_MANAGER) += irqbypass.o | 2 | obj-$(CONFIG_IRQ_BYPASS_MANAGER) += irqbypass.o |