Eric Anholt | 57692c9 | 2018-04-30 11:10:58 -0700 | [diff] [blame] | 1 | config 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 | ||||
Arnd Bergmann | fbecef1 | 2018-05-25 17:50:12 +0200 | [diff] [blame] | 6 | depends on MMU |
Eric Anholt | 57692c9 | 2018-04-30 11:10:58 -0700 | [diff] [blame] | 7 | select DRM_SCHED |
8 | help | ||||
9 | Choose this option if you have a system that has a Broadcom | ||||
10 | V3D 3.x or newer GPU, such as BCM7268. |