linux/drivers/media/video/cx23885
Mauro Carvalho Chehab 755a18baad V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvb
Since:
1) FW_LOADER is defined as:

config FW_LOADER
        tristate "Userspace firmware loading support"
        depends on HOTPLUG

2) several V4L/DVB driver just selects it;

3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.

So, All drivers that select FW_LOADER should also depend on HOTPLUG.

An easier solution (for the end-user perspective) would be to "select HOTPLUG".
However, live is not simple. This would cause recursive dependency issues like
this one:

drivers/usb/Kconfig:62:error: found recursive dependency: USB -> USB_OHCI_HCD
-> I2C -> MEDIA_TUNER -> MEDIA_TUNER_XC2028 -> HOTPLUG -> PCCARD -> PCMCIA ->
USB_ARCH_HAS_HCD -> MOUSE_APPLETOUCH -> USB

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-05-14 02:54:08 -03:00
..
cx23885-417.c V4L/DVB (7725): cx23885: Add generic cx23417 hardware encoder support 2008-04-24 14:09:50 -03:00
cx23885-cards.c V4L/DVB (7828): cx23885: update model matrix for Hauppauge WinTV HVR-1200 & WinTV HVR-1700 2008-05-14 02:54:00 -03:00
cx23885-core.c V4L/DVB (7726): cx23885: Enable cx23417 support on the HVR1800 2008-04-24 14:09:50 -03:00
cx23885-dvb.c V4L/DVB (7829): cx23885: remove remaining references to dvb-pll 2008-05-14 02:54:02 -03:00
cx23885-i2c.c V4L/DVB (7726): cx23885: Enable cx23417 support on the HVR1800 2008-04-24 14:09:50 -03:00
cx23885-reg.h V4L/DVB (7007): cx23885: Add basic video support for the HVR1800 2008-01-25 19:04:49 -02:00
cx23885-vbi.c V4L/DVB (7014): cx23885: dprintk macro cleanup 2008-01-25 19:04:51 -02:00
cx23885-video.c V4L/DVB (7520): media/video/cx23885 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:59 -03:00
cx23885.h V4L/DVB (7726): cx23885: Enable cx23417 support on the HVR1800 2008-04-24 14:09:50 -03:00
Kconfig V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvb 2008-05-14 02:54:08 -03:00
Makefile V4L/DVB(7767): Move tuners to common/tuners 2008-04-29 18:41:37 -03:00