diff options
author | Alan Nisota <alannisota@gmail.com> | 2006-05-14 12:23:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:00:32 -0400 |
commit | 9bbe076f364aa7ba8c2e49e417a76d628ffb164c (patch) | |
tree | 895a6b68aadc353156bfc7aa6f9ae70fe1429dcb /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 6daa4f86e9a01da6296f4c2bf40f8180a22718a8 (diff) |
V4L/DVB (4029): [PATCH] Genpix 8PSK->USB driver (Take 2)
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index e388fb1567d6..5350e963c17b 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -130,6 +130,15 @@ config DVB_USB_VP702X | |||
130 | 130 | ||
131 | DVB-S USB2.0 receivers. | 131 | DVB-S USB2.0 receivers. |
132 | 132 | ||
133 | config DVB_USB_GP8PSK | ||
134 | tristate "GENPIX 8PSK->USB module support" | ||
135 | depends on DVB_USB | ||
136 | help | ||
137 | Say Y here to support the | ||
138 | GENPIX 8psk module | ||
139 | |||
140 | DVB-S USB2.0 receivers. | ||
141 | |||
133 | config DVB_USB_NOVA_T_USB2 | 142 | config DVB_USB_NOVA_T_USB2 |
134 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" | 143 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" |
135 | depends on DVB_USB | 144 | depends on DVB_USB |