Skip to content

Commit

Permalink
DRM_VC4: Allow to be built for ARCH_BCM270x
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 18, 2016
1 parent 7562e95 commit 3ab28cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/vc4/Kconfig
@@ -1,6 +1,6 @@
config DRM_VC4
tristate "Broadcom VC4 Graphics"
depends on ARCH_BCM2835 || COMPILE_TEST
depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709 || COMPILE_TEST
depends on DRM
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
Expand Down

0 comments on commit 3ab28cd

Please sign in to comment.