Re: [PATCH 1/3] drm/tinydrm/Kconfig: Remove menuconfig DRM_TINYDRM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On 30-07-19 15:34, Noralf Trønnes wrote:


Den 30.07.2019 15.19, skrev Hans de Goede:
Hi,

On 25-07-19 12:51, Noralf Trønnes wrote:
This makes the tiny drivers visible by default without having to enable a
knob.

Signed-off-by: Noralf Trønnes <noralf@xxxxxxxxxxx>
---
   drivers/gpu/drm/Makefile        |  2 +-
   drivers/gpu/drm/tinydrm/Kconfig | 37 +++++++++++++++++++--------------
   2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/drivers/gpu/drm/tinydrm/Kconfig
b/drivers/gpu/drm/tinydrm/Kconfig
index 42b06f4f8989..f8c9a0e71dde 100644
--- a/drivers/gpu/drm/tinydrm/Kconfig
+++ b/drivers/gpu/drm/tinydrm/Kconfig
@@ -1,16 +1,9 @@
   # SPDX-License-Identifier: GPL-2.0-only
-menuconfig DRM_TINYDRM
-    tristate "Support for simple displays"
-    depends on DRM
-    select DRM_KMS_HELPER
-    select DRM_KMS_CMA_HELPER
-    help
-      Choose this option if you have a tinydrm supported display.
-      If M is selected the module will be called tinydrm.
-
   config TINYDRM_HX8357D
       tristate "DRM support for HX8357D display panels"
-    depends on DRM_TINYDRM && SPI
+    depends on DRM && SPI
+    select DRM_KMS_HELPER
+    select DRM_KMS_CMA_HELPER
       select DRM_MIPI_DBI
       select BACKLIGHT_CLASS_DEVICE
       help

<snip>

drivers/gpu/drm/tinydrm/Makefile has:

obj-$(CONFIG_DRM_TINYDRM)               += core/

And AFAIK at least most of the drivers under drivers/gpu/drm/tinydrm
actually need the tinydrm-core.


This is gone in current drm-misc-next.
It went away with:
drm/tinydrm: Remove tinydrm.ko
https://patchwork.freedesktop.org/series/63811/

Ah I see.

Regards,

Hans

_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux