Kconfig (32a363d0b0b142f35512848dc646ee53e0926723) Kconfig (85f7cd3a2aadd3be9652ce105370f561ff755a26)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Platform drivers
4# Most drivers here are currently for webcam support
5
6menuconfig V4L_PLATFORM_DRIVERS
7 bool "V4L platform devices"
8 help

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

538config VIDEO_TI_SC
539 tristate
540
541config VIDEO_TI_CSC
542 tristate
543
544menuconfig DVB_PLATFORM_DRIVERS
545 bool "DVB platform devices"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Platform drivers
4# Most drivers here are currently for webcam support
5
6menuconfig V4L_PLATFORM_DRIVERS
7 bool "V4L platform devices"
8 help

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

538config VIDEO_TI_SC
539 tristate
540
541config VIDEO_TI_CSC
542 tristate
543
544menuconfig DVB_PLATFORM_DRIVERS
545 bool "DVB platform devices"
546 select DVB_CORE
546 depends on MEDIA_DIGITAL_TV_SUPPORT
547 help
548 Say Y here to enable support for platform-specific Digital TV drivers.
549
550if DVB_PLATFORM_DRIVERS
551source "drivers/media/platform/sti/c8sectpfe/Kconfig"
552endif #DVB_PLATFORM_DRIVERS
553
554menuconfig CEC_PLATFORM_DRIVERS

--- 147 unchanged lines hidden ---
547 help
548 Say Y here to enable support for platform-specific Digital TV drivers.
549
550if DVB_PLATFORM_DRIVERS
551source "drivers/media/platform/sti/c8sectpfe/Kconfig"
552endif #DVB_PLATFORM_DRIVERS
553
554menuconfig CEC_PLATFORM_DRIVERS

--- 147 unchanged lines hidden ---