mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-12 03:51:39 +00:00
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>
|
||
|---|---|---|
| .. | ||
| av7110_av.c | ||
| av7110_av.h | ||
| av7110_ca.c | ||
| av7110_ca.h | ||
| av7110_hw.c | ||
| av7110_hw.h | ||
| av7110_ipack.c | ||
| av7110_ipack.h | ||
| av7110_ir.c | ||
| av7110_v4l.c | ||
| av7110.c | ||
| av7110.h | ||
| budget-av.c | ||
| budget-ci.c | ||
| budget-core.c | ||
| budget-patch.c | ||
| budget.c | ||
| budget.h | ||
| fdump.c | ||
| Kconfig | ||
| Makefile | ||
| ttpci-eeprom.c | ||
| ttpci-eeprom.h | ||