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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3936BC433F5 for ; Sat, 13 Nov 2021 00:04:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B06BF60F14 for ; Sat, 13 Nov 2021 00:04:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B06BF60F14 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2E125830C2; Sat, 13 Nov 2021 01:04:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com 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=konsulko.com header.i=@konsulko.com header.b="on/Cy/de"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 62DD083098; Sat, 13 Nov 2021 01:03:28 +0100 (CET) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (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 6E3AE830B5 for ; Sat, 13 Nov 2021 01:03:20 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x736.google.com with SMTP id 193so10707654qkh.10 for ; Fri, 12 Nov 2021 16:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=GLIhNhnQFXaXUMZWOgiEDhbpOMl8+ESJWkaZItHgDOA=; b=on/Cy/deC49ow2qSH3NFRUBt20wfW/kXDENSD4gB78hK/xS+0N3kWbNT+tRsSw6vMp jNu5bJoTtSq1fdLHFikkH3abym4gehvpAfEVBtZqNi0JGKMb2Juhvi8FO3UTAERFbiL7 rr2OibX2SgxH03BluLS3/Dyg2O4ZoFE6+DiMI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=GLIhNhnQFXaXUMZWOgiEDhbpOMl8+ESJWkaZItHgDOA=; b=bRK+WJRgTnw7F20qnUJApn0x5RV0Ii8glL3GricjxD3+G+WoWk5kFckHSBFxuVwpbk yTtfDm/WXNYkOw+6/J3RST9Tkgi+a9n22JFxgePvDxO+rWGjn3QfioC1GryxBpljA+C7 ednqgiP+KGKTT4joGmliSzEdUxl1keP4asOMOcaIVKZzKUF+XGtVBZTwN25ddM2kFQug YpqB/QOz1efiPrX79Iihum9KyH9g+iVhHQhFeyXgYj4aavvTe4qW42z1No1pdMU/tI7/ KMFgwcRKed1q1wzRHQcETB0RBnWfdpy4eWLF07Ktf1EYD88aYxz9eY4p3WM4/ap1PNDG HTRw== X-Gm-Message-State: AOAM532D+jifBkjlaYbTjKE7jNMMEDe4pr6Q6fRHjMt1Nlzd1pI+KUVI b4XaDN4x7NaXfAOJ9xJ32rVwe/V0R5ijHA== X-Google-Smtp-Source: ABdhPJx8oC+82KlIlJ4KKQCWzvg0wF8kEJ5oJRJl1jjxCJK/L5H++ye4PyPoi44dQE/MutAb4wyKZw== X-Received: by 2002:a05:620a:28c7:: with SMTP id l7mr15503852qkp.346.1636761798966; Fri, 12 Nov 2021 16:03:18 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-99df-60fa-a7c9-fbd2.res6.spectrum.com. [2603:6081:7b01:cbda:99df:60fa:a7c9:fbd2]) by smtp.gmail.com with ESMTPSA id t64sm3354621qkd.71.2021.11.12.16.03.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 16:03:18 -0800 (PST) Date: Fri, 12 Nov 2021 19:03:16 -0500 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 11/20] Convert CONFIG_PHYLIB et al to Kconfig Message-ID: <20211113000316.GL24579@bill-the-cat> References: <20211108035951.3580952-1-trini@konsulko.com> <20211108035951.3580952-11-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="349T1GsMty+8kewf" Content-Disposition: inline In-Reply-To: <20211108035951.3580952-11-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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.2 at phobos.denx.de X-Virus-Status: Clean --349T1GsMty+8kewf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 07, 2021 at 10:59:42PM -0500, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_PHYLIB > CONFIG_PHY_ATHEROS > CONFIG_PHY_GIGE > CONFIG_MII >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --349T1GsMty+8kewf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGyBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGPAMQACgkQFHw5/5Y0 tyw53wv2MLdeyqVDemBGSOBMNZcYmJJuinTbTkvgPvOPBg5ddFrHgqYf8COb0Sg9 bSIAVpyl6aiFZE2K2WIcLQp4E3k0Q40ubNF6HnoFGMilbUonAvbHawMWzjtWHG9B Cdh5SXeA2naUefCwH/VToTkltO6CpaqaZg1zcObZUbftUjjO8vUKqMA4cgymjY/W +FTR+TafM20agFIN12eWWUo+7TFk0DcBZDQbLzOH9NcGv0NXl7yEGlBW1+KqANdI 1yc2loHBV6AZzMsqK8E5v+qHGcRixJZLfaJY6iuTTM8LxR80kIDgkGTI8xe4I5YN Qxba+TbifcmZXkgU2VGb86BKHglc/6ei4dqIEbeK+5GdvAflGnPqqQKLZHKyu/L1 286f38YbyCg3Fd7oELA5qZEbc1dH8rL+4a8ZzYq+Jg3a6VM3FzeJtFK/683r6fSu wetKok7CCkEp8Fsyww7XeD//nIe26k/4upb4mVpMwGciIws3UdVXcG57a6w/DGGa IogNUUc= =oNUI -----END PGP SIGNATURE----- --349T1GsMty+8kewf--