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

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

msi2500: move msi3101 out of staging and rename



Move msi3101 out of staging and rename to msi2500.

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 1b303e1a
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/msi2500/Kconfig"
source "drivers/media/usb/airspy/Kconfig"
endif

+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_MSI2500)       += msi2500/
obj-$(CONFIG_USB_AIRSPY)        += airspy/
obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
obj-$(CONFIG_VIDEO_AU0828) += au0828/
+5 −0
Original line number Diff line number Diff line
config USB_MSI2500
	tristate "Mirics MSi2500"
	depends on VIDEO_V4L2 && SPI
	select VIDEOBUF2_VMALLOC
	select MEDIA_TUNER_MSI001
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_USB_MSI2500)             += msi2500.o
Loading