bcm27xx: add support for linux v5.15
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 950-0167-configs-arm64-bcm2711-Enable-V3D.patch
1 From 98631cef94563d6857f4133e7917f234be8667bd Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Thu, 15 Aug 2019 12:02:34 +0100
4 Subject: [PATCH] configs: arm64/bcm2711: Enable V3D
5
6 Enable the V3D driver, which depends on BCM2835_POWER.
7
8 Originally submitted by GitHub user 'phire' in a slightly different
9 form.
10
11 See: https://github.com/raspberrypi/linux/pull/3063
12
13 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
14 ---
15 drivers/gpu/drm/v3d/Kconfig | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 --- a/drivers/gpu/drm/v3d/Kconfig
19 +++ b/drivers/gpu/drm/v3d/Kconfig
20 @@ -1,7 +1,7 @@
21 # SPDX-License-Identifier: GPL-2.0-only
22 config DRM_V3D
23 tristate "Broadcom V3D 3.x and newer"
24 - depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST
25 + depends on ARCH_BCM || ARCH_BCMSTB || ARCH_BCM2835 || COMPILE_TEST
26 depends on DRM
27 depends on COMMON_CLK
28 depends on MMU