xref: /linux/drivers/gpu/drm/sti/Kconfig (revision 9fbd35520f1f7f3cbe1873939a27ad9b009f21f9)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_STI
3	tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
4	depends on OF && DRM && (ARCH_STI || ARCH_MULTIPLATFORM)
5	select RESET_CONTROLLER
6	select DRM_KMS_HELPER
7	select DRM_GEM_DMA_HELPER
8	select DRM_PANEL
9	select FW_LOADER
10	select SND_SOC_HDMI_CODEC if SND_SOC
11	help
12	  Choose this option to enable DRM on STM stiH4xx chipset
13