Kconfig (5933baa36e267e480bec59a752579c7581b0b2f5) | Kconfig (7467389bdafb77357090512d42a452bea31d53b5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_PANEL 3 bool 4 depends on DRM 5 help 6 Panel registration and lookup framework. 7 8menu "Display Panels" 9 depends on DRM && DRM_PANEL 10 | 1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_PANEL 3 bool 4 depends on DRM 5 help 6 Panel registration and lookup framework. 7 8menu "Display Panels" 9 depends on DRM && DRM_PANEL 10 |
11config DRM_PANEL_ABT_Y030XX067A 12 tristate "ABT Y030XX067A 320x480 LCD panel" 13 depends on OF && SPI 14 select REGMAP_SPI 15 help 16 Say Y here to enable support for the Asia Better Technology Ltd. 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 18 and RG-99 handheld gaming consoles. 19 |
|
11config DRM_PANEL_ARM_VERSATILE 12 tristate "ARM Versatile panel driver" 13 depends on OF 14 depends on MFD_SYSCON 15 select VIDEOMODE_HELPERS 16 help 17 This driver supports the ARM Versatile panels connected to ARM 18 reference designs. The panel is detected using special registers --- 517 unchanged lines hidden --- | 20config DRM_PANEL_ARM_VERSATILE 21 tristate "ARM Versatile panel driver" 22 depends on OF 23 depends on MFD_SYSCON 24 select VIDEOMODE_HELPERS 25 help 26 This driver supports the ARM Versatile panels connected to ARM 27 reference designs. The panel is detected using special registers --- 517 unchanged lines hidden --- |