x86: video: add radeon DRM module support
add radeon module support so firmware can be loaded from userland Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
		 Lucian Cristian
					Lucian Cristian
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							b06418016d
						
					
				
				
					commit
					2f6918ee9b
				
			| @@ -262,6 +262,20 @@ endef | |||||||
|  |  | ||||||
| $(eval $(call KernelPackage,drm-imx-ldb)) | $(eval $(call KernelPackage,drm-imx-ldb)) | ||||||
|  |  | ||||||
|  | define KernelPackage/drm-radeon | ||||||
|  |   SUBMENU:=$(VIDEO_MENU) | ||||||
|  |   TITLE:=Radeon DRM support | ||||||
|  |   DEPENDS:=@DISPLAY_SUPPORT +kmod-drm +kmod-i2c-algo-bit +radeon-firmware | ||||||
|  |   KCONFIG:=CONFIG_DRM_RADEON | ||||||
|  |   FILES:=$(LINUX_DIR)/drivers/gpu/drm/radeon/radeon.ko | ||||||
|  |   AUTOLOAD:=$(call AutoProbe,radeon) | ||||||
|  | endef | ||||||
|  |  | ||||||
|  | define KernelPackage/drm-radeon/description | ||||||
|  |   Direct Rendering Manager (DRM) support for Radeon Cards | ||||||
|  | endef | ||||||
|  |  | ||||||
|  | $(eval $(call KernelPackage,drm-radeon)) | ||||||
|  |  | ||||||
| # | # | ||||||
| # Video Capture | # Video Capture | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user