diff options
author | Dave Airlie <airlied@redhat.com> | 2023-06-09 04:16:54 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-06-09 04:17:00 +0300 |
commit | c9b685df2d2138aa31399b0d146ba095a91c7846 (patch) | |
tree | 4f69f6c2f38370fb25e95f51cccd4503ad0ad810 /drivers/gpu/drm/Kconfig | |
parent | 2e1492835e439fceba57a5b0f9b17da8e78ffa3d (diff) | |
parent | 11696c5e89245a1d360f75be3dfc4960b25a265a (diff) | |
download | linux-c9b685df2d2138aa31399b0d146ba095a91c7846.tar.xz |
Merge tag 'drm-next-20230529' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux into drm-next
Renesas DRM/KMS drivers:
- Group drivers in renesas subdirectory to prepare for new platform
- Drop deprecated R-Car H3 ES1.x support
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230602111504.GA24855@pendragon.ideasonboard.com
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index bb2e48cc6cd6..afb3b2f5f425 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -289,9 +289,7 @@ source "drivers/gpu/drm/armada/Kconfig" source "drivers/gpu/drm/atmel-hlcdc/Kconfig" -source "drivers/gpu/drm/rcar-du/Kconfig" - -source "drivers/gpu/drm/shmobile/Kconfig" +source "drivers/gpu/drm/renesas/Kconfig" source "drivers/gpu/drm/sun4i/Kconfig" |