Commit 99b75a4e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dc88057f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
menuconfig STAGING
	bool "Staging drivers"
	default n
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
menu "Android"

if ANDROID
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
menuconfig ION
	bool "Ion Memory Manager"
	depends on HAS_DMA && MMU
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
#
# "Xilinx AXI-Stream FIFO IP core driver"
#
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
config STAGING_BOARD
	bool "Staging Board Support"
	depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP
Loading