1 From 090a9a1964f3477d86cfa1c5e2b4018c7c48b778 Mon Sep 17 00:00:00 2001
2 From: Alex Riesen <alexander.riesen@cetitec.com>
3 Date: Thu, 21 Dec 2017 09:29:39 +0100
4 Subject: [PATCH 142/454] Add Raspberry Pi firmware driver to the dependencies
7 Otherwise the backlight driver fails to build if the firmware
8 loading driver is not in the kernel
10 Signed-off-by: Alex Riesen <alexander.riesen@cetitec.com>
12 drivers/video/backlight/Kconfig | 1 +
13 1 file changed, 1 insertion(+)
15 --- a/drivers/video/backlight/Kconfig
16 +++ b/drivers/video/backlight/Kconfig
17 @@ -267,6 +267,7 @@ config BACKLIGHT_PWM
20 tristate "Raspberry Pi display firmware driven backlight"
21 + depends on RASPBERRYPI_FIRMWARE
23 If you have the Raspberry Pi DSI touchscreen display, say Y to
24 enable the mailbox-controlled backlight driver.