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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3C53C4727D for ; Tue, 22 Sep 2020 14:12:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9CADE2395C for ; Tue, 22 Sep 2020 14:12:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600783931; bh=Vpf2pL0jUPCJ9oLBoH8Nc83YU38iF7sBREy78UoNZn4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mB0kDptiM++LIH0cAqRTH4VbEM1Mx6pbg+5heIjTVTUet23JuHWCPtfImJVTQtqJh 9RcnZLnPAeXF6pE+ZY1GD3BvQruh8xTwcJPd9Q/viui9ywxcNrY/EoOKOGfplPrESp xfz0hWNnxWmbC4pBaYFxuwQwQiNdIamS0IBx3k7E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726613AbgIVOMK (ORCPT ); Tue, 22 Sep 2020 10:12:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:51508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726494AbgIVOMK (ORCPT ); Tue, 22 Sep 2020 10:12:10 -0400 Received: from localhost (unknown [122.179.101.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B2202214F1; Tue, 22 Sep 2020 14:12:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600783930; bh=Vpf2pL0jUPCJ9oLBoH8Nc83YU38iF7sBREy78UoNZn4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XOwjQrtY92EHRCu84I+ncl+Cq8Q/ty/e8j2e6ZwxvOxK5IT5S81fFuP9Itsi0PDkG bj12PPd48fICfv25yqZsiU7aOsc5KxPEQBde6zXINZbnc5sAbLbKQ0Am12iqSKKylv Wc/s+MqSJ4WUmxdDkLMtZbe3LMmQYgGEbrRgSbMk= Date: Tue, 22 Sep 2020 19:42:02 +0530 From: Vinod Koul To: Randy Dunlap Cc: LKML , USB list , Li Yin , Vadivel Murugan R , Kishon Vijay Abraham I Subject: Re: [PATCH -next] phy: fix USB_LGM_PHY warning & build errors Message-ID: <20200922141202.GZ2968@vkoul-mobl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17-09-20, 10:51, Randy Dunlap wrote: > From: Randy Dunlap > > Fix a Kconfig warning that is causing lots of build errors > when USB_SUPPORT is not set. > > USB_PHY depends on USB_SUPPORT but "select" doesn't care about > dependencies, so this driver should also depend on USB_SUPPORT. > It should not select USB_SUPPORT. > > WARNING: unmet direct dependencies detected for USB_PHY > Depends on [n]: USB_SUPPORT [=n] > Selected by [m]: > - USB_LGM_PHY [=m] Applied, thanks -- ~Vinod