forked from Minki/linux
969ec1f6bd
V4L2 driver for HackRF SDR. Very basic version, with reduced feature set. Driver implements receiver only, hardware supports also transmitter. USB ID 1d50:6089. Model HackRF One Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
config USB_HACKRF
|
|
tristate "HackRF"
|
|
depends on VIDEO_V4L2
|
|
select VIDEOBUF2_VMALLOC
|
|
---help---
|
|
This is a video4linux2 driver for HackRF SDR device.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called hackrf
|
|
|