diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:43:48 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 01:59:32 +0000 |
commit | 2b65ba07345b99ec7f0415ae9e37d47ba58a2c01 (patch) | |
tree | 19bb8d0991f1959c96de69cb69a4942faf75d338 /src/drivers/ocp | |
parent | 19081108390aa6a316ad5af52fd6465030cc9fe2 (diff) |
drivers: Add SPDX license headers to Kconfig files
Change-Id: Ib27894f0f1e03501583fffb2c759b493d6a7b945
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80588
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/ocp')
-rw-r--r-- | src/drivers/ocp/dmi/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/ocp/ewl/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/ocp/vpd/Kconfig | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/ocp/dmi/Kconfig b/src/drivers/ocp/dmi/Kconfig index eaf5ad0c5d..10737b90e8 100644 --- a/src/drivers/ocp/dmi/Kconfig +++ b/src/drivers/ocp/dmi/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config OCP_DMI bool default n diff --git a/src/drivers/ocp/ewl/Kconfig b/src/drivers/ocp/ewl/Kconfig index 3c3b82dedc..b00d0ea7af 100644 --- a/src/drivers/ocp/ewl/Kconfig +++ b/src/drivers/ocp/ewl/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config OCP_EWL bool default n diff --git a/src/drivers/ocp/vpd/Kconfig b/src/drivers/ocp/vpd/Kconfig index 12ee1855a2..59082e71d6 100644 --- a/src/drivers/ocp/vpd/Kconfig +++ b/src/drivers/ocp/vpd/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config OCP_VPD bool default n |