summaryrefslogtreecommitdiff
path: root/drivers/staging/board
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-02 12:31:48 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-03 11:10:15 +0200
commit99b75a4e3275e85814db0fa2f49274bd3d5359d3 (patch)
tree20322c12a2b333956480f43b576082c9ed1515cb /drivers/staging/board
parentdc88057f36eee13cfc0c7a4a45f91e85a83e6ea0 (diff)
staging: add missing SPDX lines to Kconfig files
There are a few remaining drivers/staging/*/Kconfig files that do not have SPDX identifiers in them. Add the correct GPL-2.0 identifier to them to make scanning tools happy. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/board')
-rw-r--r--drivers/staging/board/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kconfig
index 3f287c48e082..d0c6e42eadda 100644
--- a/drivers/staging/board/Kconfig
+++ b/drivers/staging/board/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
config STAGING_BOARD
bool "Staging Board Support"
depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP