brintos

brintos / linux-shallow public Read only

0
0
Text · 418 B · 945f3aa Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_ATMEL_HLCDC3	tristate "DRM Support for ATMEL HLCDC Display Controller"4	depends on DRM && OF && COMMON_CLK && ((MFD_ATMEL_HLCDC && ARM) || COMPILE_TEST)5	select DRM_GEM_DMA_HELPER6	select DRM_KMS_HELPER7	select DRM_PANEL8	help9	  Choose this option if you have an ATMEL SoC with an HLCDC display10	  controller (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family).11