aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-02 18:55:55 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-02 18:55:55 +0200
commit00813d4dd976cc823fa089840ff2f4a10dd6cd0c (patch)
tree8f2c74a928c9ea0eceb64809d9039db824ae6663 /target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch
parent19226502bf6393706defe7f049c587b32c9b4f33 (diff)
downloadupstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.gz
upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.bz2
upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.zip
brcm2708: remove linux 4.14 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch')
-rw-r--r--target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch b/target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch
deleted file mode 100644
index 62c997f402..0000000000
--- a/target/linux/brcm2708/patches-4.14/950-0142-Add-Raspberry-Pi-firmware-driver-to-the-dependencies.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 090a9a1964f3477d86cfa1c5e2b4018c7c48b778 Mon Sep 17 00:00:00 2001
-From: Alex Riesen <alexander.riesen@cetitec.com>
-Date: Thu, 21 Dec 2017 09:29:39 +0100
-Subject: [PATCH 142/454] Add Raspberry Pi firmware driver to the dependencies
- of backlight driver
-
-Otherwise the backlight driver fails to build if the firmware
-loading driver is not in the kernel
-
-Signed-off-by: Alex Riesen <alexander.riesen@cetitec.com>
----
- drivers/video/backlight/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/drivers/video/backlight/Kconfig
-+++ b/drivers/video/backlight/Kconfig
-@@ -267,6 +267,7 @@ config BACKLIGHT_PWM
-
- config BACKLIGHT_RPI
- tristate "Raspberry Pi display firmware driven backlight"
-+ depends on RASPBERRYPI_FIRMWARE
- help
- If you have the Raspberry Pi DSI touchscreen display, say Y to
- enable the mailbox-controlled backlight driver.