diff options
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index afd6dfbd2842..db3a8b40031e 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -173,6 +173,11 @@ config DVB_NXT2002 | |||
173 | help | 173 | help |
174 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | 174 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. |
175 | 175 | ||
176 | This driver needs external firmware. Please use the command | ||
177 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" to | ||
178 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | ||
179 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
180 | |||
176 | config DVB_NXT200X | 181 | config DVB_NXT200X |
177 | tristate "Nextwave NXT2002/NXT2004 based" | 182 | tristate "Nextwave NXT2002/NXT2004 based" |
178 | depends on DVB_CORE | 183 | depends on DVB_CORE |
@@ -181,6 +186,12 @@ config DVB_NXT200X | |||
181 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 186 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
182 | to support this frontend. | 187 | to support this frontend. |
183 | 188 | ||
189 | This driver needs external firmware. Please use the commands | ||
190 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and | ||
191 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to | ||
192 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | ||
193 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
194 | |||
184 | config DVB_OR51211 | 195 | config DVB_OR51211 |
185 | tristate "or51211 based (pcHDTV HD2000 card)" | 196 | tristate "or51211 based (pcHDTV HD2000 card)" |
186 | depends on DVB_CORE | 197 | depends on DVB_CORE |