12 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
config DRM_HISI_KIRIN
 | 
						|
	tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
 | 
						|
	depends on DRM && OF && ARM64
 | 
						|
	select DRM_KMS_HELPER
 | 
						|
	select DRM_GEM_DMA_HELPER
 | 
						|
	select DRM_MIPI_DSI
 | 
						|
	help
 | 
						|
	  Choose this option if you have a hisilicon Kirin chipsets(hi6220).
 | 
						|
	  If M is selected the module will be called kirin-drm.
 | 
						|
 |