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 /drivers/vfio | |
parent | 09c434b8a0047c69e48499de0107de312901e798 (diff) |
treewide: Add SPDX license identifier - Makefile/Kconfig
Add SPDX license identifiers to all Make/Kconfig files which:
- Have no license information of any form
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:
GPL-2.0-only
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/vfio')
-rw-r--r-- | drivers/vfio/Kconfig | 1 | ||||
-rw-r--r-- | drivers/vfio/mdev/Kconfig | 1 | ||||
-rw-r--r-- | drivers/vfio/mdev/Makefile | 1 | ||||
-rw-r--r-- | drivers/vfio/pci/Kconfig | 1 | ||||
-rw-r--r-- | drivers/vfio/pci/Makefile | 1 | ||||
-rw-r--r-- | drivers/vfio/platform/Kconfig | 1 | ||||
-rw-r--r-- | drivers/vfio/platform/reset/Kconfig | 1 |
7 files changed, 7 insertions, 0 deletions
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 |