[PATCH v7 2/7] drm/client: Always select DRM_CLIENT_LIB
Jocelyn Falempe
jfalempe at redhat.com
Fri Nov 8 08:10:20 UTC 2024
DRM_CLIENT_LIB has the code to select the client at runtime, so it should be
always selected by DRM_CLIENT_SELECTION.
Signed-off-by: Jocelyn Falempe <jfalempe at redhat.com>
---
v7:
* Added in v7, to fix a build issue, if DRM_LOG is enabled but DRM_CLIENT_LIB is not.
drivers/gpu/drm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 3f16dca0b6643..eabedfc11061c 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -234,7 +234,7 @@ config DRM_CLIENT_LIB
config DRM_CLIENT_SELECTION
tristate
depends on DRM
- select DRM_CLIENT_LIB if DRM_FBDEV_EMULATION
+ select DRM_CLIENT_LIB
help
Drivers that support in-kernel DRM clients have to select this
option.
--
2.47.0
More information about the dri-devel
mailing list