summaryrefslogtreecommitdiff
path: root/v4l/Kconfig.staging
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Kconfig.staging')
-rw-r--r--v4l/Kconfig.staging90
1 files changed, 5 insertions, 85 deletions
diff --git a/v4l/Kconfig.staging b/v4l/Kconfig.staging
index da0a041af..d17556202 100644
--- a/v4l/Kconfig.staging
+++ b/v4l/Kconfig.staging
@@ -31,92 +31,12 @@ config STAGING_BROKEN
Say N here, except if you will be fixing the drivers
compilation.
-config VIDEO_GO7007
- tristate "Go 7007 support"
- depends on VIDEO_DEV && PCI && I2C && INPUT
- depends on SND
- select VIDEOBUF_DMA_SG
- select VIDEO_IR
- select VIDEO_TUNER
- select VIDEO_TVEEPROM
- select SND_PCM
- select CRC32
- default N
- ---help---
- This is a video4linux driver for some wierd device...
-
- To compile this driver as a module, choose M here: the
- module will be called go7007.
-
-config VIDEO_GO7007_USB
- tristate "Go 7007 USB support"
- depends on VIDEO_GO7007 && USB
- default N
- ---help---
- This is a video4linux driver for some wierd device...
-
- To compile this driver as a module, choose M here: the
- module will be called go7007-usb.
-
-config VIDEO_GO7007_USB_S2250_BOARD
- tristate "Sensoray 2250/2251 support"
- depends on VIDEO_GO7007_USB && DVB_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.
-
-config VIDEO_CX25821
- tristate "Conexant cx25821 support"
- depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT
- select I2C_ALGOBIT
- select VIDEO_BTCX
- select VIDEO_TVEEPROM
- select VIDEO_IR
- select VIDEOBUF_DVB
- select VIDEOBUF_DMA_SG
- select VIDEO_CX25840
- select VIDEO_CX2341X
- ---help---
- This is a video4linux driver for Conexant 25821 based
- TV cards.
-
- To compile this driver as a module, choose M here: the
- module will be called cx25821
-
-config VIDEO_CX25821_ALSA
- tristate "Conexant 25821 DMA audio support"
- depends on VIDEO_CX25821 && SND && EXPERIMENTAL
- select SND_PCM
- ---help---
- This is a video4linux driver for direct (DMA) audio on
- Conexant 25821 based capture cards using ALSA.
-
- It only works with boards with function 01 enabled.
- To check if your board supports, use lspci -n.
- If supported, you should see 14f1:8801 or 14f1:8811
- PCI device.
-
- To compile this driver as a module, choose M here: the
- module will be called cx25821-alsa.
-
-config VIDEO_TM6000
- tristate "TV Master TM5600/6000 driver"
- select VIDEO_V4L2
- select TUNER_XC2028
- select VIDEO_USB_ISOC
- select VIDEOBUF_VMALLOC
- depends on STAGING_BROKEN
- help
- Support for TM5600/TM6000 USB Device
-
- Since these cards have no MPEG decoder onboard, they transmit
- only compressed MPEG data over the usb bus, so you need
- an external software decoder to watch TV on your computer.
+source "../linux/drivers/staging/go7007/Kconfig"
+source "../linux/drivers/staging/cx25821/Kconfig"
- Say Y if you own such a device and want to use it.
+if STAGING_BROKEN
+source "../linux/drivers/staging/tm6000/Kconfig"
+endif
endmenu