linux/drivers/media/dvb
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
..
b2c2 V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 2008-12-16 16:43:59 -02:00
bt8xx V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 2008-12-16 16:43:59 -02:00
dm1105 V4L/DVB (9608): Fix section mismatch warning for dm1105 during make 2008-11-16 23:55:05 -02:00
dvb-core V4L/DVB (9634): Make sure the i2c gate is open before powering down tuner 2008-11-16 23:57:13 -02:00
dvb-usb V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 2008-12-16 16:43:59 -02:00
frontends V4L/DVB (9524): af9013: fix bug in status reading 2008-11-11 08:11:29 -02:00
pluto2 dma-mapping: add the device argument to dma_mapping_error() 2008-07-26 12:00:03 -07:00
siano V4L/DVB (9732): sms1xxx: use new firmware for Hauppauge WinTV MiniStick 2008-11-24 12:17:33 -02:00
ttpci V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 2008-12-16 16:43:59 -02:00
ttusb-budget V4L/DVB (9603): dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbs 2008-11-16 23:54:40 -02:00
ttusb-dec V4L/DVB (9604): ttusb_dec: fix memory leak 2008-11-16 23:54:44 -02:00
Kconfig V4L/DVB (9107): Alternative version of Terratec Cinergy T2 driver 2008-10-12 09:37:14 -02:00
Makefile V4L/DVB (9107): Alternative version of Terratec Cinergy T2 driver 2008-10-12 09:37:14 -02:00