.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config DRM_MXS |
---|
2 | 3 | bool |
---|
3 | 4 | help |
---|
4 | 5 | Choose this option to select drivers for MXS FB devices |
---|
5 | 6 | |
---|
6 | 7 | config DRM_MXSFB |
---|
7 | | - tristate "i.MX23/i.MX28/i.MX6SX MXSFB LCD controller" |
---|
| 8 | + tristate "i.MX (e)LCDIF LCD controller" |
---|
8 | 9 | depends on DRM && OF |
---|
9 | 10 | depends on COMMON_CLK |
---|
| 11 | + depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST |
---|
10 | 12 | select DRM_MXS |
---|
11 | 13 | select DRM_KMS_HELPER |
---|
12 | 14 | select DRM_KMS_CMA_HELPER |
---|
13 | 15 | select DRM_PANEL |
---|
| 16 | + select DRM_PANEL_BRIDGE |
---|
14 | 17 | help |
---|
15 | | - Choose this option if you have an i.MX23/i.MX28/i.MX6SX MXSFB |
---|
16 | | - LCD controller. |
---|
| 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). |
---|
17 | 21 | |
---|
18 | 22 | If M is selected the module will be called mxsfb. |
---|