xref: /openbmc/linux/drivers/gpu/drm/mxsfb/Kconfig (revision ba61bb17)
1config DRM_MXS
2	bool
3	help
4	  Choose this option to select drivers for MXS FB devices
5
6config DRM_MXSFB
7	tristate "i.MX23/i.MX28/i.MX6SX MXSFB LCD controller"
8	depends on DRM && OF
9	depends on COMMON_CLK
10	select DRM_MXS
11	select DRM_KMS_HELPER
12	select DRM_KMS_FB_HELPER
13	select DRM_KMS_CMA_HELPER
14	select DRM_PANEL
15	help
16	  Choose this option if you have an i.MX23/i.MX28/i.MX6SX MXSFB
17	  LCD controller.
18
19	  If M is selected the module will be called mxsfb.
20