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