[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:
committed by
Mauro Carvalho Chehab
parent
dd6b66d039
commit
634fe50339
@@ -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,3 +1,4 @@
|
||||
obj-$(CONFIG_USB_AIRSPY) += airspy/
|
||||
obj-$(CONFIG_DVB_AS102) += as102/
|
||||
obj-$(CONFIG_I2C_BCM2048) += bcm2048/
|
||||
obj-$(CONFIG_DVB_CXD2099) += cxd2099/
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
obj-$(CONFIG_USB_AIRSPY) += airspy.o
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user