xref: /linux/drivers/gpu/drm/vc4/Kconfig (revision 4078f57571442345d09edddb2ac79c951b9d6db2)
1c8b75bcaSEric Anholtconfig DRM_VC4
2c8b75bcaSEric Anholt	tristate "Broadcom VC4 Graphics"
3c8b75bcaSEric Anholt	depends on ARCH_BCM2835 || COMPILE_TEST
4e1c7e324SChristoph Hellwig	depends on DRM
5*4078f575SEric Anholt	depends on COMMON_CLK
6c8b75bcaSEric Anholt	select DRM_KMS_HELPER
7c8b75bcaSEric Anholt	select DRM_KMS_CMA_HELPER
82565df91SGuenter Roeck	select DRM_GEM_CMA_HELPER
908302c35SEric Anholt	select DRM_PANEL
10*4078f575SEric Anholt	select DRM_MIPI_DSI
11c8b75bcaSEric Anholt	help
12c8b75bcaSEric Anholt	  Choose this option if you have a system that has a Broadcom
13c8b75bcaSEric Anholt	  VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.
14c8b75bcaSEric Anholt
15c8b75bcaSEric Anholt	  This driver requires that "avoid_warnings=2" be present in
16c8b75bcaSEric Anholt	  the config.txt for the firmware, to keep it from smashing
17c8b75bcaSEric Anholt	  our display setup.
18