blob: e53df59cb139f25f8e6ae916bca93abf0c49e063 [file] [log] [blame]
Eric Anholtc8b75bc2015-03-02 13:01:12 -08001config DRM_VC4
2 tristate "Broadcom VC4 Graphics"
3 depends on ARCH_BCM2835 || COMPILE_TEST
Christoph Hellwige1c7e322016-01-20 15:02:05 -08004 depends on DRM
Eric Anholtc8b75bc2015-03-02 13:01:12 -08005 select DRM_KMS_HELPER
6 select DRM_KMS_CMA_HELPER
Guenter Roeck2565df92015-11-01 16:31:52 -08007 select DRM_GEM_CMA_HELPER
Eric Anholt08302c32016-02-10 11:42:32 -08008 select DRM_PANEL
Eric Anholtc8b75bc2015-03-02 13:01:12 -08009 help
10 Choose this option if you have a system that has a Broadcom
11 VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.
12
13 This driver requires that "avoid_warnings=2" be present in
14 the config.txt for the firmware, to keep it from smashing
15 our display setup.