xref: /linux/drivers/gpu/drm/mxsfb/Kconfig (revision 99a15348d5842b3c1f95220dc9b119ee0fe0d81b)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_MXS
3	bool
4	help
5	  Choose this option to select drivers for MXS FB devices
6
7config DRM_MXSFB
8	tristate "i.MX (e)LCDIF LCD controller"
9	depends on DRM && OF
10	depends on COMMON_CLK
11	select DRM_MXS
12	select DRM_KMS_HELPER
13	select DRM_GEM_CMA_HELPER
14	select DRM_PANEL
15	select DRM_PANEL_BRIDGE
16	help
17	  Choose this option if you have an LCDIF or eLCDIF LCD controller.
18	  Those devices are found in various i.MX SoC (including i.MX23,
19	  i.MX28, i.MX6SX, i.MX7 and i.MX8M).
20
21	  If M is selected the module will be called mxsfb.
22