[media] mn88473: move to staging
It is not ready enough to be released on mainline. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
97de6e89d8
commit
4f80d85881
8 changed files with 15 additions and 9 deletions
|
@ -471,14 +471,6 @@ config DVB_SI2168
|
|||
help
|
||||
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.
|
||||
|
||||
config DVB_AS102_FE
|
||||
tristate
|
||||
depends on DVB_CORE
|
||||
|
|
|
@ -113,7 +113,6 @@ obj-$(CONFIG_DVB_RTL2830) += rtl2830.o
|
|||
obj-$(CONFIG_DVB_RTL2832) += rtl2832.o
|
||||
obj-$(CONFIG_DVB_RTL2832_SDR) += rtl2832_sdr.o
|
||||
obj-$(CONFIG_DVB_M88RS2000) += m88rs2000.o
|
||||
obj-$(CONFIG_DVB_MN88473) += mn88473.o
|
||||
obj-$(CONFIG_DVB_AF9033) += af9033.o
|
||||
obj-$(CONFIG_DVB_AS102_FE) += as102_fe.o
|
||||
obj-$(CONFIG_DVB_TC90522) += tc90522.o
|
||||
|
|
|
@ -29,6 +29,8 @@ source "drivers/staging/media/dt3155v4l/Kconfig"
|
|||
|
||||
source "drivers/staging/media/mn88472/Kconfig"
|
||||
|
||||
source "drivers/staging/media/mn88473/Kconfig"
|
||||
|
||||
source "drivers/staging/media/omap24xx/Kconfig"
|
||||
|
||||
source "drivers/staging/media/omap4iss/Kconfig"
|
||||
|
|
|
@ -7,4 +7,5 @@ obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
|
|||
obj-$(CONFIG_VIDEO_OMAP2) += omap24xx/
|
||||
obj-$(CONFIG_VIDEO_TCM825X) += omap24xx/
|
||||
obj-$(CONFIG_DVB_MN88472) += mn88472/
|
||||
obj-$(CONFIG_DVB_MN88473) += mn88473/
|
||||
|
||||
|
|
7
drivers/staging/media/mn88473/Kconfig
Normal file
7
drivers/staging/media/mn88473/Kconfig
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
5
drivers/staging/media/mn88473/Makefile
Normal file
5
drivers/staging/media/mn88473/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
obj-$(CONFIG_DVB_MN88473) += mn88473.o
|
||||
|
||||
ccflags-y += -Idrivers/media/dvb-core/
|
||||
ccflags-y += -Idrivers/media/dvb-frontends/
|
||||
ccflags-y += -Idrivers/media/tuners/
|
Loading…
Reference in a new issue