brcm2708: organize kernel patches
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0699-configs-arm64-vcm2711-Enable-V3D.patch
1 From 709962264bec8f8483df374da5e946c982348e87 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/vcm2711: 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 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 --- a/drivers/gpu/drm/v3d/Kconfig
19 +++ b/drivers/gpu/drm/v3d/Kconfig
20 @@ -1,6 +1,6 @@
21 config DRM_V3D
22 tristate "Broadcom V3D 3.x and newer"
23 - depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST
24 + depends on ARCH_BCM || ARCH_BCMSTB || ARCH_BCM2835 || COMPILE_TEST
25 depends on DRM
26 depends on COMMON_CLK
27 depends on MMU