From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C325810957 for ; Mon, 7 Aug 2023 15:21:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 455CEC433C8; Mon, 7 Aug 2023 15:21:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691421711; bh=eKeOwnUilQvBQlfyJP6vAB2J5JPookLqOqnK6bxP1ak=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WnWM64mAcr3BbMWMRRT+DrK7ilmVcRbK8xjvF66wlMS54tv5rEuG7/lQrIieChzR3 JqJAFTLcEBTcNZ2ulxtBMyr+qX8opnPheb46zFH5YtLoPkSPUQV0auZiNaNEcUKYv7 v4uM3izi3sbc6xwcDLodd8ecfYkZm1dGAwyHJu0QkpVzlWKStbdH8WSENckquJ8dbg 8k/6pk7JkLRlU4kG+jcCNrIQW5EewFhtRgjPr/mC+UgU/oM3CfQwOls8693bbd7W2W uOAs5kdW+SvcTjVyPyfyJXbEU3GCvlaXCUUWZ5fuFRLyCyCmkxGWEuOYL5al1CMwEX iltcix4f6mJ/Q== Date: Mon, 7 Aug 2023 17:21:46 +0200 From: Simon Horman To: Daniel Golle Cc: Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] net: dsa: mt7530: improve and relax PHY driver dependency Message-ID: References: <3ae907b7b60792e36bc5292c2e0bab74f84285e7.1691246642.git.daniel@makrotopia.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ae907b7b60792e36bc5292c2e0bab74f84285e7.1691246642.git.daniel@makrotopia.org> On Sat, Aug 05, 2023 at 03:45:36PM +0100, Daniel Golle wrote: > Different MT7530 variants require different PHY drivers. > Use 'imply' instead of 'select' to relax the dependency on the PHY > driver, and choose the appropriate driver. > > Signed-off-by: Daniel Golle Reviewed-by: Simon Horman