diff options
author | Davor Emard <devnull@localhost> | 2003-02-15 01:11:00 +0000 |
---|---|---|
committer | Davor Emard <devnull@localhost> | 2003-02-15 01:11:00 +0000 |
commit | aaf8694828759cc647e00c2d36b9a372c1cec2fe (patch) | |
tree | 269e2250a1947a7ad0cdc609d02ef71fb4d83041 /linux/drivers/media/dvb/ttpci-budget/Kconfig | |
parent | e2059ff2dbac1a75de33be05eb165fe44f7ce567 (diff) | |
download | mediapointer-dvb-s2-aaf8694828759cc647e00c2d36b9a372c1cec2fe.tar.gz mediapointer-dvb-s2-aaf8694828759cc647e00c2d36b9a372c1cec2fe.tar.bz2 |
Removing budget patch support from dvb-core.c because it's
all in budget-patch.c and adjusting Makefile's and Kconfig
accordingly to properly compile.
Diffstat (limited to 'linux/drivers/media/dvb/ttpci-budget/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/ttpci-budget/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/Kconfig b/linux/drivers/media/dvb/ttpci-budget/Kconfig index c40dad9f5..0098520cc 100644 --- a/linux/drivers/media/dvb/ttpci-budget/Kconfig +++ b/linux/drivers/media/dvb/ttpci-budget/Kconfig @@ -43,5 +43,25 @@ config DVB_BUDGET_AV This driver is available as a module called dvb-ttpci-budget-av.o ( = code which can be inserted in and removed from the running kernel whenever you want). + here and read <file:Documentation/modules.txt>. + +config DVB_BUDGET_PATCH + tristate "AV7110 cards with Budget Patch" + depends on DVB_CORE && DVB_BUDGET + help + Support for Budget Patch (full TS) modification on + SAA7146+AV7110 based cards (DVB-S cards). This + driver doesn't use onboard MPEG2 decoder. The + card is driven in Budget-only mode. Card is + required to have loaded firmware to tune properly. + Firmware can be loaded by insertion and removal of + standard AV7110 driver prior to loading this + driver. + + Say Y if you own such a card and want to use it. + + This driver is available as a module called + dvb-ttpci-budget-patch.o ( = code which can be inserted in + and removed from the running kernel whenever you want). If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. |