diff options
| author | Patrick Boettcher <pb@linuxtv.org> | 2006-05-14 18:23:56 +0200 |
|---|---|---|
| committer | Patrick Boettcher <pb@linuxtv.org> | 2006-05-14 18:23:56 +0200 |
| commit | 8a6284b4819ca82de31709838a3a83f2b4e2288b (patch) | |
| tree | ed02bf8ba5979a917c847f238db204a1619ac74c /linux/drivers/media/dvb/dvb-usb/Kconfig | |
| parent | d7e9bdcf5053c838a7421c8e52fed2a0bd4644fb (diff) | |
| download | mediapointer-dvb-s2-8a6284b4819ca82de31709838a3a83f2b4e2288b.tar.gz mediapointer-dvb-s2-8a6284b4819ca82de31709838a3a83f2b4e2288b.tar.bz2 | |
[PATCH] Genpix 8PSK->USB driver (Take 2)
From: Alan Nisota <alannisota@gmail.com>
This is a patch which includes support for the GENPIX 8PSK->USB module. The
board supports QPSK, BPSK and 8PSK decoding (though I don't think it will be
DVB-S2 compliant) With the following patch, the boad is equivalent to a budget
card (no CA Module)
The patch which adds 8psk suppot will follow, but is seperate, as it requires
DVB-S2 support
More info on the board can be found at www.genpix-electronics.com (and they
host the requisite firmwares there as well)
Signed off by: Alan Nisota <alannisota@gmail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig index d3df12039..68169c32a 100644 --- a/linux/drivers/media/dvb/dvb-usb/Kconfig +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig @@ -130,6 +130,15 @@ config DVB_USB_VP702X DVB-S USB2.0 receivers. +config DVB_USB_GP8PSK + tristate "GENPIX 8PSK->USB module support" + depends on DVB_USB + help + Say Y here to support the + GENPIX 8psk module + + DVB-S USB2.0 receivers. + config DVB_USB_NOVA_T_USB2 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" depends on DVB_USB |
