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 0D68B3328FD; Thu, 2 Apr 2026 01:58:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775095096; cv=none; b=fl+lNLzqioANks4gmxybvDrvmwjBauhQr7QAWIjHVb8AuHor0xRdgBkbM7jAFL2mcaLqg9+P0RQjcPSwm/YI3lk/kMwH8e5LSIXOZJmFdgl5ugF1IRh9FSGRc3rbThD0t1tvYyQSzkTPGFXLhM1r4i+O5QmOk6Zc637EV9QhJ5U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775095096; c=relaxed/simple; bh=OhkZb1PanLgxrZ/zVo0cHlKmip8idlqqwyDhpMPau+o=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=S1Z0oKBuAve/RVDjP+zxmcFd36tYuz7RmLqrr0qXSrC80EY+smqMwhcBCU9ZJsGt+XeY8otx/HvJaYGa2lLUdbfn/Z3Vb1JhK8JYxANCEqnHxiSTFMnh5q3QTsRi56IB1F/p4LpgfjaVTu7ogKF+mn568bLtucTI0JE64sP+GaE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TM1noMFv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TM1noMFv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 672E8C4CEF7; Thu, 2 Apr 2026 01:58:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775095095; bh=OhkZb1PanLgxrZ/zVo0cHlKmip8idlqqwyDhpMPau+o=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TM1noMFv53UldSBvxvic6PaEjCjIeA87RrAT7bpxWnOXEj/tFNozSgokcbHXgHGTv WWyZGFREuUR5frfDeV9nTJGaRuPmuRjs+bzLXLl9TVyt9tOp4dfSERSHvQtZAxbtOf E7m/LxXetSeWUIApK4Dsfj3372hXiXxv1z8s7RVYXuVCOBx9wimgZ0w6Eb+qkhJF1y rJBcjvJzVBZbj63x9bITk8QxhgjxSJQupYiWVpLYKOAVg565zveogZKanu4gPWD71A DPp7m4X2V58HSKS5uyTiWu5bbGPY866g4VmihrP/rudgyWr3Vf1qpmt5/i6+Eva3GX CZgfQdkUDDYjQ== Date: Wed, 1 Apr 2026 18:58:14 -0700 From: Jakub Kicinski To: Julian Braha Cc: manabian@gmail.com, davem@davemloft.net, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] stmmac: cleanup dead dependencies on STMMAC_PLATFORM and STMMAC_ETH in Kconfig Message-ID: <20260401185814.45dfc444@kernel.org> In-Reply-To: <20260331125817.117091-1-julianbraha@gmail.com> References: <20260331125817.117091-1-julianbraha@gmail.com> 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-Transfer-Encoding: 7bit On Tue, 31 Mar 2026 13:58:17 +0100 Julian Braha wrote: > @@ -53,7 +51,6 @@ config DWMAC_DWC_QOS_ETH > > config DWMAC_GENERIC > tristate "Generic driver for DWMAC" > - default STMMAC_PLATFORM > help This is a default not depends. As much as I'd love to make stmmac default to y this will probably break boot for some people.. -- pw-bot: cr