2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-04-30 11:10:58 -07:00
|
|
|
config DRM_V3D
|
|
|
|
|
tristate "Broadcom V3D 3.x and newer"
|
2022-06-03 10:26:07 +01:00
|
|
|
depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
|
2018-04-30 11:10:58 -07:00
|
|
|
depends on DRM
|
|
|
|
|
depends on COMMON_CLK
|
2018-05-25 17:50:12 +02:00
|
|
|
depends on MMU
|
2018-04-30 11:10:58 -07:00
|
|
|
select DRM_SCHED
|
2019-03-14 09:34:51 -07:00
|
|
|
select DRM_GEM_SHMEM_HELPER
|
2018-04-30 11:10:58 -07:00
|
|
|
help
|
|
|
|
|
Choose this option if you have a system that has a Broadcom
|
2022-06-03 10:26:07 +01:00
|
|
|
V3D 3.x or newer GPUs. SoCs supported include the BCM2711,
|
|
|
|
|
BCM7268 and BCM7278.
|