All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	 Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>,
	 Daniel Vetter <daniel@ffwll.ch>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
	 dri-devel@lists.freedesktop.org,
	Maxime Ripard <mripard@kernel.org>
Subject: [PATCH 12/12] drm/bridge: it6505: Remove useless select
Date: Mon, 25 Mar 2024 13:52:14 +0100	[thread overview]
Message-ID: <20240325-kms-kconfig-helpers-v1-12-bfec6949d9c3@kernel.org> (raw)
In-Reply-To: <20240325-kms-kconfig-helpers-v1-0-bfec6949d9c3@kernel.org>

The IT6505 bridge Kconfig symbol selects a Kconfig symbol that doesn't
exist. Remove it.

Signed-off-by: Maxime Ripard <mripard@kernel.org>
---
 drivers/gpu/drm/bridge/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
index 6e6ec300ab16..d1fbf8796fea 100644
--- a/drivers/gpu/drm/bridge/Kconfig
+++ b/drivers/gpu/drm/bridge/Kconfig
@@ -96,11 +96,10 @@ config DRM_ITE_IT6505
 	depends on DRM_DISPLAY_DP_HELPER
 	depends on DRM_DISPLAY_HDCP_HELPER
 	depends on DRM_DISPLAY_HELPER
 	depends on OF
 	select DRM_KMS_HELPER
-	select DRM_DP_HELPER
 	select EXTCON
 	select CRYPTO
 	select CRYPTO_HASH
 	help
 	  ITE IT6505 DisplayPort bridge chip driver.

-- 
2.44.0


  parent reply	other threads:[~2024-03-25 12:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-25 12:52 [PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on Maxime Ripard
2024-03-25 12:52 ` [PATCH 01/12] drm/display: Make DisplayPort AUX bus Kconfig name consistent Maxime Ripard
2024-03-25 12:52 ` [PATCH 02/12] drm/display: Make DisplayPort tunnel debug " Maxime Ripard
2024-03-25 12:52 ` [PATCH 03/12] drm/display: Make DisplayPort AUX Chardev " Maxime Ripard
2024-03-25 17:48   ` Lucas De Marchi
2024-03-25 12:52 ` [PATCH 04/12] drm/display: Make DisplayPort CEC-over-AUX " Maxime Ripard
2024-03-25 12:52 ` [PATCH 05/12] drm/display: Reorder Kconfig symbols Maxime Ripard
2024-03-25 12:52 ` [PATCH 06/12] drm/display: Make all helpers visible and switch to depends on Maxime Ripard
2024-03-25 12:52 ` [PATCH 07/12] drm: Switch DRM_DISPLAY_HELPER " Maxime Ripard
2024-03-26 13:20   ` kernel test robot
2024-03-25 12:52 ` [PATCH 08/12] drm: Switch DRM_DISPLAY_DP_AUX_BUS " Maxime Ripard
2024-03-25 12:52 ` [PATCH 09/12] drm: Switch DRM_DISPLAY_DP_HELPER " Maxime Ripard
2024-03-25 12:52 ` [PATCH 10/12] drm: Switch DRM_DISPLAY_HDCP_HELPER " Maxime Ripard
2024-03-25 12:52 ` [PATCH 11/12] drm: Switch DRM_DISPLAY_HDMI_HELPER " Maxime Ripard
2024-03-25 12:52 ` Maxime Ripard [this message]
2024-03-25 14:13 ` [PATCH 00/12] drm/display: Convert helpers Kconfig symbols " Jani Nikula
2024-03-25 14:56   ` Maxime Ripard
2024-03-26 11:11     ` Jani Nikula
2024-03-26 11:50       ` Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240325-kms-kconfig-helpers-v1-12-bfec6949d9c3@kernel.org \
    --to=mripard@kernel.org \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.