mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			983 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			983 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 67d41f71a4b13d0a30525640eccf414e2d24d2fc 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 159/277] 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(+)
 | 
						|
 | 
						|
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
 | 
						|
index e345a32945b7..9244f2f7b642 100644
 | 
						|
--- 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.
 | 
						|
-- 
 | 
						|
2.16.1
 | 
						|
 |