Skip to content

Commit

Permalink
[media] V4L menu: add submenu for platform devices
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Nov 8, 2011
1 parent 1df3a2c commit e9eb0da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,14 @@ config VIDEO_W9966

endif # V4L_ISA_PARPORT_DRIVERS

menuconfig V4L_PLATFORM_DRIVERS
bool "V4L platform devices"
default n
---help---
Say Y here to enable support for platform-specific V4L drivers.

if V4L_PLATFORM_DRIVERS

source "drivers/media/video/marvell-ccic/Kconfig"

config VIDEO_VIA_CAMERA
Expand Down Expand Up @@ -1110,6 +1118,7 @@ config VIDEO_S5P_MIPI_CSIS

source "drivers/media/video/s5p-tv/Kconfig"

endif # V4L_PLATFORM_DRIVERS
endif # VIDEO_CAPTURE_DRIVERS

menuconfig V4L_MEM2MEM_DRIVERS
Expand Down

0 comments on commit e9eb0da

Please sign in to comment.