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

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

msi001: move out of staging



Move MSi001 driver from staging to drivers/media/tuners/.

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent d9d889d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -71,6 +71,12 @@ config MEDIA_TUNER_TEA5767
	help
	  Say Y here to include support for the Philips TEA5767 radio tuner.

config MEDIA_TUNER_MSI001
	tristate "Mirics MSi001"
	depends on MEDIA_SUPPORT && SPI && VIDEO_V4L2
	help
	  Mirics MSi001 silicon tuner driver.

config MEDIA_TUNER_MT20XX
	tristate "Microtune 2032 / 2050 tuners"
	depends on MEDIA_SUPPORT && I2C
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ obj-$(CONFIG_MEDIA_TUNER_TDA827X) += tda827x.o
obj-$(CONFIG_MEDIA_TUNER_TDA18271) += tda18271.o
obj-$(CONFIG_MEDIA_TUNER_XC5000) += xc5000.o
obj-$(CONFIG_MEDIA_TUNER_XC4000) += xc4000.o
obj-$(CONFIG_MEDIA_TUNER_MSI001) += msi001.o
obj-$(CONFIG_MEDIA_TUNER_MT2060) += mt2060.o
obj-$(CONFIG_MEDIA_TUNER_MT2063) += mt2063.o
obj-$(CONFIG_MEDIA_TUNER_MT2266) += mt2266.o
+0 −3
Original line number Diff line number Diff line
@@ -5,6 +5,3 @@ config USB_MSI3101
	select VIDEOBUF2_VMALLOC
	select MEDIA_TUNER_MSI001
config MEDIA_TUNER_MSI001
	tristate "Mirics MSi001"
	depends on VIDEO_V4L2 && SPI
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_USB_MSI3101)             += sdr-msi3101.o
obj-$(CONFIG_MEDIA_TUNER_MSI001)      += msi001.o