WSL2-Linux-Kernel/drivers/media/common
Mauro Carvalho Chehab 8cfd9dccf2 [media] media: Remove VIDEO_MEDIA Kconfig option
In the past, it was possible to have either DVB or V4L2 core
as module and the other as builtin. Such config never make much
sense, and created several issues in order to make the Kconfig
dependency to work, as all drivers that depend on both (most
TV drivers) would need to be compiled as 'm'. Due to that,
the VIDEO_MEDIA config option were added.

Instead of such weird approach, let's just use the MEDIA_SUPPORT
=y or =m to select if the media subsystem core will be either
builtin or module, simplifying the building system logic.

Also, fix the tuners configuration, by enabling them only if
a tuner is required. So, if just webcam/grabbers support is
selected, no tuner option will be selected. Also, if only digital
TV is selected, no analog tuner support is selected.

That removes the need of using EXPERT customise options, when
analog TV is not selected.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-07-05 18:21:53 -03:00
..
tuners [media] media: Remove VIDEO_MEDIA Kconfig option 2012-07-05 18:21:53 -03:00
Kconfig V4L/DVB (7133): Fix Kconfig dependencies 2008-02-18 11:14:53 -03:00
Makefile V4L/DVB (13612): IR: Move common IR code to drivers/media/IR 2009-12-16 00:18:42 -02:00
saa7146_core.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
saa7146_fops.c [media] saa7146: Variable set but not used 2012-06-18 20:18:00 -03:00
saa7146_hlp.c [media] saa7146: move overlay information from saa7146_fh into saa7146_vv 2012-05-14 14:57:51 -03:00
saa7146_i2c.c [media] saa7146: Use current logging styles 2011-09-03 20:54:14 -03:00
saa7146_vbi.c [media] saa7146: rename vbi/video_q to vbi/video_dmaq 2012-05-14 14:59:23 -03:00
saa7146_video.c [media] av7110: fix v4l2_compliance test issues 2012-05-14 15:04:11 -03:00