aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/vc4/Kconfig')
-rw-r--r--drivers/gpu/drm/vc4/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
new file mode 100644
index 000000000000..e502802d74b6
--- /dev/null
+++ b/drivers/gpu/drm/vc4/Kconfig
@@ -0,0 +1,13 @@
1config DRM_VC4
2 tristate "Broadcom VC4 Graphics"
3 depends on ARCH_BCM2835 || COMPILE_TEST
4 depends on DRM
5 select DRM_KMS_HELPER
6 select DRM_KMS_CMA_HELPER
7 help
8 Choose this option if you have a system that has a Broadcom
9 VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.
10
11 This driver requires that "avoid_warnings=2" be present in
12 the config.txt for the firmware, to keep it from smashing
13 our display setup.