brintos

brintos / linux-shallow public Read only

0
0
Text · 279 B · 0662d87 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config USB_AIRSPY3	tristate "AirSpy"4	depends on VIDEO_DEV5	select VIDEOBUF2_VMALLOC6	help7	  This is a video4linux2 driver for AirSpy SDR device.8 9	  To compile this driver as a module, choose M here: the10	  module will be called airspy11 12