Skip to content

Commit

Permalink
configs: arm64/bcm2711: Enable V3D
Browse files Browse the repository at this point in the history
BugLink: https://bugs.launchpad.net/bugs/1982090

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 <phil@raspberrypi.org>

(cherry picked from commit 3fe9398990fe824d71493a9f49b214693bff35ce rpi-5.19.y)
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
  • Loading branch information
Phil Elwell authored and Thadeu Lima de Souza Cascardo committed Jan 5, 2023
1 parent 26a8cdd commit 5c5d779
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 5c5d779

Please sign in to comment.