xref: /openbmc/linux/drivers/gpu/drm/tve200/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2179c02feSLinus Walleijconfig DRM_TVE200
3179c02feSLinus Walleij	tristate "DRM Support for Faraday TV Encoder TVE200"
4179c02feSLinus Walleij	depends on DRM
5179c02feSLinus Walleij	depends on CMA
6179c02feSLinus Walleij	depends on ARM || COMPILE_TEST
7179c02feSLinus Walleij	depends on OF
814b469f9SLinus Walleij	select DRM_BRIDGE
914b469f9SLinus Walleij	select DRM_PANEL_BRIDGE
10179c02feSLinus Walleij	select DRM_KMS_HELPER
11179c02feSLinus Walleij	select DRM_KMS_CMA_HELPER
12179c02feSLinus Walleij	select DRM_GEM_CMA_HELPER
13179c02feSLinus Walleij	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
14179c02feSLinus Walleij	help
15179c02feSLinus Walleij	  Choose this option for DRM support for the Faraday TV Encoder
16179c02feSLinus Walleij	  TVE200 Controller.
17179c02feSLinus Walleij	  If M is selected the module will be called tve200_drm.
18