Skip to content

Commit 8e2d506

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 7e19921 commit 8e2d506

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

arch/arm64/configs/bcm2711_defconfig

+2
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ CONFIG_DRM_LOAD_EDID_FIRMWARE=y
787787
CONFIG_DRM_UDL=m
788788
CONFIG_DRM_PANEL_SIMPLE=m
789789
CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m
790+
CONFIG_DRM_V3D=m
790791
CONFIG_DRM_VC4=m
791792
CONFIG_DRM_TINYDRM=m
792793
CONFIG_TINYDRM_MI0283QT=m
@@ -1131,6 +1132,7 @@ CONFIG_VIDEO_BCM2835=m
11311132
CONFIG_MAILBOX=y
11321133
CONFIG_BCM2835_MBOX=y
11331134
# CONFIG_IOMMU_SUPPORT is not set
1135+
CONFIG_BCM2835_POWER=y
11341136
CONFIG_RASPBERRYPI_POWER=y
11351137
CONFIG_EXTCON=m
11361138
CONFIG_EXTCON_ARIZONA=m

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)