 36c1813bb4
			
		
	
	
	36c1813bb4
	
	
	
		
			
			Commit ac24c2204a ("drm/tegra: Use generic
HDMI infoframe helpers") added "select DRM_HDMI" to the DRM_TEGRA
Kconfig entry. But there is no Kconfig symbol named DRM_HDMI. The select
statement for that symbol is a nop. Drop it.
What was needed to use HDMI functionality was to select HDMI (which this
entry already did through depending on DRM) and to include linux/hdmi.h
(which this commit also did).
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
		
	
			
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			523 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			523 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| config DRM_TEGRA
 | |
| 	tristate "NVIDIA Tegra DRM"
 | |
| 	depends on DRM && OF && ARCH_TEGRA
 | |
| 	select DRM_KMS_HELPER
 | |
| 	select DRM_GEM_CMA_HELPER
 | |
| 	select DRM_KMS_CMA_HELPER
 | |
| 	select FB_CFB_FILLRECT
 | |
| 	select FB_CFB_COPYAREA
 | |
| 	select FB_CFB_IMAGEBLIT
 | |
| 	help
 | |
| 	  Choose this option if you have an NVIDIA Tegra SoC.
 | |
| 
 | |
| 	  To compile this driver as a module, choose M here: the module
 | |
| 	  will be called tegra-drm.
 | |
| 
 | |
| if DRM_TEGRA
 | |
| 
 | |
| config DRM_TEGRA_DEBUG
 | |
| 	bool "NVIDIA Tegra DRM debug support"
 | |
| 	help
 | |
| 	  Say yes here to enable debugging support.
 | |
| 
 | |
| endif
 |