diff options
author | Kenneth Aafloy <devnull@localhost> | 2004-09-04 20:01:35 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2004-09-04 20:01:35 +0000 |
commit | e9d59dfb63848042cc3e1e31c4d8aba7d38593cf (patch) | |
tree | c93be2af783b64f9ee6d7abd5e67fbf9ba538ca5 /linux | |
parent | 7d99c0c2c5a91c24fef90ed9953d36fdac03e1be (diff) | |
download | mediapointer-dvb-s2-e9d59dfb63848042cc3e1e31c4d8aba7d38593cf.tar.gz mediapointer-dvb-s2-e9d59dfb63848042cc3e1e31c4d8aba7d38593cf.tar.bz2 |
- Make kconfig select AV7110_OSD if AV7110 is selected, as most users want
it, but rather forget to select it.
- Also don't force selection of compiling the firmware into the kernel,
only hint at this, like above, because it breaks:
- Generic Driver Options
- Select only drivers that don't need compile-time external firmware
- Prevent firmware from being built
Diffstat (limited to 'linux')
-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 |