Add Raspberry Pi firmware driver to the dependencies of backlight driver
authorAlex Riesen <alexander.riesen@cetitec.com>
Thu, 21 Dec 2017 08:29:39 +0000 (09:29 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:41:10 +0000 (17:41 +0000)
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

index c3023ab052b477dde522a262a360ec312e94de22..738d67d816d6622018040dfb2c9bbc29875fb88c 100644 (file)
@@ -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.