diff options
| author | Michael Hunold <devnull@localhost> | 2004-01-06 14:56:19 +0000 |
|---|---|---|
| committer | Michael Hunold <devnull@localhost> | 2004-01-06 14:56:19 +0000 |
| commit | 94169a835ba512abebc0777863a9b1f08c41dc7f (patch) | |
| tree | e23922076819d653d9ebb24adf2f61d7f15b9407 /linux/drivers/media/dvb/ttpci | |
| parent | 60b7466865a3797898310ded1597588d956d6214 (diff) | |
| download | mediapointer-dvb-s2-94169a835ba512abebc0777863a9b1f08c41dc7f.tar.gz mediapointer-dvb-s2-94169a835ba512abebc0777863a9b1f08c41dc7f.tar.bz2 | |
- fix compilation with "make allyesconfig": make av7110
compile-firmware-in-driver option depend on STANDALONE
- change some default file locations from /etc/dvb/ to
/usr/lib/hotplug/firmware/
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
| -rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index ff4e96330..4f9facc24 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -15,7 +15,7 @@ config DVB_AV7110 config DVB_AV7110_FIRMWARE bool "Compile AV7110 firmware into the driver" - depends on DVB_AV7110 + depends on DVB_AV7110 && !STANDALONE 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 @@ -89,8 +89,7 @@ config DVB_BUDGET_AV config DVB_BUDGET_PATCH tristate "AV7110 cards with Budget Patch" depends on DVB_BUDGET - select VIDEO_DEV - select VIDEO_SAA7146_VV + select DVB_AV7110 help Support for Budget Patch (full TS) modification on SAA7146+AV7110 based cards (DVB-S cards). This |
