projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'arm-soc/for-5.5/maintainers-part2' of https://github.com/Broadcom/stblinux...
[linux-2.6-microblaze.git]
/
drivers
/
gpu
/
drm
/
omapdrm
/
Kconfig
1
# SPDX-License-Identifier: GPL-2.0-only
2
config DRM_OMAP
3
tristate "OMAP DRM"
4
depends on DRM
5
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
6
select OMAP2_DSS
7
select DRM_KMS_HELPER
8
default n
9
help
10
DRM display driver for OMAP2/3/4 based boards.
11
12
if DRM_OMAP
13
14
source "drivers/gpu/drm/omapdrm/dss/Kconfig"
15
source "drivers/gpu/drm/omapdrm/displays/Kconfig"
16
17
endif