aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/go7007/Kconfig
diff options
context:
space:
mode:
authorPete Eberlein <pete@sensoray.com>2008-10-30 15:56:41 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 16:52:06 -0500
commitb11869dbb6cc4b4de8da302f758866d0a167a277 (patch)
treefcd58485278741bd1d96f03e3dbf0c3540082898 /drivers/staging/go7007/Kconfig
parentd73f822ce775e004836ffc01ce9feae27d0d65cf (diff)
Staging: go7007: add sensoray 2250/2251 support
This is the driver for the Sensoray 2250/2251 USB devices added to go7007 driver. Signed-off-by: Pete Eberlein <pete@sensoray.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/go7007/Kconfig')
-rw-r--r--drivers/staging/go7007/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/go7007/Kconfig b/drivers/staging/go7007/Kconfig
index 593fdb767aa..f2cf7f66ae0 100644
--- a/drivers/staging/go7007/Kconfig
+++ b/drivers/staging/go7007/Kconfig
@@ -25,3 +25,13 @@ config VIDEO_GO7007_USB
25 To compile this driver as a module, choose M here: the 25 To compile this driver as a module, choose M here: the
26 module will be called go7007-usb 26 module will be called go7007-usb
27 27
28config VIDEO_GO7007_USB_S2250_BOARD
29 tristate "Sensoray 2250/2251 support"
30 depends on VIDEO_GO7007_USB && DVB_USB
31 default N
32 ---help---
33 This is a video4linux driver for the Sensoray 2250/2251 device
34
35 To compile this driver as a module, choose M here: the
36 module will be called s2250-board
37