Skip to content

Commit 061ef10

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
configs: arm64/bcm2711: Enable V3D
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 <[email protected]>
1 parent d7f2062 commit 061ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/v3d/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_V3D
33
tristate "Broadcom V3D 3.x and newer"
4-
depends on ARCH_BCM || ARCH_BRCMSTB || COMPILE_TEST
4+
depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 ||COMPILE_TEST
55
depends on DRM
66
depends on COMMON_CLK
77
depends on MMU

0 commit comments

Comments
 (0)