diff options
author | Michael Hunold <devnull@localhost> | 2003-12-21 16:36:23 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-12-21 16:36:23 +0000 |
commit | d87202f5b5e90bfcd3d2f923ac40ac3e6f699540 (patch) | |
tree | 53488eba312a771cff9d2be9d8000aa0d7f70fc8 /linux/drivers/media/dvb/ttpci/Kconfig | |
parent | 56325ebe82f12b17a36ee96f5c0f4604dbd9dbe6 (diff) | |
download | mediapointer-dvb-s2-d87202f5b5e90bfcd3d2f923ac40ac3e6f699540.tar.gz mediapointer-dvb-s2-d87202f5b5e90bfcd3d2f923ac40ac3e6f699540.tar.bz2 |
- add Kconfig foo to select a firmware that can be compiled into the
firmware again
- move fdump.c utility from "ttusb-dec" to "ttpci", it's not need by
"ttusb-dec" anymore, but by "ttpci" now
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index 707e7494a..a4a3ef801 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -12,6 +12,23 @@ config DVB_AV7110 Say Y if you own such a card and want to use it. +config DVB_AV7110_FIRMWARE + bool "Compile AV7110 firmware into the driver" + depends on DVB_AV7110 + help + The AV7110 firmware is normally loaded by the firmware hotplug manager. + If you want to compile the firmware into the driver you need to say + Y here and provide the correct path of the firmware. You need this + option if you want to compile the whole driver statically into the + kernel. + + All other people say N. + +config DVB_AV7110_FIRMWARE_FILE + string "Full pathname of av7110 firmware file" + depends on DVB_AV7110_FIRMWARE + default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw" + config DVB_AV7110_OSD bool "AV7110 OSD support" depends on DVB_AV7110 |