Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 634fe503 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[media] airspy: AirSpy SDR driver

AirSpy SDR driver.

Thanks to Youssef Touil and Benjamin Vernoux for support, help and
hardware!
http://airspy.com/



Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent dd6b66d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ menuconfig STAGING_MEDIA
if STAGING_MEDIA

# Please keep them in alphabetic order
source "drivers/staging/media/airspy/Kconfig"
source "drivers/staging/media/as102/Kconfig"

source "drivers/staging/media/bcm2048/Kconfig"
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_USB_AIRSPY)	+= airspy/
obj-$(CONFIG_DVB_AS102)		+= as102/
obj-$(CONFIG_I2C_BCM2048)	+= bcm2048/
obj-$(CONFIG_DVB_CXD2099)	+= cxd2099/
+5 −0
Original line number Diff line number Diff line
config USB_AIRSPY
	tristate "AirSpy"
	depends on USB && VIDEO_DEV && VIDEO_V4L2 && I2C
	select VIDEOBUF2_VMALLOC
	default m if !MEDIA_SUBDRV_AUTOSELECT
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_USB_AIRSPY)              += airspy.o
+1120 −0

File added.

Preview size limit exceeded, changes collapsed.