kernel: bump 4.19 to 4.19.85
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0649-defconfigs-Add-FB_SIMPLE-to-both-bcmrpi-and-bcm2709-.patch
1 From c487813250414cac0337987b668d180b7380b474 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Fri, 7 Jun 2019 11:35:01 +0100
4 Subject: [PATCH 649/806] defconfigs: Add FB_SIMPLE to both bcmrpi and bcm2709
5 configs
6
7 The firmware sets up simple fb should one of the KMS drivers
8 be enabled, but the driver isn't being built.
9 Add it to the build.
10
11 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
12 ---
13 arch/arm/configs/bcm2709_defconfig | 1 +
14 arch/arm/configs/bcmrpi_defconfig | 1 +
15 2 files changed, 2 insertions(+)
16
17 --- a/arch/arm/configs/bcm2709_defconfig
18 +++ b/arch/arm/configs/bcm2709_defconfig
19 @@ -928,6 +928,7 @@ CONFIG_TINYDRM_REPAPER=m
20 CONFIG_FB=y
21 CONFIG_FB_BCM2708=y
22 CONFIG_FB_UDL=m
23 +CONFIG_FB_SIMPLE=y
24 CONFIG_FB_SSD1307=m
25 CONFIG_FB_RPISENSE=m
26 # CONFIG_BACKLIGHT_GENERIC is not set
27 --- a/arch/arm/configs/bcmrpi_defconfig
28 +++ b/arch/arm/configs/bcmrpi_defconfig
29 @@ -920,6 +920,7 @@ CONFIG_TINYDRM_REPAPER=m
30 CONFIG_FB=y
31 CONFIG_FB_BCM2708=y
32 CONFIG_FB_UDL=m
33 +CONFIG_FB_SIMPLE=y
34 CONFIG_FB_SSD1307=m
35 CONFIG_FB_RPISENSE=m
36 # CONFIG_BACKLIGHT_GENERIC is not set