Kconfig (12bd88e62cf7c1557c7cd78f42a76d7c716b2283) Kconfig (e75420dd25bc9d7b6f4e3b4c4f6c778b610c8cda)
1#
2# Platform drivers
3# All drivers here are currently for webcam support
4
5menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
7 depends on MEDIA_CAMERA_SUPPORT
8 default n

--- 250 unchanged lines hidden (view full) ---

259
260endif # V4L_MEM2MEM_DRIVERS
261
262menuconfig V4L_TEST_DRIVERS
263 bool "Media test drivers"
264 depends on MEDIA_CAMERA_SUPPORT
265
266if V4L_TEST_DRIVERS
1#
2# Platform drivers
3# All drivers here are currently for webcam support
4
5menuconfig V4L_PLATFORM_DRIVERS
6 bool "V4L platform devices"
7 depends on MEDIA_CAMERA_SUPPORT
8 default n

--- 250 unchanged lines hidden (view full) ---

259
260endif # V4L_MEM2MEM_DRIVERS
261
262menuconfig V4L_TEST_DRIVERS
263 bool "Media test drivers"
264 depends on MEDIA_CAMERA_SUPPORT
265
266if V4L_TEST_DRIVERS
267
268source "drivers/media/platform/vivid/Kconfig"
269
267config VIDEO_VIVI
268 tristate "Virtual Video Driver"
269 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
270 select FONT_SUPPORT
271 select FONT_8x16
272 select VIDEOBUF2_VMALLOC
273 default n
274 ---help---

--- 16 unchanged lines hidden ---
270config VIDEO_VIVI
271 tristate "Virtual Video Driver"
272 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
273 select FONT_SUPPORT
274 select FONT_8x16
275 select VIDEOBUF2_VMALLOC
276 default n
277 ---help---

--- 16 unchanged lines hidden ---