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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 9A9C1C4345F for ; Wed, 17 Apr 2024 14:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iemDj8fjwKcivBFSNISC4Osc4xADn/6GaXfGChKEvME=; b=IruWZ4bU9q99jE YQLs9gTJAZsASkXgKDO1CY4NxIInwKkkCx2aPDMYtSBFjw/uDXjABYrGOE7tthVUQlQJvMNfhv3AN O93u7YRphAM/Z8V1eTJbH7rvfcgHBWPDz+MtWyug5udZps2l1mpJE0tQd8pIsjMIme/MrfIfNNpBS g6YS7qfPcgoie58e2h/lX6QtoQJt8/YG7O4Orq3t7MWLTZ28ideVeAy3Ck+LFeItATW+V6OphGRDg lPm3hLPcLhqfkFYlG2omUzXeK/BmrQ/pMMmhB2YBLgwgR6H+HAVPy5Ze5x3lzfhFX2o5coozCprSq PSX+ub+XP3bEl+qUJ7zA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx6SC-0000000GNmp-0Pgo; Wed, 17 Apr 2024 14:40:04 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx6S8-0000000GNim-01m9; Wed, 17 Apr 2024 14:40:01 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 49DF5CE139E; Wed, 17 Apr 2024 14:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC817C3277B; Wed, 17 Apr 2024 14:39:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713364790; bh=oaCCmN1lVY7S22xF8rXCzmvkdga+euN0QD+4m2z6Dyo=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=N9T5SOC+NMSEd5N/rF7+d0rirtIHxnH0pfW/aWxODxkFbFoLmGJMeNvlvRaa4HIep IkAXvRoCEIok1DNwroeIhBg1HcneeYdbzqfFqTPm+Xu3U8ZZBV4nedLHanOaG4YG+k VYdBQac5Ej11UCqlhgW89uqGXhk0gnE0e5GLRmb1AFS4p9thvidA0ideyU/xBNJTzx ZPONBtJT72/hLBe6Z/ZZ/9fGB+6LAFISnu6DGxDSJRxGGIfwd1P2LBNERtrDPKE2El igCKkt6UT7+BAeLj1aiAUiZxXfTG3s9/vDNNv9wKY9TKHkIS6n8/OPn+amBm3PHSvg TZ7klaPze8uzA== From: Vinod Koul To: Kishon Vijay Abraham I , Arnd Bergmann Cc: Arnd Bergmann , Heiko Stuebner , Cristian Ciocaltea , Zhang Yubing , Frank Wang , Sebastian Reichel , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org In-Reply-To: <20240415174241.77982-1-arnd@kernel.org> References: <20240415174241.77982-1-arnd@kernel.org> Subject: Re: [PATCH] phy: rockchip: fix CONFIG_TYPEC dependency Message-Id: <171336478653.736784.62229019778133904.b4-ty@kernel.org> Date: Wed, 17 Apr 2024 20:09:46 +0530 MIME-Version: 1.0 X-Mailer: b4 0.13.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240417_074000_247038_C19192E7 X-CRM114-Status: UNSURE ( 4.94 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Mon, 15 Apr 2024 19:42:25 +0200, Arnd Bergmann wrote: > The newly added driver causes a warning about missing dependencies > by selecting CONFIG_TYPEC unconditionally: > > WARNING: unmet direct dependencies detected for TYPEC > Depends on [n]: USB_SUPPORT [=n] > Selected by [y]: > - PHY_ROCKCHIP_USBDP [=y] && ARCH_ROCKCHIP [=y] && OF [=y] > > [...] Applied, thanks! [1/1] phy: rockchip: fix CONFIG_TYPEC dependency commit: 9c79b779643e56d4253bd3ba6998c58c819943af Best regards, -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy