No. If randconfig deselects both STANDALONE and PREVENT_FIRMWARE_BUILD,
the same problem will happen again...
The problem is that randconfig does not know what to do (i.e. provide a
firmware file) when it selects DVB_AV7110_FIRMWARE=y.
The driver depends on STANDALONE, and that should be sufficient:
| CONFIG_STANDALONE:
| Select this option if you don't have magic firmware for drivers that
| need it.
while CONFIG_PREVENT_FIRMWARE_BUILD means:
| CONFIG_PREVENT_FIRMWARE_BUILD:
| Say yes to avoid building firmware. Firmware is usually shipped
| with the driver, and only when updating the firmware a rebuild
| should be made.
Imho randconfig should always set STANDALONE=y.
CU
Oliver
--
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
----------------------------------------------------------------
--