Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v4.6
  1config DRM_EXYNOS
  2	tristate "DRM Support for Samsung SoC EXYNOS Series"
  3	depends on OF && DRM && (ARCH_S3C64XX || ARCH_EXYNOS || ARCH_MULTIPLATFORM)
  4	select DRM_KMS_HELPER
  5	select DRM_KMS_FB_HELPER
  6	select FB_CFB_FILLRECT
  7	select FB_CFB_COPYAREA
  8	select FB_CFB_IMAGEBLIT
  9	select VIDEOMODE_HELPERS
 10	help
 11	  Choose this option if you have a Samsung SoC EXYNOS chipset.
 12	  If M is selected the module will be called exynosdrm.
 13
 14if DRM_EXYNOS
 15
 16config DRM_EXYNOS_IOMMU
 17	bool
 18	depends on EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
 19	default y
 20
 21comment "CRTCs"
 22
 23config DRM_EXYNOS_FIMD
 24	bool "FIMD"
 25	depends on !FB_S3C
 26	select FB_MODE_HELPERS
 27	select MFD_SYSCON
 28	help
 29	  Choose this option if you want to use Exynos FIMD for DRM.
 30
 31config DRM_EXYNOS5433_DECON
 32	bool "DECON on Exynos5433"
 33	help
 34	  Choose this option if you want to use Exynos5433 DECON for DRM.
 35
 36config DRM_EXYNOS7_DECON
 37	bool "DECON on Exynos7"
 38	depends on !FB_S3C
 39	select FB_MODE_HELPERS
 40	help
 41	  Choose this option if you want to use Exynos DECON for DRM.
 42
 43config DRM_EXYNOS_MIXER
 44	bool "Mixer"
 45	depends on !VIDEO_SAMSUNG_S5P_TV
 46	help
 47	  Choose this option if you want to use Exynos Mixer for DRM.
 48
 49config DRM_EXYNOS_VIDI
 50	bool "Virtual Display"
 51	help
 52	  Choose this option if you want to use Exynos VIDI for DRM.
 53
 54comment "Encoders and Bridges"
 55
 56config DRM_EXYNOS_DPI
 57	bool "Parallel output"
 58	depends on DRM_EXYNOS_FIMD
 59	select DRM_PANEL
 60	default n
 61	help
 62	  This enables support for Exynos parallel output.
 63
 64config DRM_EXYNOS_DSI
 65	bool "MIPI-DSI host"
 66	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
 67	select DRM_MIPI_DSI
 68	select DRM_PANEL
 69	default n
 70	help
 71	  This enables support for Exynos MIPI-DSI device.
 72
 73config DRM_EXYNOS_DP
 74	bool "Display Port"
 75	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
 
 76	default DRM_EXYNOS
 77	select DRM_PANEL
 78	help
 79	  This enables support for DP device.
 80
 81config DRM_EXYNOS_HDMI
 82	bool "HDMI"
 83	depends on !VIDEO_SAMSUNG_S5P_TV && (DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON)
 84	help
 85	  Choose this option if you want to use Exynos HDMI for DRM.
 86
 87config DRM_EXYNOS_MIC
 88	bool "Mobile Image Compressor"
 89	depends on DRM_EXYNOS5433_DECON
 90	help
 91	  Choose this option if you want to use Exynos MIC for DRM.
 92
 93comment "Sub-drivers"
 94
 95config DRM_EXYNOS_G2D
 96	bool "G2D"
 97	depends on VIDEO_SAMSUNG_S5P_G2D=n
 98	select FRAME_VECTOR
 99	help
100	  Choose this option if you want to use Exynos G2D for DRM.
101
102config DRM_EXYNOS_IPP
103	bool "Image Post Processor"
104	help
105	  Choose this option if you want to use IPP feature for DRM.
106
107config DRM_EXYNOS_FIMC
108	bool "FIMC"
109	depends on DRM_EXYNOS_IPP && MFD_SYSCON
110	help
111	  Choose this option if you want to use Exynos FIMC for DRM.
112
113config DRM_EXYNOS_ROTATOR
114	bool "Rotator"
115	depends on DRM_EXYNOS_IPP
116	help
117	  Choose this option if you want to use Exynos Rotator for DRM.
118
119config DRM_EXYNOS_GSC
120	bool "GScaler"
121	depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !VIDEO_SAMSUNG_EXYNOS_GSC
122	help
123	  Choose this option if you want to use Exynos GSC for DRM.
124
125endif
v4.10.11
  1config DRM_EXYNOS
  2	tristate "DRM Support for Samsung SoC EXYNOS Series"
  3	depends on OF && DRM && (ARCH_S3C64XX || ARCH_EXYNOS || ARCH_MULTIPLATFORM)
  4	select DRM_KMS_HELPER
 
 
 
 
  5	select VIDEOMODE_HELPERS
  6	help
  7	  Choose this option if you have a Samsung SoC EXYNOS chipset.
  8	  If M is selected the module will be called exynosdrm.
  9
 10if DRM_EXYNOS
 11
 12config DRM_EXYNOS_IOMMU
 13	bool
 14	depends on EXYNOS_IOMMU
 15	default y
 16
 17comment "CRTCs"
 18
 19config DRM_EXYNOS_FIMD
 20	bool "FIMD"
 21	depends on !FB_S3C
 22	select FB_MODE_HELPERS
 23	select MFD_SYSCON
 24	help
 25	  Choose this option if you want to use Exynos FIMD for DRM.
 26
 27config DRM_EXYNOS5433_DECON
 28	bool "DECON on Exynos5433"
 29	help
 30	  Choose this option if you want to use Exynos5433 DECON for DRM.
 31
 32config DRM_EXYNOS7_DECON
 33	bool "DECON on Exynos7"
 34	depends on !FB_S3C
 35	select FB_MODE_HELPERS
 36	help
 37	  Choose this option if you want to use Exynos DECON for DRM.
 38
 39config DRM_EXYNOS_MIXER
 40	bool "Mixer"
 
 41	help
 42	  Choose this option if you want to use Exynos Mixer for DRM.
 43
 44config DRM_EXYNOS_VIDI
 45	bool "Virtual Display"
 46	help
 47	  Choose this option if you want to use Exynos VIDI for DRM.
 48
 49comment "Encoders and Bridges"
 50
 51config DRM_EXYNOS_DPI
 52	bool "Parallel output"
 53	depends on DRM_EXYNOS_FIMD
 54	select DRM_PANEL
 55	default n
 56	help
 57	  This enables support for Exynos parallel output.
 58
 59config DRM_EXYNOS_DSI
 60	bool "MIPI-DSI host"
 61	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
 62	select DRM_MIPI_DSI
 63	select DRM_PANEL
 64	default n
 65	help
 66	  This enables support for Exynos MIPI-DSI device.
 67
 68config DRM_EXYNOS_DP
 69	bool "EXYNOS specific extensions for Analogix DP driver"
 70	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
 71	select DRM_ANALOGIX_DP
 72	default DRM_EXYNOS
 73	select DRM_PANEL
 74	help
 75	  This enables support for DP device.
 76
 77config DRM_EXYNOS_HDMI
 78	bool "HDMI"
 79	depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
 80	help
 81	  Choose this option if you want to use Exynos HDMI for DRM.
 82
 83config DRM_EXYNOS_MIC
 84	bool "Mobile Image Compressor"
 85	depends on DRM_EXYNOS5433_DECON
 86	help
 87	  Choose this option if you want to use Exynos MIC for DRM.
 88
 89comment "Sub-drivers"
 90
 91config DRM_EXYNOS_G2D
 92	bool "G2D"
 93	depends on VIDEO_SAMSUNG_S5P_G2D=n
 94	select FRAME_VECTOR
 95	help
 96	  Choose this option if you want to use Exynos G2D for DRM.
 97
 98config DRM_EXYNOS_IPP
 99	bool "Image Post Processor"
100	help
101	  Choose this option if you want to use IPP feature for DRM.
102
103config DRM_EXYNOS_FIMC
104	bool "FIMC"
105	depends on DRM_EXYNOS_IPP && MFD_SYSCON
106	help
107	  Choose this option if you want to use Exynos FIMC for DRM.
108
109config DRM_EXYNOS_ROTATOR
110	bool "Rotator"
111	depends on DRM_EXYNOS_IPP
112	help
113	  Choose this option if you want to use Exynos Rotator for DRM.
114
115config DRM_EXYNOS_GSC
116	bool "GScaler"
117	depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && VIDEO_SAMSUNG_EXYNOS_GSC=n
118	help
119	  Choose this option if you want to use Exynos GSC for DRM.
120
121endif