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