mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICE
The driver registers a backlight device and thus requires BACKLIGHT_CLASS_DEVICE to be selected to avoid compilation breakages. Cc: stable@vger.kernel.org Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
		
							parent
							
								
									ad3543ede6
								
							
						
					
					
						commit
						0a5a5499ad
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
config DRM_SHMOBILE
 | 
					config DRM_SHMOBILE
 | 
				
			||||||
	tristate "DRM Support for SH Mobile"
 | 
						tristate "DRM Support for SH Mobile"
 | 
				
			||||||
	depends on DRM && (ARM || SUPERH)
 | 
						depends on DRM && (ARM || SUPERH)
 | 
				
			||||||
 | 
						select BACKLIGHT_CLASS_DEVICE
 | 
				
			||||||
	select DRM_KMS_HELPER
 | 
						select DRM_KMS_HELPER
 | 
				
			||||||
	select DRM_KMS_FB_HELPER
 | 
						select DRM_KMS_FB_HELPER
 | 
				
			||||||
	select DRM_KMS_CMA_HELPER
 | 
						select DRM_KMS_CMA_HELPER
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue