diff options
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index bc407d01a..94b5d393d 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -4,7 +4,6 @@ config DVB_AV7110 select FW_LOADER select VIDEO_DEV select VIDEO_SAA7146_VV - select DVB_AV7110_FIRMWARE if DVB_AV7110=y help Support for SAA7146 and AV7110 based DVB cards as produced by Fujitsu-Siemens, Technotrend, Hauppauge and others. @@ -21,6 +20,7 @@ config DVB_AV7110 config DVB_AV7110_FIRMWARE bool "Compile AV7110 firmware into the driver" depends on DVB_AV7110 && !STANDALONE + default y if DVB_AV7110=y 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 @@ -38,6 +38,7 @@ config DVB_AV7110_FIRMWARE_FILE config DVB_AV7110_OSD bool "AV7110 OSD support" depends on DVB_AV7110 + default y if DVB_AV7110=y || DVB_AV7110=m help The AV7110 firmware provides some code to generate an OnScreenDisplay on the video output. This is kind of nonstandard and not guaranteed to |