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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9F611C61DA4 for ; Wed, 22 Feb 2023 16:44:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C3D4785B83; Wed, 22 Feb 2023 17:37:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="LqEcWCUB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F184D85B23; Wed, 22 Feb 2023 17:36:03 +0100 (CET) Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3A0C485B3D for ; Wed, 22 Feb 2023 17:35:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd2d.google.com with SMTP id t129so441482iof.12 for ; Wed, 22 Feb 2023 08:35:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=mLHgiGqBBOHnN1dIwDBL3Zc4PgwxOegB4qgXxddkNMU=; b=LqEcWCUBk2+L4hlF8n4kBn12ry3QbK37gJMCu+p85tyZa0cJbysKrwwJCa9UiUuUua vHCduUo5US403GEyM7HaHRmw2837hu0JC3ZF+JEc9NmPTgrGpNGBGpiPmg7oTjX4bz6Z qlMcKCLtVKmBaVQLaIqVGPr4LVNVNEcKK2IKw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mLHgiGqBBOHnN1dIwDBL3Zc4PgwxOegB4qgXxddkNMU=; b=kV91P2JomwCgJQ4WR/Z7S2qEgMdiJ5STfp8WKW9gDz+F6G2660exIdyzrb8TWR6RKr ae6DZ3ItM6VWmkkwILG6cwLfmzQv/lXZQpAV1MKM+0q0gazEIGDn2W1EOinP36d8+vnB ejieeiLDXzyx7xWE5aVs9knYqc50M/PnyEFEctnp6e9igfta13SLxSdwk7m+DC7JDtSU EMIwBUgwvqdKADguSzFYKnOw8U2N3pjlNbxWR2K7iY8XRG9ybX2+IJpFyhpM5+7ftycb EFOtze7f1v85+hIEkQUMNT47+TBvh72/ojCIoExFueCndqPgMEVcW40VLb+sUGrSNEow Hx6g== X-Gm-Message-State: AO0yUKWOzXTrSvZJaY6lpHU+Swq6qfL01j31Y/Axr9drE6tL8SJoaBan 8QHZn5cgfEwz9QzF4QOTExBt7tGcJP9b3zcg X-Google-Smtp-Source: AK7set9MHAhzd4tzBPKC72YTbT7cXABVc8BiaItlQuGI3nll69q8CsqSOxSS4+wyMwI7XXUzA9cHJA== X-Received: by 2002:a6b:7901:0:b0:745:4726:b228 with SMTP id i1-20020a6b7901000000b007454726b228mr3098225iop.17.1677083713305; Wed, 22 Feb 2023 08:35:13 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id z26-20020a056602005a00b00716eb44b97esm2164541ioz.27.2023.02.22.08.35.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:35:13 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Ramon Fried , Joe Hershberger , Michael Trimarchi , Michal Simek , Nate Drude , Tim Harvey Subject: [PATCH v5 37/44] net: Add an SPL config for atheros Date: Wed, 22 Feb 2023 09:34:18 -0700 Message-Id: <20230222163425.2043934-38-sjg@chromium.org> X-Mailer: git-send-email 2.39.2.637.g21b0678d19-goog In-Reply-To: <20230222163425.2043934-1-sjg@chromium.org> References: <20230222163425.2043934-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Add a new SPL_PHY_ATHEROS to avoid a build error on am335x_evm with split config. Signed-off-by: Simon Glass Reviewed-by: Ramon Fried --- (no changes since v1) drivers/net/phy/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 5eaff053a09..6806e3c0903 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -106,6 +106,9 @@ config PHY_AQUANTIA_FW_NAME config PHY_ATHEROS bool "Atheros Ethernet PHYs support" +config SPL_PHY_ATHEROS + bool "Atheros Ethernet PHYs support (SPL)" + config PHY_BROADCOM bool "Broadcom Ethernet PHYs support" -- 2.39.2.637.g21b0678d19-goog