Skip to content

Commit c79d9e9

Browse files
Phil Elwelljuergh
Phil Elwell
authored andcommitted
configs: arm64/bcm2711: Enable V3D
BugLink: https://bugs.launchpad.net/bugs/1958146 Enable the V3D driver, which depends on BCM2835_POWER. Originally submitted by GitHub user 'phire' in a slightly different form. See: raspberrypi/linux#3063 Signed-off-by: Phil Elwell <[email protected]> (cherry picked from commit 8e4686368d52cc2faf82923e71d9e29ce5850403 rpi-5.15.y) Signed-off-by: Juerg Haefliger <[email protected]>
1 parent dbebfa6 commit c79d9e9

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_BCMSTB || COMPILE_TEST
4+
depends on ARCH_BCM || ARCH_BCMSTB || ARCH_BCM2835 || COMPILE_TEST
55
depends on DRM
66
depends on COMMON_CLK
77
depends on MMU

0 commit comments

Comments
 (0)