mirror of https://github.com/hak5/openwrt.git
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
From c487813250414cac0337987b668d180b7380b474 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
Date: Fri, 7 Jun 2019 11:35:01 +0100
|
|
Subject: [PATCH 649/806] defconfigs: Add FB_SIMPLE to both bcmrpi and bcm2709
|
|
configs
|
|
|
|
The firmware sets up simple fb should one of the KMS drivers
|
|
be enabled, but the driver isn't being built.
|
|
Add it to the build.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -928,6 +928,7 @@ CONFIG_TINYDRM_REPAPER=m
|
|
CONFIG_FB=y
|
|
CONFIG_FB_BCM2708=y
|
|
CONFIG_FB_UDL=m
|
|
+CONFIG_FB_SIMPLE=y
|
|
CONFIG_FB_SSD1307=m
|
|
CONFIG_FB_RPISENSE=m
|
|
# CONFIG_BACKLIGHT_GENERIC is not set
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -920,6 +920,7 @@ CONFIG_TINYDRM_REPAPER=m
|
|
CONFIG_FB=y
|
|
CONFIG_FB_BCM2708=y
|
|
CONFIG_FB_UDL=m
|
|
+CONFIG_FB_SIMPLE=y
|
|
CONFIG_FB_SSD1307=m
|
|
CONFIG_FB_RPISENSE=m
|
|
# CONFIG_BACKLIGHT_GENERIC is not set
|