Skip to content

Commit

Permalink
configs: arm64/bcm2711: Enable V3D
Browse files Browse the repository at this point in the history
Enable the V3D driver, which depends on BCM2835_POWER.

Originally submitted by GitHub user 'phire' in a slightly different
form.

See: #3063

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell authored and popcornmix committed Jul 11, 2022
1 parent 4dd8462 commit 12df962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/v3d/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
config DRM_V3D
tristate "Broadcom V3D 3.x and newer"
depends on ARCH_BCM || ARCH_BRCMSTB || COMPILE_TEST
depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 ||COMPILE_TEST
depends on DRM
depends on COMMON_CLK
depends on MMU
Expand Down

0 comments on commit 12df962

Please sign in to comment.