summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/go7007/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-03-09 13:28:39 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-24 12:55:24 -0300
commite129c97494096fbda451619d746d661a05abba64 (patch)
tree9459badebd01e031db88fb4cc8d754661e47f160 /drivers/staging/media/go7007/Kconfig
parentb20cc073c2e6a206ebe6449a9c1f1db98376981b (diff)
downloadtalos-op-linux-e129c97494096fbda451619d746d661a05abba64.tar.gz
talos-op-linux-e129c97494096fbda451619d746d661a05abba64.zip
[media] go7007-loader: renamed from s2250-loader
All s2250 names are renamed to go7007. This will be the generic go7007 firmware loader for any go7007 device, not just for the s2250/1. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/media/go7007/Kconfig')
-rw-r--r--drivers/staging/media/go7007/Kconfig24
1 files changed, 16 insertions, 8 deletions
diff --git a/drivers/staging/media/go7007/Kconfig b/drivers/staging/media/go7007/Kconfig
index 46cb7bf88ab0..957277c4f06d 100644
--- a/drivers/staging/media/go7007/Kconfig
+++ b/drivers/staging/media/go7007/Kconfig
@@ -1,13 +1,10 @@
config VIDEO_GO7007
tristate "WIS GO7007 MPEG encoder support"
- depends on VIDEO_DEV && PCI && I2C
+ depends on VIDEO_DEV && I2C
depends on SND
select VIDEOBUF2_VMALLOC
- depends on RC_CORE
select VIDEO_TUNER
- select VIDEO_TVEEPROM
select SND_PCM
- select CRC32
select VIDEO_SONY_BTF_MPX if MEDIA_SUBDRV_AUTOSELECT
select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
select VIDEO_TW2804 if MEDIA_SUBDRV_AUTOSELECT
@@ -20,7 +17,7 @@ config VIDEO_GO7007
encoder chip.
To compile this driver as a module, choose M here: the
- module will be called go7007
+ module will be called go7007.
config VIDEO_GO7007_USB
tristate "WIS GO7007 USB support"
@@ -31,14 +28,25 @@ config VIDEO_GO7007_USB
encoder chip over USB.
To compile this driver as a module, choose M here: the
- module will be called go7007-usb
+ module will be called go7007-usb.
+
+config VIDEO_GO7007_LOADER
+ tristate "WIS GO7007 Loader support"
+ depends on VIDEO_GO7007 && DVB_USB
+ default y
+ ---help---
+ This is a go7007 firmware loader driver for the WIS GO7007
+ MPEG encoder chip over USB.
+
+ To compile this driver as a module, choose M here: the
+ module will be called go7007-loader.
config VIDEO_GO7007_USB_S2250_BOARD
tristate "Sensoray 2250/2251 support"
- depends on VIDEO_GO7007_USB && DVB_USB
+ depends on VIDEO_GO7007_USB && USB
default N
---help---
This is a video4linux driver for the Sensoray 2250/2251 device.
To compile this driver as a module, choose M here: the
- module will be called s2250
+ module will be called s2250.
OpenPOWER on IntegriCloud