Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330858
b: refs/heads/master
c: f0af8fa
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 15, 2012
1 parent d3de5bd commit a3a85c4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec29a4783486f5f805a363ce4fc00eca7d8631b7
refs/heads/master: f0af8fa4dad0839f844fd0633e1936493f6d685a
6 changes: 4 additions & 2 deletions trunk/drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ config VIDEO_V4L2_SUBDEV_API

This API is mostly used by camera interfaces in embedded platforms.

source "drivers/media/v4l2-core/Kconfig"

#
# DVB Core
# Only enables if one of DTV is selected
Expand All @@ -138,6 +140,8 @@ config DVB_NET
You may want to disable the network support on embedded devices. If
unsure say Y.

source "drivers/media/dvb-core/Kconfig"

comment "Media drivers"
source "drivers/media/rc/Kconfig"

Expand All @@ -151,7 +155,6 @@ source "drivers/media/tuners/Kconfig"
# Video/Radio/Hybrid adapters
#

source "drivers/media/v4l2-core/Kconfig"
source "drivers/media/video/Kconfig"

source "drivers/media/radio/Kconfig"
Expand All @@ -160,7 +163,6 @@ source "drivers/media/radio/Kconfig"
# DVB adapters
#

source "drivers/media/dvb-core/Kconfig"
source "drivers/media/pci/Kconfig"
source "drivers/media/usb/Kconfig"
source "drivers/media/mmc/Kconfig"
Expand Down
32 changes: 24 additions & 8 deletions trunk/drivers/media/v4l2-core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,44 @@
# Generic video config states
#

config VIDEO_ADV_DEBUG
bool "Enable advanced debug functionality on V4L2 drivers"
default n
---help---
Say Y here to enable advanced debugging functionality on some
V4L devices.
In doubt, say N.

config VIDEO_FIXED_MINOR_RANGES
bool "Enable old-style fixed minor ranges on drivers/video devices"
default n
---help---
Say Y here to enable the old-style fixed-range minor assignments.
Only useful if you rely on the old behavior and use mknod instead of udev.

When in doubt, say N.

config VIDEO_V4L2
tristate
depends on VIDEO_DEV && VIDEO_V4L2_COMMON
depends on VIDEO_V4L2_COMMON
default y

config VIDEOBUF_GEN
tristate

config VIDEOBUF_DMA_SG
tristate
depends on HAS_DMA
select VIDEOBUF_GEN
tristate

config VIDEOBUF_VMALLOC
select VIDEOBUF_GEN
tristate
select VIDEOBUF_GEN

config VIDEOBUF_DMA_CONTIG
tristate
depends on HAS_DMA
select VIDEOBUF_GEN
tristate

config VIDEOBUF_DVB
tristate
Expand All @@ -43,18 +60,17 @@ config VIDEOBUF2_MEMOPS
tristate

config VIDEOBUF2_DMA_CONTIG
tristate
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS
tristate

config VIDEOBUF2_VMALLOC
tristate
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS
tristate

config VIDEOBUF2_DMA_SG
tristate
#depends on HAS_DMA
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS
tristate

17 changes: 0 additions & 17 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,6 @@ menuconfig VIDEO_CAPTURE_DRIVERS

if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2

config VIDEO_ADV_DEBUG
bool "Enable advanced debug functionality"
default n
---help---
Say Y here to enable advanced debugging functionality on some
V4L devices.
In doubt, say N.

config VIDEO_FIXED_MINOR_RANGES
bool "Enable old-style fixed minor ranges for video devices"
default n
---help---
Say Y here to enable the old-style fixed-range minor assignments.
Only useful if you rely on the old behavior and use mknod instead of udev.

When in doubt, say N.

config VIDEO_HELPER_CHIPS_AUTO
bool "Autoselect pertinent encoders/decoders and other helper chips"
default y if !EXPERT
Expand Down

0 comments on commit a3a85c4

Please sign in to comment.