linux-kernel-test/drivers/media/video/cx23885
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
..
cx23885-417.c V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d 2008-10-21 14:31:37 -02:00
cx23885-cards.c V4L/DVB (9251): cx23885: Checkpatch compliance 2008-10-17 17:27:23 -03:00
cx23885-core.c V4L/DVB (9265): videobuf: data storage optimisation 2008-10-17 17:28:31 -03:00
cx23885-dvb.c V4L/DVB (9271): videobuf: data storage optimisation (2) 2008-10-17 17:29:59 -03:00
cx23885-i2c.c V4L/DVB (9251): cx23885: Checkpatch compliance 2008-10-17 17:27:23 -03:00
cx23885-reg.h V4L/DVB (8805): Steven Toth email address change 2008-09-03 18:37:21 -03:00
cx23885-vbi.c V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings 2008-10-12 09:36:58 -02:00
cx23885-video.c V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d 2008-10-21 14:31:37 -02:00
cx23885.h V4L/DVB (9251): cx23885: Checkpatch compliance 2008-10-17 17:27:23 -03:00
Kconfig V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 2008-12-16 16:43:59 -02:00
Makefile V4L/DVB(7767): Move tuners to common/tuners 2008-04-29 18:41:37 -03:00