xref: /openbmc/linux/drivers/gpu/drm/mxsfb/Kconfig (revision 29e1c1ad3ff7f345d80c7b81b08175f5a8c84122)
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_KMS_FB_HELPER
14	select DRM_KMS_CMA_HELPER
15	select DRM_PANEL
16	select DRM_PANEL_BRIDGE
17	help
18	  Choose this option if you have an LCDIF or eLCDIF LCD controller.
19	  Those devices are found in various i.MX SoC (including i.MX23,
20	  i.MX28, i.MX6SX, i.MX7 and i.MX8M).
21
22	  If M is selected the module will be called mxsfb.
23