Skip to content

Commit fc5826f

Browse files
author
Phil Elwell
committed
configs: arm64/vcm2711: 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 bd991fd commit fc5826f

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
@@ -791,6 +791,7 @@ CONFIG_DRM_LOAD_EDID_FIRMWARE=y
791791
CONFIG_DRM_UDL=m
792792
CONFIG_DRM_PANEL_SIMPLE=m
793793
CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m
794+
CONFIG_DRM_V3D=m
794795
CONFIG_DRM_VC4=m
795796
CONFIG_DRM_TINYDRM=m
796797
CONFIG_TINYDRM_MI0283QT=m
@@ -1135,6 +1136,7 @@ CONFIG_VIDEO_BCM2835=m
11351136
CONFIG_MAILBOX=y
11361137
CONFIG_BCM2835_MBOX=y
11371138
# CONFIG_IOMMU_SUPPORT is not set
1139+
CONFIG_BCM2835_POWER=y
11381140
CONFIG_RASPBERRYPI_POWER=y
11391141
CONFIG_EXTCON=m
11401142
CONFIG_EXTCON_ARIZONA=m

drivers/gpu/drm/v3d/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config DRM_V3D
22
tristate "Broadcom V3D 3.x and newer"
3-
depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST
3+
depends on ARCH_BCM || ARCH_BCMSTB || ARCH_BCM2835 || COMPILE_TEST
44
depends on DRM
55
depends on COMMON_CLK
66
depends on MMU

0 commit comments

Comments
 (0)