linux/drivers/media/dvb/b2c2
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
..
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
flexcop-common.h V4L/DVB (7469): Preparation for supporting new devices, cleanup and saneness 2008-04-24 14:07:56 -03:00
flexcop-dma.c V4L/DVB (8745): v4l2: fix a bunch of compile warnings. 2008-10-12 09:36:52 -02:00
flexcop-eeprom.c V4L/DVB (7469): Preparation for supporting new devices, cleanup and saneness 2008-04-24 14:07:56 -03:00
flexcop-fe-tuner.c V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support) 2008-12-16 16:43:58 -02:00
flexcop-hw-filter.c [PATCH] DVB: Small cleanups and CodeStyle fixes 2005-12-01 15:48:59 -08:00
flexcop-i2c.c V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support) 2008-12-16 16:43:58 -02:00
flexcop-misc.c V4L/DVB (7471): SkyStar2: preparing support for the rev2.8 2008-04-24 14:09:40 -03:00
flexcop-pci.c V4L/DVB (7094): static memory 2008-04-24 13:42:20 -03:00
flexcop-reg.h V4L/DVB (7471): SkyStar2: preparing support for the rev2.8 2008-04-24 14:09:40 -03:00
flexcop-sram.c V4L/DVB (7509): media/dvb/b2c2 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
flexcop-usb.c V4L/DVB (7959): endianness fix in flexcop-usb.c 2008-06-05 06:35:48 -03:00
flexcop-usb.h [PATCH] dvb: flexcop: fix USB transfer handling 2005-05-17 07:59:24 -07:00
flexcop.c V4L/DVB (7538): Adds selectable adapter numbers as per module option 2008-04-24 14:08:00 -03:00
flexcop.h [PATCH] dvb: flexcop: woraround irq stop problem 2005-07-07 18:23:56 -07:00
flexcop_ibi_value_be.h [PATCH] dvb: flexcop: woraround irq stop problem 2005-07-07 18:23:56 -07:00
flexcop_ibi_value_le.h [PATCH] dvb: flexcop: woraround irq stop problem 2005-07-07 18:23:56 -07:00