2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-08-18 20:23:01 +02:00
|
|
|
config DRM_MXS
|
|
|
|
|
bool
|
|
|
|
|
help
|
|
|
|
|
Choose this option to select drivers for MXS FB devices
|
|
|
|
|
|
|
|
|
|
config DRM_MXSFB
|
2020-07-27 05:06:48 +03:00
|
|
|
tristate "i.MX (e)LCDIF LCD controller"
|
2016-08-18 20:23:01 +02:00
|
|
|
depends on DRM && OF
|
|
|
|
|
depends on COMMON_CLK
|
|
|
|
|
select DRM_MXS
|
|
|
|
|
select DRM_KMS_HELPER
|
2021-11-06 20:35:09 +01:00
|
|
|
select DRM_GEM_CMA_HELPER
|
2016-12-07 22:23:29 +01:00
|
|
|
select DRM_PANEL
|
2020-07-27 05:06:34 +03:00
|
|
|
select DRM_PANEL_BRIDGE
|
2016-08-18 20:23:01 +02:00
|
|
|
help
|
2020-07-27 05:06:48 +03:00
|
|
|
Choose this option if you have an LCDIF or eLCDIF LCD controller.
|
|
|
|
|
Those devices are found in various i.MX SoC (including i.MX23,
|
|
|
|
|
i.MX28, i.MX6SX, i.MX7 and i.MX8M).
|
2016-08-18 20:23:01 +02:00
|
|
|
|
|
|
|
|
If M is selected the module will be called mxsfb.
|