Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[linux-2.6-microblaze.git] / drivers / gpu / drm / tidss / Kconfig
1 config DRM_TIDSS
2         tristate "DRM Support for TI Keystone"
3         depends on DRM && OF
4         depends on ARM || ARM64 || COMPILE_TEST
5         select DRM_KMS_HELPER
6         select DRM_KMS_CMA_HELPER
7         select DRM_GEM_CMA_HELPER
8         help
9           The TI Keystone family SoCs introduced a new generation of
10           Display SubSystem. There is currently three Keystone family
11           SoCs released with DSS. Each with somewhat different version
12           of it. The SoCs are 66AK2Gx, AM65x, and J721E. Set this to Y
13           or M to add display support for TI Keystone family
14           platforms.