summaryrefslogtreecommitdiff
path: root/drivers/media/usb/hackrf/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-08-23 04:40:01 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-21 20:32:37 -0300
commit969ec1f6bd925092109eaf21501a9d64adfc7ad4 (patch)
tree1b0584afedc52f82c970a912046a0635c90a0a28 /drivers/media/usb/hackrf/Kconfig
parent22889ef8162b86c25b6c609624a9c53f9fd7f642 (diff)
[media] hackrf: HackRF SDR driver
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>
Diffstat (limited to 'drivers/media/usb/hackrf/Kconfig')
-rw-r--r--drivers/media/usb/hackrf/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/usb/hackrf/Kconfig b/drivers/media/usb/hackrf/Kconfig
new file mode 100644
index 000000000000..937e6f5c1e8e
--- /dev/null
+++ b/drivers/media/usb/hackrf/Kconfig
@@ -0,0 +1,10 @@
+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
+