You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
9f69eb5c36
Add common functionality needed by many tinydrm drivers. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Thierry Reding <treding@nvidia.com>
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
menuconfig DRM_TINYDRM
|
|
tristate "Support for simple displays"
|
|
depends on DRM
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select BACKLIGHT_LCD_SUPPORT
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
Choose this option if you have a tinydrm supported display.
|
|
If M is selected the module will be called tinydrm.
|