rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()
[linux/fpc-iii.git] / drivers / gpu / drm / tinydrm / Kconfig
blob3504c53846dac49e7d2e12256d1d6f8495b67d8b
1 menuconfig DRM_TINYDRM
2         tristate "Support for simple displays"
3         depends on DRM
4         select DRM_KMS_HELPER
5         select DRM_KMS_CMA_HELPER
6         select BACKLIGHT_LCD_SUPPORT
7         select BACKLIGHT_CLASS_DEVICE
8         help
9           Choose this option if you have a tinydrm supported display.
10           If M is selected the module will be called tinydrm.
12 config TINYDRM_MIPI_DBI
13         tristate
15 config TINYDRM_MI0283QT
16         tristate "DRM support for MI0283QT"
17         depends on DRM_TINYDRM && SPI
18         select TINYDRM_MIPI_DBI
19         help
20           DRM driver for the Multi-Inno MI0283QT display panel
21           If M is selected the module will be called mi0283qt.