mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 18:26:42 +00:00
df467da5b7
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. The sti driver specifies a preferred color mode of 32. As this is the default if no format has been given, leave it out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Cc: Alain Volmat <alain.volmat@foss.st.com> Acked-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-39-tzimmermann@suse.de
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_STI
|
|
tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
|
|
depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
|
|
select RESET_CONTROLLER
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
select DRM_PANEL
|
|
select FW_LOADER
|
|
select SND_SOC_HDMI_CODEC if SND_SOC
|
|
help
|
|
Choose this option to enable DRM on STM stiH4xx chipset
|