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

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

[media] airspy: move out of staging into drivers/media/usb



Move it out of staging into media like all the other SDR drivers
too. There is no good reasons to keep these SDR drivers in staging.

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

if MEDIA_SDR_SUPPORT
	comment "Software defined radio USB devices"
source "drivers/media/usb/airspy/Kconfig"
endif

endif #MEDIA_USB_SUPPORT
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ obj-y += zr364xx/ stkwebcam/ s2255/
obj-$(CONFIG_USB_VIDEO_CLASS)	+= uvc/
obj-$(CONFIG_USB_GSPCA)         += gspca/
obj-$(CONFIG_USB_PWC)           += pwc/
obj-$(CONFIG_USB_AIRSPY)        += airspy/
obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
obj-$(CONFIG_VIDEO_AU0828) += au0828/
obj-$(CONFIG_VIDEO_HDPVR)	+= hdpvr/
+10 −0
Original line number Diff line number Diff line
config USB_AIRSPY
	tristate "AirSpy"
	depends on VIDEO_V4L2
	select VIDEOBUF2_VMALLOC
	---help---
	  This is a video4linux2 driver for AirSpy SDR device.

	  To compile this driver as a module, choose M here: the
	  module will be called airspy
Loading