[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: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Antti Palosaari 2014-06-27 21:30:55 -03:00 committed by Mauro Carvalho Chehab
parent dd6b66d039
commit 634fe50339
5 changed files with 1128 additions and 0 deletions

View File

@ -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"

View File

@ -1,3 +1,4 @@
obj-$(CONFIG_USB_AIRSPY) += airspy/
obj-$(CONFIG_DVB_AS102) += as102/
obj-$(CONFIG_I2C_BCM2048) += bcm2048/
obj-$(CONFIG_DVB_CXD2099) += cxd2099/

View File

@ -0,0 +1,5 @@
config USB_AIRSPY
tristate "AirSpy"
depends on USB && VIDEO_DEV && VIDEO_V4L2 && I2C
select VIDEOBUF2_VMALLOC
default m if !MEDIA_SUBDRV_AUTOSELECT

View File

@ -0,0 +1 @@
obj-$(CONFIG_USB_AIRSPY) += airspy.o

File diff suppressed because it is too large Load Diff