xref: /linux/drivers/gpu/drm/tidss/Kconfig (revision fe1136b4ccbfac9b8e72d4551d1ce788a67d59cb)
1config DRM_TIDSS
2	tristate "DRM Support for TI Keystone"
3	depends on DRM && OF
4	depends on ARM || ARM64 || COMPILE_TEST
5	select DRM_CLIENT_SELECTION
6	select DRM_KMS_HELPER
7	select DRM_DISPLAY_HELPER
8	select DRM_BRIDGE_CONNECTOR
9	select DRM_GEM_DMA_HELPER
10	help
11	  The TI Keystone family SoCs introduced a new generation of
12	  Display SubSystem. There is currently three Keystone family
13	  SoCs released with DSS. Each with somewhat different version
14	  of it. The SoCs are 66AK2Gx, AM65x, and J721E. Set this to Y
15	  or M to add display support for TI Keystone family
16	  platforms.
17