diff options
author | Kenneth Aafloy <devnull@localhost> | 2004-08-27 14:00:58 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2004-08-27 14:00:58 +0000 |
commit | d1c069796ebb6bf3acb0ec3ed39261ac04010042 (patch) | |
tree | 5eac54d4dbcac774f416054a043a71c6a8fb506a /linux/drivers/media/dvb/ttpci/Kconfig | |
parent | 90810fe10b17254ccf82211dd52b9d592cac636e (diff) | |
download | mediapointer-dvb-s2-d1c069796ebb6bf3acb0ec3ed39261ac04010042.tar.gz mediapointer-dvb-s2-d1c069796ebb6bf3acb0ec3ed39261ac04010042.tar.bz2 |
- Make bttv modules not compile by default and add note to README.
- Fix make with -jx, where x > 1
- Force firmware to be compiled into kernel if AV7110 is compiled in.
- Modprobe firmware_class in insmod.sh, just in case.
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index f014f3046..bc407d01a 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -4,6 +4,7 @@ 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. |