Kconfig (fc4e009c6c986a8cc717dc070d65ccb60d7de91a) Kconfig (a93d429b51fbd5c3406bd1bc1f2bdf5f009d098b)
1#
2# Platform drivers
3# Most 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

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

461 tristate
462
463menuconfig V4L_CEC_DRIVERS
464 bool "Platform HDMI CEC drivers"
465 depends on MEDIA_CEC_SUPPORT
466
467if V4L_CEC_DRIVERS
468
1#
2# Platform drivers
3# Most 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

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

461 tristate
462
463menuconfig V4L_CEC_DRIVERS
464 bool "Platform HDMI CEC drivers"
465 depends on MEDIA_CEC_SUPPORT
466
467if V4L_CEC_DRIVERS
468
469config VIDEO_SAMSUNG_S5P_CEC
470 tristate "Samsung S5P CEC driver"
471 depends on VIDEO_DEV && MEDIA_CEC_SUPPORT && (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST)
472 select MEDIA_CEC_NOTIFIER
473 ---help---
474 This is a driver for Samsung S5P HDMI CEC interface. It uses the
475 generic CEC framework interface.
476 CEC bus is present in the HDMI connector and enables communication
477 between compatible devices.
478
469config VIDEO_STI_HDMI_CEC
470 tristate "STMicroelectronics STiH4xx HDMI CEC driver"
471 depends on VIDEO_DEV && MEDIA_CEC_SUPPORT && (ARCH_STI || COMPILE_TEST)
472 select MEDIA_CEC_NOTIFIER
473 ---help---
474 This is a driver for STIH4xx HDMI CEC interface. It uses the
475 generic CEC framework interface.
476 CEC bus is present in the HDMI connector and enables communication

--- 33 unchanged lines hidden ---
479config VIDEO_STI_HDMI_CEC
480 tristate "STMicroelectronics STiH4xx HDMI CEC driver"
481 depends on VIDEO_DEV && MEDIA_CEC_SUPPORT && (ARCH_STI || COMPILE_TEST)
482 select MEDIA_CEC_NOTIFIER
483 ---help---
484 This is a driver for STIH4xx HDMI CEC interface. It uses the
485 generic CEC framework interface.
486 CEC bus is present in the HDMI connector and enables communication

--- 33 unchanged lines hidden ---