1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2aead40eaSThierry Redingconfig DRM_PANEL 3aead40eaSThierry Reding bool 4aead40eaSThierry Reding depends on DRM 5aead40eaSThierry Reding help 6aead40eaSThierry Reding Panel registration and lookup framework. 7280921deSThierry Reding 8280921deSThierry Redingmenu "Display Panels" 9937ca284SRussell King depends on DRM && DRM_PANEL 10280921deSThierry Reding 117467389bSPaul Cercueilconfig DRM_PANEL_ABT_Y030XX067A 127467389bSPaul Cercueil tristate "ABT Y030XX067A 320x480 LCD panel" 137467389bSPaul Cercueil depends on OF && SPI 147467389bSPaul Cercueil select REGMAP_SPI 157467389bSPaul Cercueil help 167467389bSPaul Cercueil Say Y here to enable support for the Asia Better Technology Ltd. 177467389bSPaul Cercueil Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 187467389bSPaul Cercueil and RG-99 handheld gaming consoles. 197467389bSPaul Cercueil 20f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE 21f40f5b87SLinus Walleij tristate "ARM Versatile panel driver" 22f40f5b87SLinus Walleij depends on OF 23f40f5b87SLinus Walleij depends on MFD_SYSCON 24f40f5b87SLinus Walleij select VIDEOMODE_HELPERS 25f40f5b87SLinus Walleij help 26f40f5b87SLinus Walleij This driver supports the ARM Versatile panels connected to ARM 27f40f5b87SLinus Walleij reference designs. The panel is detected using special registers 28f40f5b87SLinus Walleij in the Versatile family syscon registers. 29f40f5b87SLinus Walleij 3002ed76b6SKonrad Dybcioconfig DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 3102ed76b6SKonrad Dybcio tristate "ASUS Z00T TM5P5 NT35596 panel" 3202ed76b6SKonrad Dybcio depends on GPIOLIB && OF 3302ed76b6SKonrad Dybcio depends on DRM_MIPI_DSI 3402ed76b6SKonrad Dybcio depends on BACKLIGHT_CLASS_DEVICE 3502ed76b6SKonrad Dybcio help 3602ed76b6SKonrad Dybcio Say Y here if you want to enable support for the ASUS TMP5P5 3702ed76b6SKonrad Dybcio NT35596 1080x1920 video mode panel as found in some Asus 3802ed76b6SKonrad Dybcio Zenfone 2 Laser Z00T devices. 3902ed76b6SKonrad Dybcio 404b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D 414b6dd3caSJerry Han tristate "Boe Himax8279d panel" 424b6dd3caSJerry Han depends on OF 434b6dd3caSJerry Han depends on DRM_MIPI_DSI 444b6dd3caSJerry Han depends on BACKLIGHT_CLASS_DEVICE 454b6dd3caSJerry Han help 464b6dd3caSJerry Han Say Y here if you want to enable support for Boe Himax8279d 474b6dd3caSJerry Han TFT-LCD modules. The panel has a 1200x1920 resolution and uses 484b6dd3caSJerry Han 24 bit RGB per pixel. It provides a MIPI DSI interface to 494b6dd3caSJerry Han the host and has a built-in LED backlight. 504b6dd3caSJerry Han 51a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6 5244de19e3SJitao Shi tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 53a869b9dbSJitao Shi depends on OF 54a869b9dbSJitao Shi depends on DRM_MIPI_DSI 55a869b9dbSJitao Shi depends on BACKLIGHT_CLASS_DEVICE 56a869b9dbSJitao Shi help 5744de19e3SJitao Shi Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 5844de19e3SJitao Shi 45NA WUXGA PANEL DSI Video Mode panel 59a869b9dbSJitao Shi 60cf64148aSSebastian Reichelconfig DRM_PANEL_DSI_CM 61cf64148aSSebastian Reichel tristate "Generic DSI command mode panels" 62cf64148aSSebastian Reichel depends on OF 63cf64148aSSebastian Reichel depends on DRM_MIPI_DSI 64cf64148aSSebastian Reichel depends on BACKLIGHT_CLASS_DEVICE 65cf64148aSSebastian Reichel help 66cf64148aSSebastian Reichel DRM panel driver for DSI command mode panels with support for 67cf64148aSSebastian Reichel embedded and external backlights. 68cf64148aSSebastian Reichel 697c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS 707c9dff5bSLaurent Pinchart tristate "Generic LVDS panel driver" 717c9dff5bSLaurent Pinchart depends on OF 727c9dff5bSLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 737c9dff5bSLaurent Pinchart select VIDEOMODE_HELPERS 747c9dff5bSLaurent Pinchart help 757c9dff5bSLaurent Pinchart This driver supports LVDS panels that don't require device-specific 767c9dff5bSLaurent Pinchart handling of power supplies or control signals. It implements automatic 777c9dff5bSLaurent Pinchart backlight handling if the panel is attached to a backlight controller. 787c9dff5bSLaurent Pinchart 79280921deSThierry Redingconfig DRM_PANEL_SIMPLE 805f04e7ceSDouglas Anderson tristate "support for simple panels (other than eDP ones)" 815f04e7ceSDouglas Anderson depends on OF 825f04e7ceSDouglas Anderson depends on BACKLIGHT_CLASS_DEVICE 835f04e7ceSDouglas Anderson depends on PM 845f04e7ceSDouglas Anderson select VIDEOMODE_HELPERS 855f04e7ceSDouglas Anderson help 865f04e7ceSDouglas Anderson DRM panel driver for dumb non-eDP panels that need at most a regulator 875f04e7ceSDouglas Anderson and a GPIO to be powered up. Optionally a backlight can be attached so 885f04e7ceSDouglas Anderson that it can be automatically turned off when the panel goes into a 895f04e7ceSDouglas Anderson low power state. 905f04e7ceSDouglas Anderson 915f04e7ceSDouglas Andersonconfig DRM_PANEL_EDP 925f04e7ceSDouglas Anderson tristate "support for simple Embedded DisplayPort panels" 93280921deSThierry Reding depends on OF 9483b37eacSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 953235b0f2SDouglas Anderson depends on PM 96a5d3e625SPhilipp Zabel select VIDEOMODE_HELPERS 9774c06c28SDouglas Anderson select DRM_DP_AUX_BUS 98280921deSThierry Reding help 995f04e7ceSDouglas Anderson DRM panel driver for dumb eDP panels that need at most a regulator and 100280921deSThierry Reding a GPIO to be powered up. Optionally a backlight can be attached so 101280921deSThierry Reding that it can be automatically turned off when the panel goes into a 102280921deSThierry Reding low power state. 103280921deSThierry Reding 1045b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133 1055b660336SHeiko Stuebner tristate "Elida KD35T133 panel driver" 1065b660336SHeiko Stuebner depends on OF 1075b660336SHeiko Stuebner depends on DRM_MIPI_DSI 1085b660336SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 1095b660336SHeiko Stuebner help 1105b660336SHeiko Stuebner Say Y here if you want to enable support for the Elida 1115b660336SHeiko Stuebner KD35T133 controller for 320x480 LCD panels with MIPI-DSI 1125b660336SHeiko Stuebner system interfaces. 1135b660336SHeiko Stuebner 114fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02 115fac47b1eSIcenowy Zheng tristate "Feixin K101 IM2BA02 panel" 116fac47b1eSIcenowy Zheng depends on OF 117fac47b1eSIcenowy Zheng depends on DRM_MIPI_DSI 118fac47b1eSIcenowy Zheng depends on BACKLIGHT_CLASS_DEVICE 119fac47b1eSIcenowy Zheng help 120fac47b1eSIcenowy Zheng Say Y here if you want to enable support for the Feixin K101 IM2BA02 121fac47b1eSIcenowy Zheng 4-lane 800x1280 MIPI DSI panel. 122fac47b1eSIcenowy Zheng 12369dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D 12469dc678aSJagan Teki tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 12569dc678aSJagan Teki depends on OF 12669dc678aSJagan Teki depends on DRM_MIPI_DSI 12769dc678aSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 12869dc678aSJagan Teki help 12969dc678aSJagan Teki Say Y if you want to enable support for panels based on the 13069dc678aSJagan Teki Feiyang FY07024DI26A30-D MIPI-DSI interface. 13169dc678aSJagan Teki 1320ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322 1330ee2e37aSLinus Walleij tristate "Ilitek ILI9322 320x240 QVGA panels" 1340ee2e37aSLinus Walleij depends on OF && SPI 1350ee2e37aSLinus Walleij select REGMAP 1360ee2e37aSLinus Walleij help 1370ee2e37aSLinus Walleij Say Y here if you want to enable support for Ilitek IL9322 1380ee2e37aSLinus Walleij QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 1390ee2e37aSLinus Walleij 1405a042273SDillon Minconfig DRM_PANEL_ILITEK_ILI9341 1415a042273SDillon Min tristate "Ilitek ILI9341 240x320 QVGA panels" 1425a042273SDillon Min depends on OF && SPI 1435a042273SDillon Min depends on DRM_KMS_HELPER 1445a042273SDillon Min depends on DRM_KMS_CMA_HELPER 1455a042273SDillon Min depends on BACKLIGHT_CLASS_DEVICE 1465a042273SDillon Min select DRM_MIPI_DBI 1475a042273SDillon Min help 1485a042273SDillon Min Say Y here if you want to enable support for Ilitek IL9341 1495a042273SDillon Min QVGA (240x320) RGB panels. support serial & parallel rgb 1505a042273SDillon Min interface. 1515a042273SDillon Min 15226aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C 15326aec255SMaxime Ripard tristate "Ilitek ILI9881C-based panels" 15426aec255SMaxime Ripard depends on OF 15526aec255SMaxime Ripard depends on DRM_MIPI_DSI 15626aec255SMaxime Ripard depends on BACKLIGHT_CLASS_DEVICE 15726aec255SMaxime Ripard help 15826aec255SMaxime Ripard Say Y if you want to enable support for panels based on the 15926aec255SMaxime Ripard Ilitek ILI9881c controller. 16026aec255SMaxime Ripard 161868d043fSChristophe Branchereauconfig DRM_PANEL_INNOLUX_EJ030NA 162868d043fSChristophe Branchereau tristate "Innolux EJ030NA 320x480 LCD panel" 163868d043fSChristophe Branchereau depends on OF && SPI 164868d043fSChristophe Branchereau select REGMAP_SPI 165868d043fSChristophe Branchereau help 166868d043fSChristophe Branchereau Say Y here to enable support for the Innolux/Chimei EJ030NA 167868d043fSChristophe Branchereau 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 168868d043fSChristophe Branchereau and LDK handheld gaming consoles. 169868d043fSChristophe Branchereau 17014c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA 17114c8f2e9SChris Zhong tristate "Innolux P079ZCA panel" 17214c8f2e9SChris Zhong depends on OF 17314c8f2e9SChris Zhong depends on DRM_MIPI_DSI 17414c8f2e9SChris Zhong depends on BACKLIGHT_CLASS_DEVICE 17514c8f2e9SChris Zhong help 17614c8f2e9SChris Zhong Say Y here if you want to enable support for Innolux P079ZCA 17714c8f2e9SChris Zhong TFT-LCD modules. The panel has a 1024x768 resolution and uses 17814c8f2e9SChris Zhong 24 bit RGB per pixel. It provides a MIPI DSI interface to 17914c8f2e9SChris Zhong the host and has a built-in LED backlight. 18014c8f2e9SChris Zhong 181c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000 182c96f5662SVinay Simha BN tristate "JDI LT070ME05000 WUXGA DSI panel" 183c96f5662SVinay Simha BN depends on OF 184c96f5662SVinay Simha BN depends on DRM_MIPI_DSI 185c96f5662SVinay Simha BN depends on BACKLIGHT_CLASS_DEVICE 186c96f5662SVinay Simha BN help 187c96f5662SVinay Simha BN Say Y here if you want to enable support for JDI DSI video mode 188c96f5662SVinay Simha BN panel as found in Google Nexus 7 (2013) devices. 189c96f5662SVinay Simha BN The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 190c96f5662SVinay Simha BN 24 bit per pixel. 191c96f5662SVinay Simha BN 192*437c3d87SRaffaele Tranquilliniconfig DRM_PANEL_JDI_R63452 193*437c3d87SRaffaele Tranquillini tristate "JDI R63452 Full HD DSI panel" 194*437c3d87SRaffaele Tranquillini depends on OF 195*437c3d87SRaffaele Tranquillini depends on DRM_MIPI_DSI 196*437c3d87SRaffaele Tranquillini depends on BACKLIGHT_CLASS_DEVICE 197*437c3d87SRaffaele Tranquillini help 198*437c3d87SRaffaele Tranquillini Say Y here if you want to enable support for the JDI R63452 199*437c3d87SRaffaele Tranquillini DSI command mode panel as found in Xiaomi Mi 5 Devices. 200*437c3d87SRaffaele Tranquillini 201b2152121SNeil Armstrongconfig DRM_PANEL_KHADAS_TS050 202b2152121SNeil Armstrong tristate "Khadas TS050 panel" 203b2152121SNeil Armstrong depends on OF 204b2152121SNeil Armstrong depends on DRM_MIPI_DSI 205b2152121SNeil Armstrong depends on BACKLIGHT_CLASS_DEVICE 206b2152121SNeil Armstrong help 207b2152121SNeil Armstrong Say Y here if you want to enable support for Khadas TS050 TFT-LCD 208b2152121SNeil Armstrong panel module. The panel has a 1080x1920 resolution and uses 209b2152121SNeil Armstrong 24 bit RGB per pixel. It provides a MIPI DSI interface to 210b2152121SNeil Armstrong the host, a built-in LED backlight and touch controller. 211b2152121SNeil Armstrong 2122a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04 2132a994cbeSNickey Yang tristate "Kingdisplay kd097d04 panel" 2142a994cbeSNickey Yang depends on OF 2152a994cbeSNickey Yang depends on DRM_MIPI_DSI 2162a994cbeSNickey Yang depends on BACKLIGHT_CLASS_DEVICE 2172a994cbeSNickey Yang help 2182a994cbeSNickey Yang Say Y here if you want to enable support for Kingdisplay kd097d04 2192a994cbeSNickey Yang TFT-LCD modules. The panel has a 1536x2048 resolution and uses 2202a994cbeSNickey Yang 24 bit RGB per pixel. It provides a MIPI DSI interface to 2212a994cbeSNickey Yang the host and has a built-in LED backlight. 2222a994cbeSNickey Yang 2236ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W 2246ea4383bSHeiko Stuebner tristate "Leadtek LTK050H3146W panel" 2256ea4383bSHeiko Stuebner depends on OF 2266ea4383bSHeiko Stuebner depends on DRM_MIPI_DSI 2276ea4383bSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 2286ea4383bSHeiko Stuebner help 2296ea4383bSHeiko Stuebner Say Y here if you want to enable support for Leadtek LTK050H3146W 2306ea4383bSHeiko Stuebner TFT-LCD modules. The panel has a 720x1280 resolution and uses 2316ea4383bSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 2326ea4383bSHeiko Stuebner the host and has a built-in LED backlight. 2336ea4383bSHeiko Stuebner 234e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829 235e98910beSHeiko Stuebner tristate "Leadtek LTK500HD1829 panel" 236e98910beSHeiko Stuebner depends on OF 237e98910beSHeiko Stuebner depends on DRM_MIPI_DSI 238e98910beSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 239e98910beSHeiko Stuebner help 240e98910beSHeiko Stuebner Say Y here if you want to enable support for Kingdisplay kd097d04 241e98910beSHeiko Stuebner TFT-LCD modules. The panel has a 1536x2048 resolution and uses 242e98910beSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 243e98910beSHeiko Stuebner the host and has a built-in LED backlight. 244e98910beSHeiko Stuebner 2459ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040 2469ef7e25fSThierry Reding tristate "Samsung LD9040 RGB/SPI panel" 24750d5ed39SRussell King depends on OF && SPI 248ff219937SAndrzej Hajda select VIDEOMODE_HELPERS 249ff219937SAndrzej Hajda 250f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02 251f5b0c654SLaurent Pinchart tristate "LG LB035Q024573 RGB panel" 252f5b0c654SLaurent Pinchart depends on GPIOLIB && OF && SPI 253f5b0c654SLaurent Pinchart help 254f5b0c654SLaurent Pinchart Say Y here if you want to enable support for the LB035Q02 RGB panel 255f5b0c654SLaurent Pinchart (found on the Gumstix Overo Palo35 board). To compile this driver as 256f5b0c654SLaurent Pinchart a module, choose M here. 257f5b0c654SLaurent Pinchart 25858c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573 25958c467ecSHeiko Schocher tristate "LG4573 RGB/SPI panel" 26058c467ecSHeiko Schocher depends on OF && SPI 26158c467ecSHeiko Schocher select VIDEOMODE_HELPERS 26258c467ecSHeiko Schocher help 26358c467ecSHeiko Schocher Say Y here if you want to enable support for LG4573 RGB panel. 26458c467ecSHeiko Schocher To compile this driver as a module, choose M here. 26558c467ecSHeiko Schocher 266df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11 267df439abeSLaurent Pinchart tristate "NEC NL8048HL11 RGB panel" 268df439abeSLaurent Pinchart depends on GPIOLIB && OF && SPI 269df439abeSLaurent Pinchart help 270df439abeSLaurent Pinchart Say Y here if you want to enable support for the NEC NL8048HL11 RGB 271df439abeSLaurent Pinchart panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 272df439abeSLaurent Pinchart as a module, choose M here. 273df439abeSLaurent Pinchart 274899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510 275899f24edSLinus Walleij tristate "Novatek NT35510 RGB panel driver" 276899f24edSLinus Walleij depends on OF 277899f24edSLinus Walleij depends on DRM_MIPI_DSI 278899f24edSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 279899f24edSLinus Walleij help 280899f24edSLinus Walleij Say Y here if you want to enable support for the panels built 281899f24edSLinus Walleij around the Novatek NT35510 display controller, such as some 282899f24edSLinus Walleij Hydis panels. 283899f24edSLinus Walleij 284070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36672A 285070c7fa5SSumit Semwal tristate "Novatek NT36672A DSI panel" 286070c7fa5SSumit Semwal depends on OF 287070c7fa5SSumit Semwal depends on DRM_MIPI_DSI 288070c7fa5SSumit Semwal depends on BACKLIGHT_CLASS_DEVICE 289070c7fa5SSumit Semwal help 290070c7fa5SSumit Semwal Say Y here if you want to enable support for the panels built 291070c7fa5SSumit Semwal around the Novatek NT36672A display controller, such as some 292070c7fa5SSumit Semwal Tianma panels used in a few Xiaomi Poco F1 mobile phones. 293070c7fa5SSumit Semwal 294ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016 295ecdcbbb7SPaul Cercueil tristate "Novatek NT39016 RGB/SPI panel" 296ecdcbbb7SPaul Cercueil depends on OF && SPI 297ecdcbbb7SPaul Cercueil depends on BACKLIGHT_CLASS_DEVICE 298ecdcbbb7SPaul Cercueil select REGMAP_SPI 299ecdcbbb7SPaul Cercueil help 300ecdcbbb7SPaul Cercueil Say Y here if you want to enable support for the panels built 301ecdcbbb7SPaul Cercueil around the Novatek NT39016 display controller. 302ecdcbbb7SPaul Cercueil 30372967d56SGuido Güntherconfig DRM_PANEL_MANTIX_MLAF057WE51 30472967d56SGuido Günther tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 30572967d56SGuido Günther depends on OF 30672967d56SGuido Günther depends on DRM_MIPI_DSI 30772967d56SGuido Günther depends on BACKLIGHT_CLASS_DEVICE 30872967d56SGuido Günther help 30972967d56SGuido Günther Say Y here if you want to enable support for the Mantix 31072967d56SGuido Günther MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 31172967d56SGuido Günther has a resolution of 720x1440 pixels, a built in backlight and touch 31272967d56SGuido Günther controller. 31372967d56SGuido Günther 31417fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO 31517fd7a9dSStefan Mavrodiev tristate "Olimex LCD-OLinuXino panel" 31617fd7a9dSStefan Mavrodiev depends on OF 31717fd7a9dSStefan Mavrodiev depends on I2C 31817fd7a9dSStefan Mavrodiev depends on BACKLIGHT_CLASS_DEVICE 31917fd7a9dSStefan Mavrodiev help 32017fd7a9dSStefan Mavrodiev The panel is used with different sizes LCDs, from 480x272 to 32117fd7a9dSStefan Mavrodiev 1280x800, and 24 bit per pixel. 32217fd7a9dSStefan Mavrodiev 32317fd7a9dSStefan Mavrodiev Say Y here if you want to enable support for Olimex Ltd. 32417fd7a9dSStefan Mavrodiev LCD-OLinuXino panel. 32517fd7a9dSStefan Mavrodiev 326f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A 327f0a5bb98SPhilippe CORNU tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 328f0a5bb98SPhilippe CORNU depends on OF 329f0a5bb98SPhilippe CORNU depends on DRM_MIPI_DSI 330f0a5bb98SPhilippe CORNU depends on BACKLIGHT_CLASS_DEVICE 331f0a5bb98SPhilippe CORNU help 332f0a5bb98SPhilippe CORNU Say Y here if you want to enable support for Orise Technology 333f0a5bb98SPhilippe CORNU otm8009a 480x800 dsi 2dl panel. 334f0a5bb98SPhilippe CORNU 335b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS 336b97b042aSPeter Ujfalusi tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 337b97b042aSPeter Ujfalusi depends on OF 338b97b042aSPeter Ujfalusi depends on DRM_MIPI_DSI 339b97b042aSPeter Ujfalusi depends on BACKLIGHT_CLASS_DEVICE 340b97b042aSPeter Ujfalusi help 341b97b042aSPeter Ujfalusi Say Y here if you want to enable support for One Stop Displays 342b97b042aSPeter Ujfalusi OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 343b97b042aSPeter Ujfalusi 344086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00 345086ceb6bSWerner Johansson tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 346086ceb6bSWerner Johansson depends on OF 347086ceb6bSWerner Johansson depends on DRM_MIPI_DSI 348086ceb6bSWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 349086ceb6bSWerner Johansson help 350086ceb6bSWerner Johansson Say Y here if you want to enable support for Panasonic VVX10F034N00 351086ceb6bSWerner Johansson WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 352086ceb6bSWerner Johansson Xperia Z2 tablets 353086ceb6bSWerner Johansson 3542f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 3552f733d61SEric Anholt tristate "Raspberry Pi 7-inch touchscreen panel" 3562f733d61SEric Anholt depends on DRM_MIPI_DSI 3572f733d61SEric Anholt help 3582f733d61SEric Anholt Say Y here if you want to enable support for the Raspberry 3592f733d61SEric Anholt Pi 7" Touchscreen. To compile this driver as a module, 3602f733d61SEric Anholt choose M here. 3612f733d61SEric Anholt 362f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191 363f63df31dSRobert Chiras tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 364f63df31dSRobert Chiras depends on OF 365f63df31dSRobert Chiras depends on DRM_MIPI_DSI 366f63df31dSRobert Chiras depends on BACKLIGHT_CLASS_DEVICE 367f63df31dSRobert Chiras help 368f63df31dSRobert Chiras Say Y here if you want to enable support for Raydium RM67191 FHD 369f63df31dSRobert Chiras (1080x1920) DSI panel. 370f63df31dSRobert Chiras 3712b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200 3722b7ed18bSPhilippe CORNU tristate "Raydium RM68200 720x1280 DSI video mode panel" 3732b7ed18bSPhilippe CORNU depends on OF 3742b7ed18bSPhilippe CORNU depends on DRM_MIPI_DSI 375a8efe516SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 3762b7ed18bSPhilippe CORNU help 3772b7ed18bSPhilippe CORNU Say Y here if you want to enable support for Raydium RM68200 3782b7ed18bSPhilippe CORNU 720x1280 DSI video mode panel. 3792b7ed18bSPhilippe CORNU 380979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30 381979a1bb6SKonstantin Sudakov tristate "Ronbo Electronics RB070D30 panel" 382979a1bb6SKonstantin Sudakov depends on OF 383979a1bb6SKonstantin Sudakov depends on DRM_MIPI_DSI 384979a1bb6SKonstantin Sudakov depends on BACKLIGHT_CLASS_DEVICE 385979a1bb6SKonstantin Sudakov help 386979a1bb6SKonstantin Sudakov Say Y here if you want to enable support for Ronbo Electronics 387979a1bb6SKonstantin Sudakov RB070D30 1024x600 DSI panel. 388979a1bb6SKonstantin Sudakov 38932ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_ATNA33XC20 39032ce3b32SDouglas Anderson tristate "Samsung ATNA33XC20 eDP panel" 39132ce3b32SDouglas Anderson depends on OF 39232ce3b32SDouglas Anderson depends on BACKLIGHT_CLASS_DEVICE 39332ce3b32SDouglas Anderson depends on PM 39432ce3b32SDouglas Anderson select DRM_DP_AUX_BUS 39532ce3b32SDouglas Anderson help 39632ce3b32SDouglas Anderson DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 39732ce3b32SDouglas Anderson be handled by the DRM_PANEL_SIMPLE driver because its power 39832ce3b32SDouglas Anderson sequencing is non-standard. 39932ce3b32SDouglas Anderson 400a3a5f9d0SLinus Walleijconfig DRM_PANEL_SAMSUNG_DB7430 401a3a5f9d0SLinus Walleij tristate "Samsung DB7430-based DPI panels" 402a3a5f9d0SLinus Walleij depends on OF && SPI && GPIOLIB 403a3a5f9d0SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 404a3a5f9d0SLinus Walleij select DRM_MIPI_DBI 405a3a5f9d0SLinus Walleij help 406a3a5f9d0SLinus Walleij Say Y here if you want to enable support for the Samsung 407a3a5f9d0SLinus Walleij DB7430 DPI display controller used in such devices as the 408a3a5f9d0SLinus Walleij LMS397KF04 480x800 DPI panel. 409a3a5f9d0SLinus Walleij 410ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0 411ac1d6d74SLinus Walleij tristate "Samsung S6D16D0 DSI video mode panel" 412ac1d6d74SLinus Walleij depends on OF 413ac1d6d74SLinus Walleij depends on DRM_MIPI_DSI 414ac1d6d74SLinus Walleij select VIDEOMODE_HELPERS 415ac1d6d74SLinus Walleij 416ebd8cbf1SMarkuss Broksconfig DRM_PANEL_SAMSUNG_S6D27A1 417ebd8cbf1SMarkuss Broks tristate "Samsung S6D27A1 DPI panel driver" 418ebd8cbf1SMarkuss Broks depends on OF && SPI && GPIOLIB 419ebd8cbf1SMarkuss Broks select DRM_MIPI_DBI 420ebd8cbf1SMarkuss Broks help 421ebd8cbf1SMarkuss Broks Say Y here if you want to enable support for the Samsung 422ebd8cbf1SMarkuss Broks S6D27A1 DPI 480x800 panel. 423ebd8cbf1SMarkuss Broks 424ebd8cbf1SMarkuss Broks This panel can be found in Samsung Galaxy Ace 2 425ebd8cbf1SMarkuss Broks GT-I8160 mobile phone. 426ebd8cbf1SMarkuss Broks 427ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2 428ed29f942SHoegeun Kwon tristate "Samsung S6E3HA2 DSI video mode panel" 429ed29f942SHoegeun Kwon depends on OF 430ed29f942SHoegeun Kwon depends on DRM_MIPI_DSI 43193023c14SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 432ed29f942SHoegeun Kwon select VIDEOMODE_HELPERS 433ed29f942SHoegeun Kwon 4342a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03 4352a05177dSHoegeun Kwon tristate "Samsung S6E63J0X03 DSI command mode panel" 4362a05177dSHoegeun Kwon depends on OF 4372a05177dSHoegeun Kwon depends on DRM_MIPI_DSI 4382a05177dSHoegeun Kwon depends on BACKLIGHT_CLASS_DEVICE 4392a05177dSHoegeun Kwon select VIDEOMODE_HELPERS 4402a05177dSHoegeun Kwon 441994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0 442b7b23e44SLinus Walleij tristate "Samsung S6E63M0 RGB panel" 443994a08a2SPaweł Chmiel depends on OF 444994a08a2SPaweł Chmiel depends on BACKLIGHT_CLASS_DEVICE 445994a08a2SPaweł Chmiel help 446994a08a2SPaweł Chmiel Say Y here if you want to enable support for Samsung S6E63M0 447b7b23e44SLinus Walleij AMOLED LCD panel. This panel can be accessed using SPI or 448b7b23e44SLinus Walleij DSI. 449b7b23e44SLinus Walleij 450b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI 451b7b23e44SLinus Walleij tristate "Samsung S6E63M0 RGB SPI interface" 452b7b23e44SLinus Walleij depends on SPI 453b7b23e44SLinus Walleij depends on DRM_PANEL_SAMSUNG_S6E63M0 454b7b23e44SLinus Walleij default DRM_PANEL_SAMSUNG_S6E63M0 455c2a61865SLinus Walleij select DRM_MIPI_DBI 456b7b23e44SLinus Walleij help 457b7b23e44SLinus Walleij Say Y here if you want to be able to access the Samsung 458b7b23e44SLinus Walleij S6E63M0 panel using SPI. 459994a08a2SPaweł Chmiel 460435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI 461435e06c0SLinus Walleij tristate "Samsung S6E63M0 RGB DSI interface" 462435e06c0SLinus Walleij depends on DRM_MIPI_DSI 463435e06c0SLinus Walleij depends on DRM_PANEL_SAMSUNG_S6E63M0 464435e06c0SLinus Walleij help 465435e06c0SLinus Walleij Say Y here if you want to be able to access the Samsung 466435e06c0SLinus Walleij S6E63M0 panel using DSI. 467435e06c0SLinus Walleij 4686d598a32SMichael Srbaconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 4696d598a32SMichael Srba tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 4706d598a32SMichael Srba depends on OF 4716d598a32SMichael Srba select DRM_MIPI_DSI 4726d598a32SMichael Srba select VIDEOMODE_HELPERS 4736d598a32SMichael Srba 4749ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0 4759ef7e25fSThierry Reding tristate "Samsung S6E8AA0 DSI video mode panel" 47602051ca0SAndrzej Hajda depends on OF 47702051ca0SAndrzej Hajda select DRM_MIPI_DSI 47802051ca0SAndrzej Hajda select VIDEOMODE_HELPERS 47902051ca0SAndrzej Hajda 4805933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_SOFEF00 4815933baa3SCaleb Connolly tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 4825933baa3SCaleb Connolly depends on OF 4835933baa3SCaleb Connolly depends on DRM_MIPI_DSI 4845933baa3SCaleb Connolly depends on BACKLIGHT_CLASS_DEVICE 4855933baa3SCaleb Connolly select VIDEOMODE_HELPERS 4865933baa3SCaleb Connolly help 4875933baa3SCaleb Connolly Say Y or M here if you want to enable support for the Samsung AMOLED 4885933baa3SCaleb Connolly command mode panels found in the OnePlus 6/6T smartphones. 4895933baa3SCaleb Connolly 4905933baa3SCaleb Connolly The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 4915933baa3SCaleb Connolly 492043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G 493043652aaSMarco Franchi tristate "Seiko 43WVF1G panel" 494043652aaSMarco Franchi depends on OF 495043652aaSMarco Franchi depends on BACKLIGHT_CLASS_DEVICE 496043652aaSMarco Franchi select VIDEOMODE_HELPERS 497043652aaSMarco Franchi help 498043652aaSMarco Franchi Say Y here if you want to enable support for the Seiko 499043652aaSMarco Franchi 43WVF1G controller for 800x480 LCD panels 500043652aaSMarco Franchi 5011976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01 5021976dbcaSThierry Reding tristate "Sharp LQ101R1SX01 panel" 5031976dbcaSThierry Reding depends on OF 5041976dbcaSThierry Reding depends on DRM_MIPI_DSI 505f071b34fSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 5061976dbcaSThierry Reding help 5071976dbcaSThierry Reding Say Y here if you want to enable support for Sharp LQ101R1SX01 5081976dbcaSThierry Reding TFT-LCD modules. The panel has a 2560x1600 resolution and uses 5091976dbcaSThierry Reding 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 5101976dbcaSThierry Reding the host and has a built-in LED backlight. 5111976dbcaSThierry Reding 5121976dbcaSThierry Reding To compile this driver as a module, choose M here: the module 5131976dbcaSThierry Reding will be called panel-sharp-lq101r1sx01. 5141976dbcaSThierry Reding 515c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01 516c9cf4c2aSLaurent Pinchart tristate "Sharp LS037V7DW01 VGA LCD panel" 517c9cf4c2aSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR 518c9cf4c2aSLaurent Pinchart help 519c9cf4c2aSLaurent Pinchart Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 520c9cf4c2aSLaurent Pinchart (480x640) LCD panel (found on the TI SDP3430 board). 521c9cf4c2aSLaurent Pinchart 522ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01 523ee017238SWerner Johansson tristate "Sharp LS043T1LE01 qHD video mode panel" 524ee017238SWerner Johansson depends on OF 525ee017238SWerner Johansson depends on DRM_MIPI_DSI 526ee017238SWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 527ee017238SWerner Johansson help 528ee017238SWerner Johansson Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 529ee017238SWerner Johansson (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 530ee017238SWerner Johansson 531914b6f29SDmitry Baryshkovconfig DRM_PANEL_SHARP_LS060T1SX01 532914b6f29SDmitry Baryshkov tristate "Sharp LS060T1SX01 FullHD video mode panel" 533914b6f29SDmitry Baryshkov depends on OF 534914b6f29SDmitry Baryshkov depends on DRM_MIPI_DSI 535914b6f29SDmitry Baryshkov depends on BACKLIGHT_CLASS_DEVICE 536914b6f29SDmitry Baryshkov help 537914b6f29SDmitry Baryshkov Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 538914b6f29SDmitry Baryshkov FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 539914b6f29SDmitry Baryshkov Bundle. 540914b6f29SDmitry Baryshkov 541849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701 542849b2e3fSJagan Teki tristate "Sitronix ST7701 panel driver" 543849b2e3fSJagan Teki depends on OF 544849b2e3fSJagan Teki depends on DRM_MIPI_DSI 545849b2e3fSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 546849b2e3fSJagan Teki help 547849b2e3fSJagan Teki Say Y here if you want to enable support for the Sitronix 548849b2e3fSJagan Teki ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 549849b2e3fSJagan Teki system interfaces. 550849b2e3fSJagan Teki 551a74e81a5SOndrej Jirmanconfig DRM_PANEL_SITRONIX_ST7703 552a74e81a5SOndrej Jirman tristate "Sitronix ST7703 based MIPI touchscreen panels" 553a74e81a5SOndrej Jirman depends on OF 554a74e81a5SOndrej Jirman depends on DRM_MIPI_DSI 555a74e81a5SOndrej Jirman depends on BACKLIGHT_CLASS_DEVICE 556a74e81a5SOndrej Jirman help 557a74e81a5SOndrej Jirman Say Y here if you want to enable support for Sitronix ST7703 based 558a74e81a5SOndrej Jirman panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 559a74e81a5SOndrej Jirman the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 560a74e81a5SOndrej Jirman in backlight and touch controller. 561a74e81a5SOndrej Jirman Touch input support is provided by the goodix driver and needs to be 562a74e81a5SOndrej Jirman selected separately. 563a74e81a5SOndrej Jirman 5647142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V 5657142afb3SMaxime Ripard tristate "Sitronix ST7789V panel" 5667142afb3SMaxime Ripard depends on OF && SPI 5672a498168SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 5687142afb3SMaxime Ripard help 5697142afb3SMaxime Ripard Say Y here if you want to enable support for the Sitronix 5707142afb3SMaxime Ripard ST7789V controller for 240x320 LCD panels 5717142afb3SMaxime Ripard 5728152c2bfSLinus Walleijconfig DRM_PANEL_SONY_ACX424AKP 5738152c2bfSLinus Walleij tristate "Sony ACX424AKP DSI command mode panel" 5748152c2bfSLinus Walleij depends on OF 5758152c2bfSLinus Walleij depends on DRM_MIPI_DSI 5768152c2bfSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 5778152c2bfSLinus Walleij select VIDEOMODE_HELPERS 5788152c2bfSLinus Walleij help 5798152c2bfSLinus Walleij Say Y here if you want to enable the Sony ACX424 display 5808152c2bfSLinus Walleij panel. This panel supports DSI in both command and video 5818152c2bfSLinus Walleij mode. 5828152c2bfSLinus Walleij 5831c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM 5841c8fc3f0SLaurent Pinchart tristate "Sony ACX565AKM panel" 5851c8fc3f0SLaurent Pinchart depends on GPIOLIB && OF && SPI 5861c8fc3f0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 5871c8fc3f0SLaurent Pinchart help 5881c8fc3f0SLaurent Pinchart Say Y here if you want to enable support for the Sony ACX565AKM 5891c8fc3f0SLaurent Pinchart 800x600 3.5" panel (found on the Nokia N900). 5901c8fc3f0SLaurent Pinchart 591cf40c660SNeil Armstrongconfig DRM_PANEL_TDO_TL070WSH30 592cf40c660SNeil Armstrong tristate "TDO TL070WSH30 DSI panel" 593cf40c660SNeil Armstrong depends on OF 594cf40c660SNeil Armstrong depends on DRM_MIPI_DSI 595cf40c660SNeil Armstrong depends on BACKLIGHT_CLASS_DEVICE 596cf40c660SNeil Armstrong help 597cf40c660SNeil Armstrong Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 598cf40c660SNeil Armstrong panel module. The panel has a 1024×600 resolution and uses 599cf40c660SNeil Armstrong 24 bit RGB per pixel. It provides a MIPI DSI interface to 600cf40c660SNeil Armstrong the host, a built-in LED backlight and touch controller. 601cf40c660SNeil Armstrong 602415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1 603415b8dd0SLaurent Pinchart tristate "Toppoly (TPO) TD028TTEC1 panel driver" 604415b8dd0SLaurent Pinchart depends on OF && SPI 605415b8dd0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 606415b8dd0SLaurent Pinchart help 607415b8dd0SLaurent Pinchart Say Y here if you want to enable support for TPO TD028TTEC1 480x640 608415b8dd0SLaurent Pinchart 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 609415b8dd0SLaurent Pinchart 610dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1 611dc2e1e5bSLaurent Pinchart tristate "Toppoly (TPO) TD043MTEA1 panel driver" 612dc2e1e5bSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR && SPI 613dc2e1e5bSLaurent Pinchart help 614dc2e1e5bSLaurent Pinchart Say Y here if you want to enable support for TPO TD043MTEA1 800x480 615dc2e1e5bSLaurent Pinchart 4.3" panel (found on the OMAP3 Pandora board). 616dc2e1e5bSLaurent Pinchart 617324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110 618324bb707SLinus Walleij tristate "TPO TPG 800x400 panel" 619324bb707SLinus Walleij depends on OF && SPI && GPIOLIB 620324bb707SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 621324bb707SLinus Walleij help 622324bb707SLinus Walleij Say Y here if you want to enable support for TPO TPG110 623324bb707SLinus Walleij 400CH LTPS TFT LCD Single Chip Digital Driver for up to 624324bb707SLinus Walleij 800x400 LCD panels. 625324bb707SLinus Walleij 6261dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA 6271dd0b147SAbhinav Kumar tristate "Truly WQXGA" 6281dd0b147SAbhinav Kumar depends on OF 6291dd0b147SAbhinav Kumar depends on DRM_MIPI_DSI 6301dd0b147SAbhinav Kumar help 6311dd0b147SAbhinav Kumar Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 6321dd0b147SAbhinav Kumar Video Mode panel 633d1479d02SHeiko Stuebner 634c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299 635c7f66d32SHarigovindan P tristate "Visionox RM69299" 636c7f66d32SHarigovindan P depends on OF 637c7f66d32SHarigovindan P depends on DRM_MIPI_DSI 638c7f66d32SHarigovindan P help 639c7f66d32SHarigovindan P Say Y here if you want to enable support for Visionox 640c7f66d32SHarigovindan P RM69299 DSI Video Mode panel. 641c7f66d32SHarigovindan P 64257f6190aSLinus Walleijconfig DRM_PANEL_WIDECHIPS_WS2401 64357f6190aSLinus Walleij tristate "Widechips WS2401 DPI panel driver" 64457f6190aSLinus Walleij depends on SPI && GPIOLIB 64557f6190aSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 64657f6190aSLinus Walleij select DRM_MIPI_DBI 64757f6190aSLinus Walleij help 64857f6190aSLinus Walleij Say Y here if you want to enable support for the Widechips WS2401 DPI 64957f6190aSLinus Walleij 480x800 display controller used in panels such as Samsung LMS380KF01. 65057f6190aSLinus Walleij This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 65157f6190aSLinus Walleij 652d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272 653d1479d02SHeiko Stuebner tristate "Xinpeng XPP055C272 panel driver" 654d1479d02SHeiko Stuebner depends on OF 655d1479d02SHeiko Stuebner depends on DRM_MIPI_DSI 656d1479d02SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 657d1479d02SHeiko Stuebner help 658d1479d02SHeiko Stuebner Say Y here if you want to enable support for the Xinpeng 659d1479d02SHeiko Stuebner XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 660d1479d02SHeiko Stuebner system interfaces. 661280921deSThierry Redingendmenu 662