repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_OMAP
|
|
tristate "OMAP DRM"
|
|
depends on DRM
|
|
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
|
|
select OMAP2_DSS
|
|
select DRM_KMS_HELPER
|
|
default n
|
|
help
|
|
DRM display driver for OMAP2/3/4 based boards.
|
|
|
|
if DRM_OMAP
|
|
|
|
source "drivers/gpu/drm/omapdrm/dss/Kconfig"
|
|
source "drivers/gpu/drm/omapdrm/displays/Kconfig"
|
|
|
|
endif
|