repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git]
/
drivers
/
media
/
usb
/
hackrf
/
Kconfig
blob
1cf9b4d3a5147c6f678755ab7964eaf11bc45ac9
1
# SPDX-License-Identifier: GPL-2.0-only
2
config USB_HACKRF
3
tristate "HackRF"
4
depends on VIDEO_DEV
5
select VIDEOBUF2_VMALLOC
6
help
7
This is a video4linux2 driver for HackRF SDR device.
8
9
To compile this driver as a module, choose M here: the
10
module will be called hackrf
11