kernel-ark/drivers/media/video/cx88
Mauro Carvalho Chehab 8b21c1e90e V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204
When the tuner modules were moved to common/tuners, a separate customize
option were added for tuners. However, the automatic selection of the
tuners were still using the older option.

This causes that the automatic selection to fail, if DVB_FE_CUSTOMISE is
selected. Also, since those tuners are now under MEDIA_TUNER_CUSTOMIZE
menu, if you unset MEDIA_TUNER_CUSTOMIZE, you can't manually select the
tuners.

This patch fixes this error by replacing DVB_FE_CUSTOMISE by
MEDIA_TUNER_CUSTOMIZE on all places were a tuner is selected.

The patch were generated by this small script:

for i in `find drivers/media -name Kconfig`; do
  cat $i|perl -ne 's/(MEDIA_TUNER.*)DVB_FE_CUSTOMISE/\1MEDIA_TUNER_CUSTOMIZE/; print $_' >a
  mv a $i
done

Also, manually reordered the tuner entries.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-12-16 16:43:59 -02:00
..
cx88-alsa.c v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10 2008-07-20 07:17:52 -03:00
cx88-blackbird.c V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users 2008-11-11 08:11:27 -02:00
cx88-cards.c V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontends 2008-10-21 14:31:59 -02:00
cx88-core.c V4L/DVB (9262): cx88: Change spurious buffer message into a debug only message 2008-10-17 17:28:03 -03:00
cx88-dvb.c V4L/DVB (9357): cx88-dvb: Fix Oops in case i2c bus failed to register 2008-11-11 08:11:21 -02:00
cx88-i2c.c V4L/DVB (9332): cx88: initial fix for analogue only compilation 2008-10-21 14:31:55 -02:00
cx88-input.c V4L/DVB (9223): MFE: Fix a number of bugs and some tidying up 2008-10-17 17:23:15 -03:00
cx88-mpeg.c V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc fix 2008-11-11 08:11:27 -02:00
cx88-reg.h
cx88-tvaudio.c V4L/DVB (9269): cx88: add I2S-ADC tvaudio method 2008-10-17 17:29:14 -03:00
cx88-vbi.c
cx88-video.c V4L/DVB (9368): VBI fix for cx88 cards 2008-11-11 08:11:23 -02:00
cx88-vp3054-i2c.c v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10 2008-07-20 07:17:52 -03:00
cx88-vp3054-i2c.h
cx88.h V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users 2008-11-11 08:11:27 -02:00
Kconfig V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 2008-12-16 16:43:59 -02:00
Makefile