mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
bdf31bcf3d
Add the panel-bridge support for both panels & bridges (used by DSI host & HDMI/LVDS bridges). Signed-off-by: Philippe CORNU <philippe.cornu@st.com> Reviewed-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Archit Taneja <architt@codeaurora.org> Link: https://patchwork.freedesktop.org/patch/msgid/1500277223-29553-3-git-send-email-philippe.cornu@st.com
17 lines
495 B
Plaintext
17 lines
495 B
Plaintext
config DRM_STM
|
|
tristate "DRM Support for STMicroelectronics SoC Series"
|
|
depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM)
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_PANEL_BRIDGE
|
|
select VIDEOMODE_HELPERS
|
|
select FB_PROVIDE_GET_FB_UNMAPPED_AREA
|
|
default y
|
|
|
|
help
|
|
Enable support for the on-chip display controller on
|
|
STMicroelectronics STM32 MCUs.
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called stm-drm.
|