Skip to content

Commit

Permalink
msi001: move out of staging
Browse files Browse the repository at this point in the history
Move MSi001 driver from staging to drivers/media/tuners/.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jul 21, 2014
1 parent d9d889d commit 150dcf5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions drivers/media/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/media/tuners/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions drivers/staging/media/msi3101/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion drivers/staging/media/msi3101/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
obj-$(CONFIG_USB_MSI3101) += sdr-msi3101.o
obj-$(CONFIG_MEDIA_TUNER_MSI001) += msi001.o

0 comments on commit 150dcf5

Please sign in to comment.