brintos

brintos / linux-shallow public Read only

0
0
Text · 553 B · 2385c56 Raw
16 lines · plain
1config DRM_TIDSS2	tristate "DRM Support for TI Keystone"3	depends on DRM && OF4	depends on ARM || ARM64 || COMPILE_TEST5	select DRM_KMS_HELPER6	select DRM_DISPLAY_HELPER7	select DRM_BRIDGE_CONNECTOR8	select DRM_GEM_DMA_HELPER9	help10	  The TI Keystone family SoCs introduced a new generation of11	  Display SubSystem. There is currently three Keystone family12	  SoCs released with DSS. Each with somewhat different version13	  of it. The SoCs are 66AK2Gx, AM65x, and J721E. Set this to Y14	  or M to add display support for TI Keystone family15	  platforms.16