summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/Kconfig
blob: 09706c1eeaca8e0167c20608736ccb77b8fafb0a (plain)
1
2
3
4
5
6
7
8
9
10
config DRM_VC4
	tristate "Broadcom VC4 Graphics"
	depends on ARCH_BCM2835
	depends on DRM
	select DRM_KMS_HELPER
	select DRM_KMS_FB_HELPER
	select DRM_KMS_CMA_HELPER
	help
	  Choose this option if you have a system that has a Broadcom
	  VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.