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

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

[media] mn88473: move out of staging



Move driver to drivers.

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 9c91738d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -7221,10 +7221,8 @@ L: linux-media@vger.kernel.org
W:	https://linuxtv.org
W:	http://palosaari.fi/linux/
Q:	http://patchwork.linuxtv.org/project/linux-media/list/
T:	git git://linuxtv.org/anttip/media_tree.git
S:	Maintained
F:	drivers/staging/media/mn88473/
F:	drivers/media/dvb-frontends/mn88473.h
F:	drivers/media/dvb-frontends/mn88473*

MODULE SUPPORT
M:	Rusty Russell <rusty@rustcorp.com.au>
+8 −0
Original line number Diff line number Diff line
@@ -73,6 +73,14 @@ config DVB_SI2165

	  Say Y when you want to support this frontend.

config DVB_MN88473
	tristate "Panasonic MN88473"
	depends on DVB_CORE && I2C
	select REGMAP_I2C
	default m if !MEDIA_SUBDRV_AUTOSELECT
	help
	  Say Y when you want to support this frontend.

comment "DVB-S (satellite) frontends"
	depends on DVB_CORE

+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ obj-$(CONFIG_DVB_STV0900) += stv0900.o
obj-$(CONFIG_DVB_STV090x) += stv090x.o
obj-$(CONFIG_DVB_STV6110x) += stv6110x.o
obj-$(CONFIG_DVB_M88DS3103) += m88ds3103.o
obj-$(CONFIG_DVB_MN88473) += mn88473.o
obj-$(CONFIG_DVB_ISL6423) += isl6423.o
obj-$(CONFIG_DVB_EC100) += ec100.o
obj-$(CONFIG_DVB_HD29L2) += hd29l2.o
Loading