From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1D8C5CCD1AB for ; Fri, 24 Oct 2025 07:36:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 59F3810E9F5; Fri, 24 Oct 2025 07:36:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="X0/vM/FT"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id B555C10E9F5 for ; Fri, 24 Oct 2025 07:36:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1761291401; x=1792827401; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=mWjj9l8sR4AQPWA6ugbC691Ckn2QjoC60AB1xOLd+C4=; b=X0/vM/FToYdCnOf+9Nc5k52rlsb7ahsbpYLFF5ODeC7WBgTZLwSHvLrz BsfJfrWvQeD2eIeOt0RVU3aEyHDuow9zNo79R7LG7Sjq22nHjtBeQeWjo kJyzdJKtZlv0WtIBlPIJbtEmGkze1jgy825PxkKSePBLxV6fiSa6Qg7D4 bJ9RxaNCI1bqP31v4nm42aAuaJ0j+iXOqaeTaymmv/vTrcl+WnZEAVhcz ROMm5INYcQ1disbNppTnhcJwBaXsqo8GTDnvzDrkrAJCW8jOr8eDuLzBg CER074GrZDK98RAlWoYu7VX1xsHMRvXQBGaLgBqCer+M22Wasx8uWu6Oj A==; X-CSE-ConnectionGUID: DO34X52YRCq/1ycQ6sDF4w== X-CSE-MsgGUID: FEgOIXxPQvulBnckhGNWNA== X-IronPort-AV: E=McAfee;i="6800,10657,11586"; a="63361301" X-IronPort-AV: E=Sophos;i="6.19,251,1754982000"; d="scan'208";a="63361301" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2025 00:36:41 -0700 X-CSE-ConnectionGUID: +9H14C/KT3KpDNAQIA8LpQ== X-CSE-MsgGUID: DcV1UYgvS0+g8hqqTwa8Pg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.19,251,1754982000"; d="scan'208";a="221566635" Received: from mjruhl-desk.amr.corp.intel.com (HELO kuha.fi.intel.com) ([10.124.221.255]) by orviesa001.jf.intel.com with SMTP; 24 Oct 2025 00:36:27 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Fri, 24 Oct 2025 10:36:27 +0300 Date: Fri, 24 Oct 2025 10:36:27 +0300 From: Heikki Krogerus To: Chaoyi Chen Cc: Greg Kroah-Hartman , Dmitry Baryshkov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Kishon Vijay Abraham I , Heiko Stuebner , Sandy Huang , Andy Yan , Yubing Zhang , Frank Wang , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Amit Sunil Dhamne , Dragan Simic , Johan Jonker , Diederik de Haas , Peter Robinson , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v7 2/9] drm/bridge: Implement generic USB Type-C DP HPD bridge Message-ID: References: <20251023033009.90-1-kernel@airkyi.com> <20251023033009.90-3-kernel@airkyi.com> <14b8ac71-489b-4192-92d6-5f228ff3881d@rock-chips.com> <6f769567-b383-4c79-b441-3dd84f21cdae@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6f769567-b383-4c79-b441-3dd84f21cdae@rock-chips.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" > Another thing is that CONFIG_DRM_AUX_HPD_BRIDGE originally needed to be > selected by other modules. With this change, we also need to expose it in > Kconfig. Sorry, I don't understand the problem here? What do you need to expose in Kconfig? thanks, -- heikki