1# SPDX-License-Identifier: GPL-2.0-only OR MIT
2config DRM_ADP
3	tristate "DRM Support for pre-DCP Apple display controllers"
4	depends on DRM && OF && ARM64
5	depends on ARCH_APPLE || COMPILE_TEST
6	select DRM_KMS_HELPER
7	select DRM_BRIDGE_CONNECTOR
8	select DRM_DISPLAY_HELPER
9	select DRM_KMS_DMA_HELPER
10	select DRM_GEM_DMA_HELPER
11	select DRM_PANEL_BRIDGE
12	select VIDEOMODE_HELPERS
13	select DRM_MIPI_DSI
14	help
15	  Chose this option if you have an Apple Arm laptop with a touchbar.
16
17	  If M is selected, this module will be called adpdrm.
18