1
0
Fork 0

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>
hifive-unleashed-5.2
Greg Kroah-Hartman 2019-04-02 12:31:48 +02:00
parent dc88057f36
commit 99b75a4e32
83 changed files with 83 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig STAGING menuconfig STAGING
bool "Staging drivers" bool "Staging drivers"
default n default n

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menu "Android" menu "Android"
if ANDROID if ANDROID

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig ION menuconfig ION
bool "Ion Memory Manager" bool "Ion Memory Manager"
depends on HAS_DMA && MMU depends on HAS_DMA && MMU

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# "Xilinx AXI-Stream FIFO IP core driver" # "Xilinx AXI-Stream FIFO IP core driver"
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config STAGING_BOARD config STAGING_BOARD
bool "Staging Board Support" bool "Staging Board Support"
depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Xilinx Clocking Wizard Driver # Xilinx Clocking Wizard Driver
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config COMEDI config COMEDI
tristate "Data acquisition support (comedi)" tristate "Data acquisition support (comedi)"
---help--- ---help---

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config USB_EMXX config USB_EMXX
tristate "EMXX USB Function Device Controller" tristate "EMXX USB Function Device Controller"
depends on USB_GADGET && (ARCH_RENESAS || (ARM && COMPILE_TEST)) depends on USB_GADGET && (ARCH_RENESAS || (ARM && COMPILE_TEST))

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig FB_TFT menuconfig FB_TFT
tristate "Support for small TFT LCD display modules" tristate "Support for small TFT LCD display modules"
depends on FB && SPI depends on FB && SPI

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers # Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config FIREWIRE_SERIAL config FIREWIRE_SERIAL
tristate "TTY over Firewire" tristate "TTY over Firewire"
depends on FIREWIRE && TTY depends on FIREWIRE && TTY

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menu "Gasket devices" menu "Gasket devices"
config STAGING_GASKET_FRAMEWORK config STAGING_GASKET_FRAMEWORK

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# GCT GDM724x LTE driver configuration # GCT GDM724x LTE driver configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config GOLDFISH_AUDIO config GOLDFISH_AUDIO
tristate "Goldfish AVD Audio Device" tristate "Goldfish AVD Audio Device"
depends on GOLDFISH depends on GOLDFISH

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig GREYBUS menuconfig GREYBUS
tristate "Greybus support" tristate "Greybus support"
depends on SYSFS depends on SYSFS

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# "xilinx FPGA firmware download, fpgaboot" # "xilinx FPGA firmware download, fpgaboot"
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Industrial I/O subsystem configuration # Industrial I/O subsystem configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Accelerometer drivers # Accelerometer drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# ADC drivers # ADC drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# ADDAC drivers # ADDAC drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# CDC drivers # CDC drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Direct Digital Synthesis drivers # Direct Digital Synthesis drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Impedance Converter, Network Analyzer drivers # Impedance Converter, Network Analyzer drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# IIO meter drivers configuration # IIO meter drivers configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Resolver/Synchro drivers # Resolver/Synchro drivers
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config KS7010 config KS7010
tristate "KeyStream KS7010 SDIO support" tristate "KeyStream KS7010 SDIO support"
depends on MMC && WIRELESS depends on MMC && WIRELESS

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig STAGING_MEDIA menuconfig STAGING_MEDIA
bool "Media staging drivers" bool "Media staging drivers"
default n default n

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Multimedia Video device configuration # Multimedia Video device configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_DM365_VPFE config VIDEO_DM365_VPFE
tristate "DM365 VPFE Media Controller Capture Driver" tristate "DM365 VPFE Media Controller Capture Driver"
depends on VIDEO_V4L2 depends on VIDEO_V4L2

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_IMX_MEDIA config VIDEO_IMX_MEDIA
tristate "i.MX5/6 V4L2 media core driver" tristate "i.MX5/6 V4L2 media core driver"
depends on ARCH_MXC || COMPILE_TEST depends on ARCH_MXC || COMPILE_TEST

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_IPU3_IMGU config VIDEO_IPU3_IMGU
tristate "Intel ipu3-imgu driver" tristate "Intel ipu3-imgu driver"
depends on PCI && VIDEO_V4L2 depends on PCI && VIDEO_V4L2

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config SOC_CAMERA_MT9T031 config SOC_CAMERA_MT9T031
tristate "mt9t031 support (DEPRECATED)" tristate "mt9t031 support (DEPRECATED)"
depends on SOC_CAMERA && I2C depends on SOC_CAMERA && I2C

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_ROCKCHIP_VPU config VIDEO_ROCKCHIP_VPU
tristate "Rockchip VPU driver" tristate "Rockchip VPU driver"
depends on ARCH_ROCKCHIP || COMPILE_TEST depends on ARCH_ROCKCHIP || COMPILE_TEST

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config SOC_CAMERA config SOC_CAMERA
tristate "SoC camera support" tristate "SoC camera support"
depends on VIDEO_V4L2 && HAS_DMA && I2C && BROKEN depends on VIDEO_V4L2 && HAS_DMA && I2C && BROKEN

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_SUNXI config VIDEO_SUNXI
bool "Allwinner sunXi family Video Devices" bool "Allwinner sunXi family Video Devices"
depends on ARCH_SUNXI || COMPILE_TEST depends on ARCH_SUNXI || COMPILE_TEST

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_SUNXI_CEDRUS config VIDEO_SUNXI_CEDRUS
tristate "Allwinner Cedrus VPU driver" tristate "Allwinner Cedrus VPU driver"
depends on VIDEO_DEV && VIDEO_V4L2 && MEDIA_CONTROLLER depends on VIDEO_DEV && VIDEO_V4L2 && MEDIA_CONTROLLER

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config TEGRA_VDE config TEGRA_VDE
tristate "NVIDIA Tegra Video Decoder Engine driver" tristate "NVIDIA Tegra Video Decoder Engine driver"
depends on ARCH_TEGRA || COMPILE_TEST depends on ARCH_TEGRA || COMPILE_TEST

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_ZORAN config VIDEO_ZORAN
tristate "Zoran ZR36057/36067 Video For Linux (Deprecated)" tristate "Zoran ZR36057/36067 Video For Linux (Deprecated)"
depends on PCI && I2C_ALGOBIT && VIDEO_V4L2 && VIRT_TO_BUS depends on PCI && I2C_ALGOBIT && VIDEO_V4L2 && VIRT_TO_BUS

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig MOST menuconfig MOST
tristate "MOST support" tristate "MOST support"
depends on HAS_DMA depends on HAS_DMA

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MOST Cdev configuration # MOST Cdev configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MediaLB configuration # MediaLB configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MOST I2C configuration # MOST I2C configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MOST Networking configuration # MOST Networking configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MOST ALSA configuration # MOST ALSA configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MOST USB configuration # MOST USB configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# MOST V4L2 configuration # MOST V4L2 configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config MTK_HSDMA config MTK_HSDMA
tristate "MTK HSDMA support" tristate "MTK HSDMA support"
depends on RALINK && SOC_MT7621 depends on RALINK && SOC_MT7621

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config DTB_GNUBEE1 config DTB_GNUBEE1
bool "GnuBee1 NAS" bool "GnuBee1 NAS"
depends on SOC_MT7621 && DTB_RT_NONE depends on SOC_MT7621 && DTB_RT_NONE

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config MTK_MMC config MTK_MMC
tristate "MTK SD/MMC" tristate "MTK SD/MMC"
depends on RALINK && MMC depends on RALINK && MMC

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config PCI_MT7621_PHY config PCI_MT7621_PHY
tristate "MediaTek MT7621 PCI PHY Driver" tristate "MediaTek MT7621 PCI PHY Driver"
depends on RALINK && OF depends on RALINK && OF

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config PCI_MT7621 config PCI_MT7621
tristate "MediaTek MT7621 PCI Controller" tristate "MediaTek MT7621 PCI Controller"
depends on RALINK depends on RALINK

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config PINCTRL_RT2880 config PINCTRL_RT2880
bool "RT2800 pinctrl driver for RALINK/Mediatek SOCs" bool "RT2800 pinctrl driver for RALINK/Mediatek SOCs"
depends on RALINK depends on RALINK

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config SPI_MT7621 config SPI_MT7621
tristate "MediaTek MT7621 SPI Controller" tristate "MediaTek MT7621 SPI Controller"
depends on RALINK depends on RALINK

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config NETLOGIC_XLR_NET config NETLOGIC_XLR_NET
tristate "Netlogic XLR/XLS network device" tristate "Netlogic XLR/XLS network device"
depends on CPU_XLR depends on CPU_XLR

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config MFD_NVEC config MFD_NVEC
tristate "NV Tegra Embedded Controller SMBus Interface" tristate "NV Tegra Embedded Controller SMBus Interface"
depends on I2C && GPIOLIB && ARCH_TEGRA depends on I2C && GPIOLIB && ARCH_TEGRA

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config OCTEON_USB config OCTEON_USB
tristate "Cavium Networks Octeon USB support" tristate "Cavium Networks Octeon USB support"
depends on CAVIUM_OCTEON_SOC && USB depends on CAVIUM_OCTEON_SOC && USB

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config OCTEON_ETHERNET config OCTEON_ETHERNET
tristate "Cavium Networks Octeon Ethernet support" tristate "Cavium Networks Octeon Ethernet support"
depends on CAVIUM_OCTEON_SOC && NETDEVICES depends on CAVIUM_OCTEON_SOC && NETDEVICES

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config FB_OLPC_DCON config FB_OLPC_DCON
tristate "One Laptop Per Child Display CONtroller support" tristate "One Laptop Per Child Display CONtroller support"
depends on OLPC && FB depends on OLPC && FB

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config PI433 config PI433
tristate "Pi433 - a 433MHz radio module for Raspberry Pi" tristate "Pi433 - a 433MHz radio module for Raspberry Pi"
depends on SPI depends on SPI

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config DMA_RALINK config DMA_RALINK
tristate "RALINK DMA support" tristate "RALINK DMA support"
depends on RALINK && !SOC_RT288X depends on RALINK && !SOC_RT288X

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config R8188EU config R8188EU
tristate "Realtek RTL8188EU Wireless LAN NIC driver" tristate "Realtek RTL8188EU Wireless LAN NIC driver"
depends on WLAN && USB && CFG80211 depends on WLAN && USB && CFG80211

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config RTLLIB config RTLLIB
tristate "Support for rtllib wireless devices" tristate "Support for rtllib wireless devices"
depends on WLAN && m depends on WLAN && m

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config RTL8192E config RTL8192E
tristate "RealTek RTL8192E Wireless LAN NIC driver" tristate "RealTek RTL8192E Wireless LAN NIC driver"
depends on PCI && WLAN && RTLLIB depends on PCI && WLAN && RTLLIB

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config RTL8192U config RTL8192U
tristate "RealTek RTL8192U Wireless LAN NIC driver" tristate "RealTek RTL8192U Wireless LAN NIC driver"
depends on PCI && WLAN && USB depends on PCI && WLAN && USB

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config R8712U config R8712U
tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver" tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver"
depends on WLAN && USB depends on WLAN && USB

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config RTL8723BS config RTL8723BS
tristate "Realtek RTL8723BS SDIO Wireless LAN NIC driver" tristate "Realtek RTL8723BS SDIO Wireless LAN NIC driver"
depends on WLAN && MMC && CFG80211 depends on WLAN && MMC && CFG80211

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config R8822BE config R8822BE
tristate "Realtek RTL8822BE Wireless Network Adapter" tristate "Realtek RTL8822BE Wireless Network Adapter"
depends on PCI && MAC80211 && m depends on PCI && MAC80211 && m

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config RTS5208 config RTS5208
tristate "Realtek PCI-E Card Reader RTS5208/5288 support" tristate "Realtek PCI-E Card Reader RTS5208/5288 support"
depends on PCI && SCSI depends on PCI && SCSI

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config FB_SM750 config FB_SM750
tristate "Silicon Motion SM750 framebuffer support" tristate "Silicon Motion SM750 framebuffer support"
depends on FB && PCI depends on FB && PCI

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menu "Speakup console speech" menu "Speakup console speech"
config SPEAKUP config SPEAKUP

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Unisys SPAR driver configuration # Unisys SPAR driver configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Unisys visorhba configuration # Unisys visorhba configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Unisys visorinput configuration # Unisys visorinput configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# Unisys visornic configuration # Unisys visornic configuration
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config DRM_VBOXVIDEO config DRM_VBOXVIDEO
tristate "Virtual Box Graphics Card" tristate "Virtual Box Graphics Card"
depends on DRM && X86 && PCI depends on DRM && X86 && PCI

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig BCM_VIDEOCORE menuconfig BCM_VIDEOCORE
tristate "Broadcom VideoCore support" tristate "Broadcom VideoCore support"
depends on OF depends on OF

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config SND_BCM2835 config SND_BCM2835
tristate "BCM2835 Audio" tristate "BCM2835 Audio"
depends on (ARCH_BCM2835 || COMPILE_TEST) && SND depends on (ARCH_BCM2835 || COMPILE_TEST) && SND

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VIDEO_BCM2835 config VIDEO_BCM2835
tristate "BCM2835 Camera" tristate "BCM2835 Camera"
depends on MEDIA_SUPPORT depends on MEDIA_SUPPORT

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
comment "VME Device Drivers" comment "VME Device Drivers"
config VME_USER config VME_USER

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VT6655 config VT6655
tristate "VIA Technologies VT6655 support" tristate "VIA Technologies VT6655 support"
depends on PCI && MAC80211 && m depends on PCI && MAC80211 && m

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config VT6656 config VT6656
tristate "VIA Technologies VT6656 support" tristate "VIA Technologies VT6656 support"
depends on MAC80211 && USB && WLAN && m depends on MAC80211 && USB && WLAN && m

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config WILC1000 config WILC1000
tristate tristate
help help

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
config PRISM2_USB config PRISM2_USB
tristate "Prism2.5/3 USB driver" tristate "Prism2.5/3 USB driver"
depends on WLAN && USB && CFG80211 depends on WLAN && USB && CFG80211