brintos

brintos / linux-shallow public Read only

0
0
Text · 436 B · 5121fed Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_TVE2003	tristate "DRM Support for Faraday TV Encoder TVE200"4	depends on DRM5	depends on CMA6	depends on ARM || COMPILE_TEST7	depends on OF8	select DRM_BRIDGE9	select DRM_PANEL_BRIDGE10	select DRM_KMS_HELPER11	select DRM_GEM_DMA_HELPER12	help13	  Choose this option for DRM support for the Faraday TV Encoder14	  TVE200 Controller.15	  If M is selected the module will be called tve200_drm.16