Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (3657): Kconfig: Add firmware download comments for or51211 and or51132

- Added firmware download comments to or51211 and or51132 Kconfig help text.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Trent Piepho and committed by
Mauro Carvalho Chehab
2b3835b7 d46e6451

+12
+12
drivers/media/dvb/frontends/Kconfig
··· 181 181 help 182 182 An ATSC 8VSB tuner module. Say Y when you want to support this frontend. 183 183 184 + This driver needs external firmware. Please use the command 185 + "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to 186 + download it, and then copy it to /usr/lib/hotplug/firmware 187 + or /lib/firmware (depending on configuration of firmware hotplug). 188 + 184 189 config DVB_OR51132 185 190 tristate "Oren OR51132 based" 186 191 depends on DVB_CORE ··· 193 188 help 194 189 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 195 190 to support this frontend. 191 + 192 + This driver needs external firmware. Please use the commands 193 + "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or 194 + "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to 195 + download firmwares for 8VSB and QAM64/256, respectively. Copy them to 196 + /usr/lib/hotplug/firmware or /lib/firmware (depending on 197 + configuration of firmware hotplug). 196 198 197 199 config DVB_BCM3510 198 200 tristate "Broadcom BCM3510"