Commit 486eeb56 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] V4L menu: move all PCI(e) devices to their own submenu

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e21d9865
...@@ -580,6 +580,20 @@ config VIDEO_M52790 ...@@ -580,6 +580,20 @@ config VIDEO_M52790
endmenu # encoder / decoder chips endmenu # encoder / decoder chips
config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
select FONT_8x16
select VIDEOBUF2_VMALLOC
default n
---help---
Enables a virtual video driver. This device shows a color bar
and a timestamp, as a real device would generate by using V4L2
api.
Say Y here if you want to test video apps or debug V4L devices.
In doubt, say N.
# #
# USB Multimedia device configuration # USB Multimedia device configuration
# #
...@@ -615,6 +629,8 @@ source "drivers/media/video/sn9c102/Kconfig" ...@@ -615,6 +629,8 @@ source "drivers/media/video/sn9c102/Kconfig"
source "drivers/media/video/pwc/Kconfig" source "drivers/media/video/pwc/Kconfig"
source "drivers/media/video/cpia2/Kconfig"
config USB_ZR364XX config USB_ZR364XX
tristate "USB ZR364XX Camera support" tristate "USB ZR364XX Camera support"
depends on VIDEO_V4L2 depends on VIDEO_V4L2
...@@ -653,25 +669,55 @@ config USB_S2255 ...@@ -653,25 +669,55 @@ config USB_S2255
endif # V4L_USB_DRIVERS endif # V4L_USB_DRIVERS
config VIDEO_VIVI #
tristate "Virtual Video Driver" # PCI drivers configuration
depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 #
depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
select FONT_8x16 menuconfig V4L_PCI_DRIVERS
select VIDEOBUF2_VMALLOC bool "V4L PCI(e) devices"
default n depends on PCI
default y
---help--- ---help---
Enables a virtual video driver. This device shows a color bar Say Y here to enable support for these PCI(e) drivers.
and a timestamp, as a real device would generate by using V4L2
api. if V4L_PCI_DRIVERS
Say Y here if you want to test video apps or debug V4L devices.
In doubt, say N. source "drivers/media/video/au0828/Kconfig"
source "drivers/media/video/bt8xx/Kconfig" source "drivers/media/video/bt8xx/Kconfig"
source "drivers/media/video/cpia2/Kconfig" source "drivers/media/video/cx18/Kconfig"
source "drivers/media/video/zoran/Kconfig" source "drivers/media/video/cx23885/Kconfig"
source "drivers/media/video/cx25821/Kconfig"
source "drivers/media/video/cx88/Kconfig"
config VIDEO_HEXIUM_GEMINI
tristate "Hexium Gemini frame grabber"
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
---help---
This is a video4linux driver for the Hexium Gemini frame
grabber card by Hexium. Please note that the Gemini Dual
card is *not* fully supported.
To compile this driver as a module, choose M here: the
module will be called hexium_gemini.
config VIDEO_HEXIUM_ORION
tristate "Hexium HV-PCI6 and Orion frame grabber"
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
---help---
This is a video4linux driver for the Hexium HV-PCI6 and
Orion frame grabber cards by Hexium.
To compile this driver as a module, choose M here: the
module will be called hexium_orion.
source "drivers/media/video/ivtv/Kconfig"
config VIDEO_MEYE config VIDEO_MEYE
tristate "Sony Vaio Picturebook Motion Eye Video For Linux" tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
...@@ -687,8 +733,6 @@ config VIDEO_MEYE ...@@ -687,8 +733,6 @@ config VIDEO_MEYE
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called meye. module will be called meye.
source "drivers/media/video/saa7134/Kconfig"
config VIDEO_MXB config VIDEO_MXB
tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
depends on PCI && VIDEO_V4L2 && I2C depends on PCI && VIDEO_V4L2 && I2C
...@@ -705,42 +749,13 @@ config VIDEO_MXB ...@@ -705,42 +749,13 @@ config VIDEO_MXB
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called mxb. module will be called mxb.
config VIDEO_HEXIUM_ORION source "drivers/media/video/saa7134/Kconfig"
tristate "Hexium HV-PCI6 and Orion frame grabber"
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
---help---
This is a video4linux driver for the Hexium HV-PCI6 and
Orion frame grabber cards by Hexium.
To compile this driver as a module, choose M here: the
module will be called hexium_orion.
config VIDEO_HEXIUM_GEMINI
tristate "Hexium Gemini frame grabber"
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
---help---
This is a video4linux driver for the Hexium Gemini frame
grabber card by Hexium. Please note that the Gemini Dual
card is *not* fully supported.
To compile this driver as a module, choose M here: the
module will be called hexium_gemini.
source "drivers/media/video/cx88/Kconfig"
source "drivers/media/video/cx23885/Kconfig"
source "drivers/media/video/cx25821/Kconfig"
source "drivers/media/video/au0828/Kconfig"
source "drivers/media/video/ivtv/Kconfig" source "drivers/media/video/saa7164/Kconfig"
source "drivers/media/video/cx18/Kconfig" source "drivers/media/video/zoran/Kconfig"
source "drivers/media/video/saa7164/Kconfig" endif # V4L_PCI_DRIVERS
# #
# ISA & parallel port drivers configuration # ISA & parallel port drivers configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment