diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-06-22 08:54:19 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 17:34:44 -0400 |
commit | 4f8d182513690b42b20fb81e487be4cd4729e27c (patch) | |
tree | 15f9ca9b4a59e1facec2460ca9eadde15d9646f0 /drivers/media/dvb/ttpci/Kconfig | |
parent | 9137f05f7e72517d44b6b0c15b11b419ecb5d201 (diff) |
Remove fdump tool for av7110 firmware
There's no point in this, since the user can use the BUILTIN_FIRMWARE
option to include arbitrary firmware files directly in the kernel image.
Thanks to David Woodhouse for help.
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/Kconfig')
-rw-r--r-- | drivers/media/dvb/ttpci/Kconfig | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig index 772990415f99..68eb4493f991 100644 --- a/drivers/media/dvb/ttpci/Kconfig +++ b/drivers/media/dvb/ttpci/Kconfig | |||
@@ -28,25 +28,12 @@ config DVB_AV7110 | |||
28 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | 28 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
29 | or /lib/firmware (depending on configuration of firmware hotplug). | 29 | or /lib/firmware (depending on configuration of firmware hotplug). |
30 | 30 | ||
31 | Say Y if you own such a card and want to use it. | 31 | Alternatively, you can download the file and use the kernel's |
32 | 32 | EXTRA_FIRMWARE configuration option to build it into your | |
33 | config DVB_AV7110_FIRMWARE | 33 | kernel image by adding the filename to the EXTRA_FIRMWARE |
34 | bool "Compile AV7110 firmware into the driver" | 34 | configuration option string. |
35 | depends on DVB_AV7110 && !STANDALONE | ||
36 | default y if DVB_AV7110=y | ||
37 | help | ||
38 | The AV7110 firmware is normally loaded by the firmware hotplug manager. | ||
39 | If you want to compile the firmware into the driver you need to say | ||
40 | Y here and provide the correct path of the firmware. You need this | ||
41 | option if you want to compile the whole driver statically into the | ||
42 | kernel. | ||
43 | 35 | ||
44 | All other people say N. | 36 | Say Y if you own such a card and want to use it. |
45 | |||
46 | config DVB_AV7110_FIRMWARE_FILE | ||
47 | string "Full pathname of av7110 firmware file" | ||
48 | depends on DVB_AV7110_FIRMWARE | ||
49 | default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw" | ||
50 | 37 | ||
51 | config DVB_AV7110_OSD | 38 | config DVB_AV7110_OSD |
52 | bool "AV7110 OSD support" | 39 | bool "AV7110 OSD support" |