xref: /openbmc/linux/drivers/gpu/drm/v3d/Kconfig (revision dc3e0aa5)
1config DRM_V3D
2	tristate "Broadcom V3D 3.x and newer"
3	depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST
4	depends on DRM
5	depends on COMMON_CLK
6	depends on MMU
7	select DRM_SCHED
8	select DRM_GEM_SHMEM_HELPER
9	help
10	  Choose this option if you have a system that has a Broadcom
11	  V3D 3.x or newer GPU, such as BCM7268.
12