swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: d1fdb6d8f6a4109a4263176c84b899076a5f8008 authored by Linus Torvalds on 09 June 2019, 03:24:46 UTC
Linux 5.2-rc4
Tip revision: d1fdb6d
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config USB_AIRSPY
	tristate "AirSpy"
	depends on VIDEO_V4L2
	select VIDEOBUF2_VMALLOC
	help
	  This is a video4linux2 driver for AirSpy SDR device.

	  To compile this driver as a module, choose M here: the
	  module will be called airspy

back to top